RPM: get version from IDMETA
[idzebra-moved-to-github.git] / util / res.c
2011-05-19 Adam Dickmeissconfigure produces config.h
2011-02-09 Adam DickmeissHappy new year.
2010-01-14 Adam DickmeissBump copyright year
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
2008-04-03 Adam DickmeissOmit CVS Id. Update copyright year.
2007-05-16 Adam DickmeissFixed bug #1049: zebra.cfg lines with leading space...
2007-05-16 Adam DickmeissIndentation. Removed a few unused functions.
2007-01-15 Adam Dickmeiss2007.
2007-01-05 Adam DickmeissNull value for res_set makes it do nothing
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 DickmeissFor Res(ources), maintain reference count (poor man...
2006-08-14 Adam DickmeissUpdate copyright year + FSF address
2006-07-06 Adam DickmeissChange log of retrieval of default resource
2006-05-10 Adam DickmeissPut local variables footer in all c, h files.
2006-03-26 Adam DickmeissFix zebra_maps_open not to leak if default.idx cannot...
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-17 Adam DickmeissAdded a utility res_clear which removes/clears all...
2005-06-14 Adam DickmeissUse HAVE_UNISTD_H when including unistd.h.
2005-06-13 Adam DickmeissAdded routine res_get_int which returns resource value...
2005-04-15 Adam DickmeissMany public functions returns ZEBRA_RES rather than...
2005-03-30 Adam DickmeissMoved zebrautl.h to idzebra/util.h.
2005-01-15 Adam DickmeissBump year. Change Aps->ApS
2004-11-19 Heikki LevantoUsing the new ylog.h everywhere, and fixing what that...
2004-07-26 Adam DickmeissFix memory leak
2004-06-15 Adam DickmeissAllow ${var:-default} construct in resources.
2004-06-14 Adam DickmeissAllow rule subst in resources
2004-01-22 Adam DickmeissRevise resource API to take default/override resources.
2002-10-22 Heikki LevantoAPI to the resource system, passing memMax through it.
2002-09-09 Adam DickmeissChanged a few messages
2002-08-02 Adam DickmeissTowards GPL
2002-04-04 Adam DickmeissMulti register works with record paths and data1 profil...
2002-04-04 Adam DickmeissMultiple registers (alpha early)
2000-12-01 Adam DickmeissFixed bug regarding online updates on WIN32.
1999-11-30 Adam DickmeissImproved installation. Updated for inclusion of YAZ...
1999-10-07 Adam DickmeissAllow res_get / res_get_def with NULL res.
1999-05-26 Adam DickmeissC++ compilation.
1999-02-02 Adam DickmeissUpdated WIN32 code specific sections. Changed header.
1998-10-28 Adam DickmeissFix for DOS-formatted configuration files.
1998-01-12 Adam DickmeissRemoved exit - call.
1997-11-18 Adam DickmeissFunction res_trav returns number of 'hits'.
1997-10-31 Adam DickmeissResouce name can be terminated with either white-space...
1997-10-27 Adam DickmeissFixed memory leak.
1997-09-17 Adam DickmeissZebra version corresponds to YAZ version 1.4.
1997-09-09 Adam DickmeissPartial port to WIN95/NT.
1996-10-29 Adam DickmeissImplemented res_get_match. Updated to use zebrautl...
1996-05-22 Adam DickmeissBug fix: trailing blanks in resource values where not...
1996-04-26 Adam DickmeissResource names are matched by the yaz_matchstr routine...
1995-09-04 Adam DickmeissVarious cleanup. YAZ util used instead.
1995-01-24 Adam DickmeissBug fix.
1994-10-05 Adam DickmeissMinor changes.
1994-10-05 Adam DickmeissSmall bug fix.
1994-09-16 Sebastian HammerAdded log warning to res_get_def
1994-09-16 Sebastian Hammeradded res_get_def
1994-09-06 Sebastian HammerRemoved const from declaration of res_get
1994-09-01 Adam DickmeissWork on resource manager.
1994-08-18 Adam DickmeissImplementation of res_write.
1994-08-18 Adam DickmeissModule alexpath moved from res.c to alexpath.c. Minor...
1994-08-18 Adam DickmeissDevelopment of resource manager. Only missing is res_write.
1994-08-18 Adam DickmeissRes.c now use handles. xmalloc defines xstrdup.
1994-08-17 Adam DickmeissInitial version of resource manager.