Avoid declaration after statement
[idzebra-moved-to-github.git] / recctrl /
2006-05-05 Adam DickmeissBy default, no searching for loadable modules is perfor...
2006-05-02 Marc Crommeadded possibility to display static rank information...
2006-04-26 Marc Crommechanged xslt filter to expand config file and xslt...
2006-04-26 Adam DickmeissChange config function in recType interface to return...
2006-03-21 Adam DickmeissSafari filter uses register type 0 (raw).
2006-02-07 Adam DickmeissFix dfa_match_first to avoid match past nul byte
2006-02-06 Adam DickmeissFix for bug 460
2006-02-06 Adam DickmeissDont index attributes. Bug #460
2005-12-08 Adam DickmeissFixed bug #446: iso2709 filter SEGVs on bad input data.
2005-12-06 Adam DickmeissAvoid stmt/var declare. Omit useless static keyword
2005-12-05 Marc Crommeadded grs node construction - not finished yet
2005-12-05 Marc Crommeadded first version of CSV GRS filter
2005-11-16 Adam DickmeissFix grs.sgml to use off_t rather than int for file...
2005-08-30 Adam DickmeissDont declare module_path if dlfcn.h is not set
2005-08-24 Adam DickmeissAllow complex compspec so that SRW/SRU schemas are...
2005-08-22 Adam DickmeissIncrease params array. If not it'll get overriden when...
2005-08-22 Adam DickmeissAlign alvis with xslt (again).
2005-08-22 Adam DickmeissMembers in RecWord term_buf, index_name changed from...
2005-08-19 Adam DickmeissAdded some type casts to avoid warnings produced by...
2005-08-19 Adam DickmeissMake a few functions static to avoid nameclash with...
2005-08-19 Marc Crommecopied xslt.c filter over on alvis.c filter, to give...
2005-08-18 Adam DickmeissAdded support for static ranking. Bug #174. The staticr...
2005-08-03 Adam DickmeissGet rid of a few YLOG_LOGs
2005-06-29 Adam DickmeissFixed bug #317: xelm only indexes cdata at matching...
2005-06-28 Adam DickmeissTruncate extremly long safari record lines.
2005-06-24 Adam DickmeissXSLT filter reads z:record construct which may define...
2005-06-23 Adam DickmeissRegister type (w,p) + set-use/string attriute combined...
2005-06-15 Adam DickmeissRename xslt filter attribute 'field' to 'name'.
2005-06-14 Adam DickmeissRemove YLOG_LOG msg.
2005-06-14 Adam DickmeissFixed bug #382: filter text never stops. Also added...
2005-06-14 Adam DickmeissFixed bug #381: grs.xml produces warning.
2005-06-07 Adam DickmeissChange xslt NS to indexdata.dk/zebra/xslt/1. Add snippe... snippet.version.1
2005-06-07 Adam DickmeissAdded snippet utilities and snippet window implementation.
2005-06-01 Adam DickmeissAllow split path/level to be specified in XSLT conf.
2005-05-31 Adam DickmeissXSLT filter uses XML config for to list each supported...
2005-05-01 Adam DickmeissReorder declaration.
2005-05-01 Adam DickmeissMake two xslt filters, "xslt" which does not split...
2005-04-29 Adam DickmeissWS + reformat updates
2005-04-28 Adam DickmeissFixed set_param_int (did not append properly)
2005-04-28 Adam DickmeissPass the following args to XSLT during retrieval: schem...
2005-04-28 Adam DickmeissAdded new fundamental filter 'xslt'. This filter reads...
2005-03-31 Adam DickmeissAdded tempalte filter for the ALVIS project.
2005-03-30 Adam DickmeissMoved zebrautl.h to idzebra/util.h.
2005-03-09 Adam DickmeissDont log print by default.
2005-03-05 Adam DickmeissString attribute support for record filter interface.
2005-01-17 Adam DickmeissReworked source parser for termlists in .abs-file....
2005-01-16 Adam DickmeissAdded include stdlib.h a few places to get prototype...
2005-01-15 Adam DickmeissBump year. Change Aps->ApS
2005-01-15 Adam DickmeissUse ifdef IDZEBRA_STATIC_GRS_SGML for grs.sgml filter
2005-01-05 Adam DickmeissDo not include dlfcn.h
2005-01-05 Adam DickmeissCheck for dlfcn.h presence
2005-01-03 Adam DickmeissCast to unsigned char for ctype is.. compare
2005-01-02 Adam DickmeissFix use of sscanf for zint
2004-12-21 Adam DickmeissChange character conversion steps for grs record retrie...
2004-12-13 Adam Dickmeissusing yaz/log.h again
2004-12-10 Heikki LevantoNot using the deprecated yaz-util.h any more
2004-11-29 Adam DickmeissAdd support for section/chapter indexing. Add safari...
2004-11-29 Adam DickmeissAdd member addinfo for recRetrieveCtrl to throw better...
2004-11-19 Heikki LevantoUsing the new ylog.h everywhere, and fixing what that...
2004-10-12 Sebastian HammerEnabled retrieval of zebra metadata in XML when element...
2004-09-30 Adam DickmeissAvoid non-portable dirent check
2004-09-30 Adam DickmeissFixed usage of extern so that it works with older C...
2004-09-28 Adam DickmeissMove Perl away. It is now a separate CVS project: idzeb...
2004-09-28 Adam DickmeissReorganized header files so that a certain subset are...
2004-09-28 Adam DickmeissTake care of expat.h being unavailable
2004-09-27 Adam DickmeissImplemented loadable filters.
2004-09-06 Adam DickmeissSync with 1_3_16_branch. Fix bug 128.
2004-08-30 Adam DickmeissUpdate cvsignore due to new type of files generated...
2004-08-24 Adam DickmeissAllow range to be specified in termlist, e.g. title...
2004-08-24 Adam DickmeissSwitching to Libtool shared libraries for Zebra.
2004-08-15 Adam DickmeissAdded facility to make attibutes in grs.regx and grs...
2004-08-11 Adam DickmeissRemove log message
2004-08-10 Mike TaylorIgnore xsinit.h
2004-08-06 Adam DickmeissMore type casts due to zint.
2004-08-06 Adam DickmeissFix term counters to be of type zint. Fix several print...
2004-08-04 Adam DickmeissRemove isamd. It's not been in use for a long time...
2004-07-26 Adam DickmeissFixed bug 104: Bad default encoding for XML records...
2004-06-16 Adam DickmeissUse WRBUF instead of huge stack var
2004-06-16 Adam DickmeissFor includes specs in Makefiles use AM_CPPFLAGS instead...
2004-06-16 Adam DickmeissRemove unused local
2004-05-26 Adam DickmeissBug fix: did not return root (absyn) node
2004-05-26 Adam DickmeissBug fix: did not split on *
2004-05-25 Adam DickmeissFix problem with 'end element' which could pop off...
2004-05-21 Adam DickmeissContinuation lines
2004-05-21 Adam DickmeissAdded grs.danbib filter - for Danish Bibliographic...
2004-05-14 Adam DickmeissAdd facility to specify separator for text files, i...
2004-03-22 Adam DickmeissFor text filter, return only header if elementSetName...
2003-12-10 Adam DickmeissFix base address for MARC reader
2003-11-24 Mike TaylorFix typo in inTline_mk_field(), resolves undeclared...
2003-11-09 olegFixed error with linked fields for UNIMARC clone records.
2003-10-07 Adam Dickmeissyaz_log instead of logf. Change logging a bit
2003-09-16 Adam DickmeissAllow C89 comments only
2003-09-16 Adam DickmeissFix bug in tryMatch (introduced by previous commit)
2003-09-16 Adam DickmeissTest sort/config
2003-09-08 Adam DickmeissYear
2003-09-08 Adam DickmeissFix XML error handling
2003-09-08 Adam DickmeissTry to avoid SEGV in Expat when XML_Parse fails
2003-08-21 Adam DickmeissNew filter grs.marcxml.
2003-06-23 Adam DickmeissImplemented isamb_unlink.
2003-06-17 Adam DickmeissFixed anchor handling for /patterns/ (tryMatch)
next