CCL: fix use of "term" field in sub queries
[yaz-moved-to-github.git] / src / nmem.c
2012-01-09 Adam DickmeissHappy new year
2011-01-06 Adam DickmeissHappy new year
2010-01-14 Adam DickmeissBump copyright year
2010-01-14 Adam DickmeissReformat
2010-01-14 Adam DickmeissNMEM: Update API to use size_t for sizes
2009-03-10 Adam DickmeissError utils in separate file and _REENTRANT mode.
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
2008-04-01 Adam DickmeissUpdate source headers for 2008. Omit CVS ID keyword...
2007-04-17 Adam DickmeissSplit YAZ library into two libs : libyaz.la and libyaz_...
2007-04-12 Adam DickmeissNew OID database - with public definitions in oid_db...
2007-01-03 Adam DickmeissTowards 2.1.44. Bump copyright year.
2006-12-13 Adam DickmeissRevert
2006-12-13 Adam DickmeissCentral point of exit for xmalloc
2006-08-11 Adam DickmeissFixes for nemm_memory statistics
2006-08-11 Adam DickmeissChanged prototype for nmem_text_node_cdata so that...
2006-08-09 Adam DickmeissAllow a flag nmem_release_in_heap to be set (1) in...
2006-04-21 Adam DickmeissAdded several type casts due to no portable way of...
2006-02-01 Adam DickmeissUse size_t rather than int
2005-09-09 Adam DickmeissChanged nmem_mutex_create so that it properly handles...
2005-06-25 Adam DickmeissExpanded tabs in all source files. Added vim/emacs...
2005-06-07 Adam DickmeissUse size_t for NMEM's get_block. Change space-left...
2005-06-03 Adam DickmeissUse size_t for nmem block sizes internally
2005-06-03 Adam DickmeissLet nmem.h include stddef.h to get size_t defined....
2005-04-29 Heikki LevantoFixed the infinite recursion when calling yaz_log_level...
2005-01-21 Adam DickmeissDo not use acquire locks (NMEM_{ENTER,LEAVE}) in
2005-01-17 Adam DickmeissAdded include stdlib.h
2005-01-15 Adam DickmeissBump year
2005-01-05 Adam DickmeissOnly use type 'long long' when available.
2005-01-04 Mike TaylorReturn aligned blocks on the smallest boundaries that...
2005-01-04 Adam DickmeissAlign NMEM blocks to 2*sizeof(long)
2004-12-16 Adam DickmeissFix declaration (WIN32 section)
2004-12-13 Heikki LevantoMoved back to a single log.h, with the new #define...
2004-11-18 Heikki LevantoDeprecated log.h and created a new ylog.h
2004-11-03 Adam DickmeissUsing blanks for assignments (no code changes)
2004-10-15 Adam DickmeissDoxyfile file description. Indentation. No change of...
2004-01-15 Adam DickmeissChange proto of yaz_init_opt_decode.
2003-12-04 Adam Dickmeissmemset freed NMEM block to Y (59 Hex)
2003-10-27 Adam DickmeissSource restructure. yaz-marcdump part of installation