For data-1, do not chop text data in ISO2709 creation . The problem is
[idzebra-moved-to-github.git] / util /
2007-05-25 Adam DickmeissFlush the iconv sequence for each sequence in a .chr...
2007-05-25 Adam DickmeissCosmetic
2007-05-25 Adam DickmeissFixed bug #1142: Non-indexed but listed attributes...
2007-05-21 Adam DickmeissFixed bug #1132: tstcharmap fails on flurry (amd64...
2007-05-16 Adam DickmeissUse YAZ_CHECK_LOG consistently.
2007-05-16 Adam DickmeissIgnore tstres
2007-05-16 Adam DickmeissFixed bug #1049: zebra.cfg lines with leading space...
2007-05-16 Adam DickmeissIndentation. Removed a few unused functions.
2007-05-08 Adam DickmeissUse Odr_oid for OIDs. Require YAZ 3.0.2 or later.
2007-04-16 Adam DickmeissUpdate for YAZ 3s new OID system
2007-03-21 Adam DickmeissFor RPN queries the index type (w,p,..) may be specifie...
2007-03-19 Adam DickmeissWRBUF updates.
2007-01-22 Adam DickmeissStaticrank indexing is now an index register type defin...
2007-01-15 Adam Dickmeiss2007.
2007-01-05 Adam DickmeissNull value for res_set makes it do nothing
2007-01-05 Adam DickmeissRemoved zebra_timing_t. Using yaz_timing_t instead...
2006-12-22 Adam DickmeissAdded function atoizint with a atoi/atoll wrapper.
2006-12-12 Adam DickmeissPossible fix of two bugs (1) bug #759: Crash during...
2006-12-11 Adam DickmeissAdded a utility for doing timings.
2006-12-06 Adam DickmeissDeal with a picky ambiguity with configs like a.b where...
2006-12-05 Adam DickmeissFixed bug #445: zebra.cfg does not check for valid...
2006-12-05 Adam DickmeissDeal with NULL profile_path.
2006-12-05 Adam DickmeissFor Res(ources), maintain reference count (poor man...
2006-11-21 Adam DickmeissSplit it_key stuff into it_key.c. For indexing, sort...
2006-11-14 Adam DickmeissWork on bug #550: Avoid exit. In particular the mfile...
2006-11-01 Mike TaylorIgnore another generated binary
2006-10-29 Adam DickmeissFixed several prototypes.. Most changes are f() to...
2006-10-27 Adam DickmeissInitialize variable which could be un-initialized
2006-10-11 Adam DickmeissAdded tstpass test
2006-10-11 Adam DickmeissFixed bug 672: Trailing characters in password are...
2006-09-21 Adam DickmeissSkip 0 hit counts in scan.
2006-09-08 Adam DickmeissHonor position attribute, i.e. allow first-in-field...
2006-08-15 Adam DickmeissDefinitions in zebramap.h are private. ZebraMaps no...
2006-08-14 Adam DickmeissUpdate for idzebra-config-2.0
2006-08-14 Adam DickmeissUsing suffix 2.0 for development tools idzebra-config...
2006-08-14 Adam DickmeissUpdate copyright year + FSF address
2006-07-06 Adam DickmeissChange log of retrieval of default resource
2006-07-05 Adam DickmeissOmit version-info for convenience libraries
2006-07-05 Adam DickmeissUpdates to tstflock for Windows
2006-07-05 Adam DickmeissGet rid of DEBUG_FLOCK. Just set flock level for tstflo...
2006-07-03 Adam DickmeissShorter sleep in tstflock
2006-07-03 Marc Crommeremoving tstflock.out
2006-07-03 Adam DickmeissBuild main libidzebra-2.0.la. Bug #620.
2006-07-03 Adam DickmeissDeal with double unlocks (which does happen sometimes)
2006-07-03 Adam DickmeissOnly use confstr on Linux to see if linuxthreads is...
2006-07-03 Adam DickmeissUse confstr(_CS_GNU_LIBPTHREAD_VERSION ..) to determine...
2006-07-02 Adam DickmeissAdded program to test scope of fcntl lock: process...
2006-07-01 Mike TaylorIgnore tstflock.out
2006-06-30 Adam DickmeissWrite seq to yaz_log
2006-06-30 Adam DickmeissDisable debug mode
2006-06-30 Adam DickmeissTest interprocess locks
2006-06-30 Adam DickmeissFurther testing of locks.
2006-06-30 Adam DickmeissExperiments with file locks
2006-06-29 Adam DickmeissRevert. Libs installed in /usr/lib (again). Minor tweak...
2006-06-29 Adam DickmeissStore Zebra libs in <prefix>/lib/idzebra<suffix> and...
2006-06-27 Adam DickmeissFile lock fixes for Windows
2006-06-27 Adam DickmeissBug #529. On Unix, combine pthreed locks with file...
2006-06-26 Marc Crommepreparing release 2.0.0 before.bug.529
2006-06-23 Adam DickmeissGet of of searchtype=always. Instead deal with always...
2006-06-22 Adam DickmeissAdded support for alwaysmatches on regular indexes...
2006-06-07 Adam DickmeissIgnore my.LCK which is generated by test tstflock.c
2006-06-07 Adam DickmeissFix log of zint type
2006-06-07 Adam DickmeissChanged some types from int to zint + added a few casts
2006-06-07 Adam DickmeissUse CAST_ZINT_TO_INT in some places, so we can easily...
2006-05-29 Mike TaylorIgnore tstflock
2006-05-19 Adam DickmeissZebra uses string attributes for indexing internally...
2006-05-17 Adam DickmeissImplemented bug #588: allrecords search. Using @attr...
2006-05-10 Adam DickmeissPut local variables footer in all c, h files.
2006-05-03 Marc Crommeremoved emacs trailer
2006-04-27 Marc Crommemake distcheck works now
2006-04-13 Mike Taylorzebra_lock_create() now logs an error and returns a...
2006-03-28 Adam DickmeissAllow no default.idx at all. Make zebra_maps_read_file...
2006-03-26 Adam DickmeissFix zebra_maps_open not to leak if default.idx cannot...
2006-03-25 Adam DickmeissMake log_level static
2006-03-24 Adam DickmeissFix windows logging .. Call _locking repeatedly .....
2006-03-23 Adam DickmeissMake variable static rather than public
2006-03-23 Adam DickmeissAdded a few log calls in flock util
2006-03-23 Adam DickmeissMinor
2006-03-23 Adam DickmeissRefactor tests for WIN32/pthread
2006-03-23 Adam DickmeissWIN32 flock test
2006-03-23 Adam DickmeissMoved file locking utilities from index/lockutil.c...
2006-03-13 Mike TaylorThe static function zebra_map_read() now takes an addit...
2005-10-27 Adam DickmeissIndentation
2005-09-15 popZebra api extension tuned for SWIG
2005-09-13 Adam DickmeissAdded parameter for zebra_open.
2005-08-30 Adam DickmeissFixed a problem in snippets handling that occurred...
2005-08-26 Adam DickmeissUpdate snippets handling for new store keys structure...
2005-08-22 Adam DickmeissAdded include of yaz/log.h
2005-08-19 Adam DickmeissFix this test so that it works with 'make distcheck'.
2005-08-17 Adam DickmeissAdded a utility res_clear which removes/clears all...
2005-06-15 Adam DickmeissRemoved map_only arg from chrmaptab_create. Added skele...
2005-06-14 Adam DickmeissUse HAVE_UNISTD_H when including unistd.h.
2005-06-14 Adam DickmeissRemoved replace_tokens code that has not been used...
2005-06-13 Adam DickmeissAdded routine res_get_int which returns resource value...
2005-06-07 Adam DickmeissAvoid mixed stmt / var declare
2005-06-07 Adam DickmeissSave register type for TERMIDs and snippets.
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-05-30 Adam DickmeissImplemented zebra.cfg directive 'passwd.c' which specif...
2005-05-12 Adam DickmeissAdded configure check for crypt.
next