CQL sortby parsing, no semantics yet
[yaz-moved-to-github.git] / util /
2009-01-20 Adam DickmeissFixed bug #1902: yaz-icu XML output
2009-01-20 Adam DickmeissPrint ICU error when ICU can not be configured
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-13 Adam DickmeissOmit sort key by default in yaz-icu's output
2009-01-12 Adam DickmeissUtility yaz-marcdump got option to display YAZ version...
2009-01-09 Adam DickmeissHappy new year
2008-12-30 Adam DickmeissReformatting
2008-12-30 Adam Dickmeissyaz-icu returns exit code 3 if ICU is not present.
2008-11-14 Adam DickmeissFixes for gcc warnings - mostly WRT check of returns...
2008-11-14 Adam DickmeissRe-format
2008-07-22 Adam DickmeissAdded cql_transform_define_pattern. Renamed rpn2cql...
2008-06-04 Adam DickmeissLink SSL with libyaz.la and yaz-client only.
2008-04-28 Adam DickmeissBeginnings for RPN to CQL transform.
2008-04-05 Adam DickmeissFixed Library add's for libyaz_la, libyaz_icu.la, libya...
2008-04-04 Adam DickmeissUpdate headers and omit CVS Ids.
2008-04-01 Adam DickmeissUpdate source headers for 2008. Omit CVS ID keyword...
2008-03-25 Adam DickmeissIgnore backup files.
2008-03-19 Adam DickmeissProduce </collection> only once in MARCXML printing.
2008-03-19 Adam DickmeissFor yaz-marcdump, allow use of prefix in record element.
2008-03-16 Adam DickmeissIgnore object files.
2008-03-12 Adam DickmeissMoved ignore files.
2008-01-14 Adam DickmeissFix printf of token id
2008-01-09 Adam DickmeissChanged license of CCL module to 'Revised BSD'.
2008-01-06 Adam DickmeissUse shell /usr/bin/tclsh for Tcl scripts.
2007-12-18 Adam DickmeissDo not use Libxml2's reader if libxml2 version < 2...
2007-12-17 Adam DickmeissSupport read/write MARCXML collections.
2007-11-30 Adam DickmeissAdjustments to make YAZ compile as C++ code.
2007-11-15 Adam DickmeissIntroduce wrbuf_{write,puts}_escaped.
2007-11-15 Adam DickmeissICU utility prints sortkey as well
2007-11-12 Adam Dickmeissyaz-icu part of packages
2007-11-12 Adam DickmeissUpdate to use transform step
2007-11-12 Adam DickmeissRenamed 'normalize' rule to 'transform'.
2007-11-12 Adam DickmeissProgram yaz-icu is noinst rather than bin.
2007-11-08 Adam DickmeissReindent
2007-11-08 Adam DickmeissRefactor ICU WRT locale.
2007-11-08 Adam DickmeissPublic header icu.h, private header icu_I18N.h .
2007-11-08 Adam DickmeissFor ICU enabled YAZ defined YAZ_HAVE_ICU instead of...
2007-11-07 Adam DickmeissICU element index and sortkey no longer available.
2007-11-06 Adam DickmeissFor ICU, locale, is a char ptr rather than uint8_t...
2007-10-29 Marc Crommerenamed ICU chain functions to the following names...
2007-10-25 Marc Crommeremoved dead code from ICU files
2007-10-25 Marc Crommeadded sortkey flag to icu_chain constructor
2007-10-24 Adam DickmeissAvoid per-target CPPFLAGS.
2007-10-24 Marc CrommeIsolated ICU locale out of XML config file. Locale...
2007-10-24 Marc Crommefixed memory violation in ICU chain code, restructuring...
2007-10-22 Adam DickmeissMake ICU stuff compatible with old C comps. YAZ License.
2007-10-22 Adam DickmeissDebian package 3.0.15-1 with ICU.
2007-10-22 Adam DickmeissAdded ICU chain component - which used to be part of...
2007-09-23 Adam DickmeissDocument more yaz-marcdump options
2007-06-08 Heikki LevantoFixed a silly bug: displayed version info also if ...
2007-06-03 Adam DickmeissInstall yaz-illclient in PREFIX/bin
2007-05-30 Heikki LevantoSome old changes were not committed properly
2007-05-25 Marc Crommecorrected typo
2007-05-06 Adam DickmeissCode updates which makes things compile as C++. Mostly...
2007-05-01 Adam DickmeissMoved stop word support code to separate ccl_stop_words...
2007-04-30 Adam DickmeissDestroy bibset upon completion
2007-04-25 Adam DickmeissClean-up the CCL API. Moved some internal structures...
2007-04-25 Heikki LevantoCommand-line params and params from a param file now...
2007-04-23 Mike TaylorIgnore yaz-illclient
2007-04-18 Heikki LevantoAdded the oclc-spcific extension part too. Didn't help.
2007-04-18 Adam DickmeissNo warnings
2007-04-17 Adam DickmeissSplit YAZ library into two libs : libyaz.la and libyaz_...
2007-04-17 Heikki LevantoAttempted to encode the oclc-specific login info.
2007-04-16 Heikki LevantoCommitting the raw version into cvs, just to have a...
2007-03-21 Adam DickmeissAdded yaz_iconv flush.
2007-03-19 Adam DickmeissMore wrbuf_buf woes.
2007-03-19 Adam DickmeissAPI changes to WRBUF. wrbuf_free removed; replaced...
2007-03-17 Adam DickmeissUse nmem_init + nmem_exit to track memory usage easier.
2007-03-09 Adam DickmeissFixed yaz_iconv to return YAZ_ICONV_EINVAL if an incomp...
2007-03-08 Adam DickmeissAdjust marcdump so that it skips until record separator...
2007-02-17 Adam DickmeissFixed compilation and tests for case where Libxml2...
2007-01-08 Adam DickmeissImplemented function ccl_xml_config which parses XML...
2007-01-03 Adam DickmeissTowards 2.1.44. Bump copyright year.
2006-12-18 Adam DickmeissAdded yaz_marc_write_xml which creates MARCXML/MarcXcha...
2006-12-15 Adam DickmeissImplemented function yaz_marc_read_line which parses...
2006-12-07 Adam DickmeissAdded 'check only' option for MARC utilities. Option...
2006-10-27 Adam DickmeissChange type to avoid problems with strict-aliasing...
2006-10-09 Heikki LevantoUsing plain char instead of unsigned char in my tests.
2006-10-04 Mike TaylorChange K&R-style empty function declarations to explici...
2006-09-27 Adam DickmeissAdded GCC option -Wstrict-prototypes to buildconf.sh...
2006-09-11 Adam DickmeissAdded include of string.h
2006-08-28 Adam DickmeissNew option for yaz-marcdump -lpos=value which allows...
2006-08-28 Adam DickmeissReformat
2006-07-06 Adam DickmeissFor Libxml2 and friends, YAZ defines YAZ_HAVE_{XML2...
2006-06-12 Mike TaylorAvoid pointer-sign clash in yaz_marc_decode_buf() call.
2006-06-07 Adam DickmeissChanged a few types from int to size_t
2006-05-22 Adam DickmeissFix execution of tclsh.
2006-05-22 Mike TaylorTypo in comment
2006-04-21 Adam DickmeissRevert last change
2006-04-21 Adam DickmeissAdded several type casts due to no portable way of...
2006-04-20 Adam DickmeissASN.1 compiler 0.4: generates brief Doxygen file header for
2006-04-19 Adam DickmeissNew facilities for the MARC module. The reading - and...
2006-03-09 Mike TaylorIgnore yaz-xmlquery
2006-03-06 Adam DickmeissNull terminate a null-terminated string
2006-03-02 Marc Crommeadded complex rewrite rules for multiple attribute...
2006-02-24 Marc Crommeadded some examples of XMLPQF to XMLPQF query rewrites
2006-02-23 Adam DickmeissAdded utility program yaz-xmlquery.
2005-12-18 Adam DickmeissAvoid mixed stmt/vardeclare
2005-12-17 Adam Dickmeissyaz-marcdump may dump raw records separately using...
2005-10-22 Adam Dickmeissyaz-benchmark uses yaz options rather than getopt
next