Add classes for visitor traversal
[cql-java-moved-to-github.git] / src /
2007-06-27 mikeaddModifier() now accepts comparison as well as type...
2007-06-27 mikeSingle-argument constructor sets type rather than value.
2007-06-27 mikeaddModifier() correctly calls changed ModifierSet API.
2007-06-27 mikeUse new Modifier objects for PQF translation rather...
2007-06-27 mikeSimplify getModifiers.
2007-06-27 mikeBuild Modifier.java
2007-06-27 mikeUse new Modifier class instead of two-element Vector...
2007-06-27 mikeNew
2007-06-26 mikeAdd new -d option to test-harness to turn on debugging.
2007-06-26 mikeFix rendering of default-context nodes with no named...
2007-06-07 mikeRevert the previous change, because it broke the regres...
2007-06-06 mikeComment.
2007-06-06 mikeFix javadoc typo.
2007-06-06 mikeUse generics (what C++ programmers call templates)
2007-06-06 mikeCompile all files at once.
2006-06-14 mikeBugfixes for decomiling underspecified terms
2006-05-19 mikeCorrectly lex numericalpha sequences such as "3d" as...
2006-05-05 mikePatch sent by Rafe Rosen <rr236@cornell.edu>
2003-09-04 mikeRelease 0.7 -- understands profiles relations and modif...
2003-07-29 mikeRelease 0.6, fixes Ralph's term-quoting bug in BER...
2003-03-04 mikeRemove a line of debugging. (Thanks to Ralph who spott...
2003-01-13 mikeRalph's tweaks to generated BER-encoded query packet.
2002-12-12 mikeChanges files etc. for recent tweaks.
2002-12-12 mikeAdd Ralph's new getResultSetName() method.
2002-12-11 mikeRename the toType1() method to the more explicit toType...
2002-12-11 mikeAdd Ralph's code into tyType1() to handle srw.resultSet
2002-12-09 mikeSupport srw.resultSet in toPQF(). NOT yet in toType1()
2002-12-09 mikeAdd back the last-in-field anchoring code.
2002-12-09 mikeChange project-name capitalisation from "cql-java"...
2002-12-08 mikeJavadoc comment for toType1()
2002-12-06 mikeAdd back the changes to the position attributes.
2002-12-06 mikeAdd BER tutorial ref.
2002-12-06 mikeAdd stub toType1() that throws an exception.
2002-12-05 mikeIntegrate Ralph's changes.
2002-12-05 mikeRemove all Ralph's files: I've integrated the changes...
2002-12-04 mikeIntegrate Ralph's changes.
2002-12-04 mikeTemporarily add Ralph's changes to the source, which...
2002-11-29 mikeSupport Adam's new position configuration elements
2002-11-29 mikeupdate documentation
2002-11-20 mikeRemove debugging printf()s. (Oh alright then, println...
2002-11-20 mikeFix a silly bug, recently introduced, which prevented...
2002-11-20 mikeRemove spurious extra indent (was introduced so I could...
2002-11-20 mike- Remove the redundant and misleading etc/Grammar file.
2002-11-20 mike - Change the XCQL output to include the nasty and...
2002-11-17 mike - Add support for the new "phonetic" relation modifier,
2002-11-15 mikeFix javadoc comments
2002-11-15 mikeMake members public
2002-11-14 mikefix typo
2002-11-14 mike - Allow keywords to be used unquoted as search terms.
2002-11-12 mikeremove -classpath bits
2002-11-08 mikeNormalise relation modifiers to lower-case.
2002-11-08 mikeFix PQF documentation to reference online YAZ manual...
2002-11-08 mikeChange rules to specify -classpath ../../../..
2002-11-08 mikeRemove extraneous blank line from end of XCQL output...
2002-11-06 mike*** empty log message ***
2002-11-06 mikeFinish (more or less) to CQL-to-PQF translator.
2002-11-06 mikeTweak.
2002-11-06 mikeTowards 0.2 --
2002-11-05 mikeMake abstract to*() methods public.
2002-11-04 mikeAdd comment on needing the source directory to be on...
2002-11-03 mikeFix some outdated Makefile rules.
2002-11-03 mikeLots of changes, mostly to documentation, towards initi...
2002-11-02 mikeRecognise number tokens as terms, as well as words...
2002-11-02 mikeTweak which characters are in which class. In particul...
2002-11-02 mikeTweak whitespace in generated XML. No good reason...
2002-11-01 mikeImprove test-harnesses and their associated scripts.
2002-10-31 mikeOops -- forgot to add Utils.java. Now added.
2002-10-31 mikeAll sorts of changes. Generally moving towards first...
2002-10-30 mikeFix test-harnesses and generator to work with new relat...
2002-10-30 mikeLOTS of changes. Biggies include proper support for...
2002-10-29 mikeHandle relations, improve XML rendering (wow, was that...
2002-10-27 mikecvsignore
2002-10-27 mikeFirst more-or-less working version: does terms, boolean...
2002-10-25 mikeTweak spacing.
2002-10-25 mikeFirst semi-working version.
2002-10-25 mikeFix inheritance
2002-10-25 mikeAdded CQLBooleanNode (where had it gone?!)
2002-10-25 mikeMake classes public.
2002-10-25 mikeAdd initial version of most of the CQL*Node classes.
2002-10-24 mikeUse $Id$ instead of $Header$.
2002-10-24 mikePull the ZOOM-java CCL compiler source into CQLParser...
2002-10-24 mikeInitial revision