autoheader generates config.h instead of cconfig.h.
[pazpar2-moved-to-github.git] / src / reclists.c
2008-04-14 Adam Dickmeissautoheader generates config.h instead of cconfig.h.
2008-04-14 Adam DickmeissUpdated source file headers with new year and no CVS Id.
2007-09-10 Adam DickmeissImplemented sorting using ICU. Bug #1190. The Debian...
2007-08-28 Sebastian HammerEliminated exits. Pointer type change, to remove warning
2007-08-13 Adam DickmeissFixed bug #1359: Pazpar2 reading uninitialized memory...
2007-07-23 Adam DickmeissImplemented numeric sorting (sort by year). Bug #820.
2007-07-16 Adam DickmeissThe record ID (recid) that Pazpar2 generates is now...
2007-07-02 Adam Dickmeissreclist_rewind and reclist_read_record handles non...
2007-05-11 Adam Dickmeisstest_icu_I18N.c
2007-05-01 Sebastian HammerHandle records with null-value for string sortkey
2007-04-25 Marc Crommeadded interface for adding sort parameters for record...
2007-04-25 Marc Crommebreaking too long source code lines, otherwise no changes
2007-04-25 Marc Crommefunction reclist_insert() does not change mergekey...
2007-04-17 Marc Crommeadded five asserts to make sure that the arguments...
2007-04-17 Marc Crommechanged order of arguments of reclist_insert such that...
2007-04-16 Marc Crommeadded asserts on service struct passed to reclist_insert
2007-04-16 Marc Crommeremoved global parameters from reclist_insert()
2007-04-10 Adam DickmeissGPLv2. Added appendix with full license. Added refernec...
2007-01-15 Sebastian HammerGeneric sort mechanism. Sort supported by relevance...
2007-01-10 Adam DickmeissUse memset rather than bzero (obsolete, and sometimes...
2007-01-09 Sebastian HammerAdded a full record view (not implemented in the test...
2007-01-08 Sebastian HammerMetadata elements dynamically created from XSLT normali...
2007-01-08 Adam DickmeissAutomaked pazpar2. Bug #799. Preprocessor defines are...
2007-01-05 Adam DickmeissFixed bug #794: Excessive memory when searching the...
2006-12-20 Sebastian HammerReorganized source tree