changelog
    
    
    - Sun, 25 Jan 2004 12:07:52 +0100
 
    - by tuomov [Sun, 25 Jan 2004 12:07:52 +0100] rev 57
 
    - trunk: changeset 1220
Some XX_SOURCE flag changes. 
    - Mon, 17 Nov 2003 22:04:25 +0100
 
    - by tuomov [Mon, 17 Nov 2003 22:04:25 +0100] rev 56
 
    - trunk: changeset 60
Check that PREV!=NULL when unlinking item from a list. (PREV must
point to something if on list.) 
    - Mon, 17 Nov 2003 14:28:28 +0100
 
    - by tuomov [Mon, 17 Nov 2003 14:28:28 +0100] rev 55
 
    - trunk: changeset 59
Set _GNU_SOURCE when compiling with system asprintf. Default to system
asprintf. 
    - Thu, 17 Jul 2003 19:11:30 +0200
 
    - by tuomov [Thu, 17 Jul 2003 19:11:30 +0200] rev 54
 
    - trunk: changeset 58
Cleaned up system.mk 
    - Wed, 28 May 2003 23:48:16 +0200
 
    - by tuomov [Wed, 28 May 2003 23:48:16 +0200] rev 53
 
    - trunk: changeset 57
License changed to Artistic/LGPL dual license. 
    - Wed, 16 Apr 2003 09:09:34 +0200
 
    - by tuomov [Wed, 16 Apr 2003 09:09:34 +0200] rev 52
 
    - trunk: changeset 56
set_warn_handler returns default_warn_handler instead of NULL when no
other warn handlers are set. 
    - Sat, 05 Apr 2003 22:32:55 +0200
 
    - by tuomov [Sat, 05 Apr 2003 22:32:55 +0200] rev 51
 
    - trunk: changeset 55
stringintmap_value added 
    - Sat, 05 Apr 2003 22:24:03 +0200
 
    - by tuomov [Sat, 05 Apr 2003 22:24:03 +0200] rev 50
 
    - trunk: changeset 54
Makefile refixed 
    - Sat, 05 Apr 2003 22:21:24 +0200
 
    - by tuomov [Sat, 05 Apr 2003 22:21:24 +0200] rev 49
 
    - trunk: changeset 53
StringIntMap fixed (not) 
    - Wed, 02 Apr 2003 22:05:14 +0200
 
    - by tuomov [Wed, 02 Apr 2003 22:05:14 +0200] rev 48
 
    - trunk: changeset 52
Makefile changes 
    - Tue, 11 Mar 2003 20:01:42 +0100
 
    - by tuomov [Tue, 11 Mar 2003 20:01:42 +0100] rev 47
 
    - trunk: changeset 51
minor glitch 
    - Sat, 08 Mar 2003 15:55:01 +0100
 
    - by tuomov [Sat, 08 Mar 2003 15:55:01 +0100] rev 46
 
    - trunk: changeset 50
Added CONFOPTS_NOT_SET and parse_config_tokz_skip_section. 
    - Tue, 25 Feb 2003 20:13:43 +0100
 
    - by tuomov [Tue, 25 Feb 2003 20:13:43 +0100] rev 45
 
    - trunk: changeset 49
acsystem -> system-ac 
    - Tue, 25 Feb 2003 20:02:42 +0100
 
    - by tuomov [Tue, 25 Feb 2003 20:02:42 +0100] rev 44
 
    - trunk: changeset 47
Added system-inc.mk and modified Makefile to use it 
    - Mon, 17 Feb 2003 23:24:47 +0100
 
    - by tuomov [Mon, 17 Feb 2003 23:24:47 +0100] rev 43
 
    - trunk: changeset 46
UNLINK_ITEM fixed to reset next/previous pointers to NULL 
    - Sun, 03 Nov 2002 03:51:35 +0100
 
    - by tuomov [Sun, 03 Nov 2002 03:51:35 +0100] rev 42
 
    - trunk: changeset 45
(void*)+n fixed 
    - Sun, 03 Nov 2002 03:09:04 +0100
 
    - by tuomov [Sun, 03 Nov 2002 03:09:04 +0100] rev 41
 
    - trunk: changeset 44
remalloczero changes 
    - Mon, 27 May 2002 00:27:30 +0200
 
    - by tuomov [Mon, 27 May 2002 00:27:30 +0200] rev 40
 
    - trunk: changeset 43
Added check_args_loose 
    - Tue, 22 Jan 2002 01:24:03 +0100
 
    - by tuomov [Tue, 22 Jan 2002 01:24:03 +0100] rev 39
 
    - trunk: changeset 42
doh 
    - Tue, 22 Jan 2002 01:20:58 +0100
 
    - by tuomov [Tue, 22 Jan 2002 01:20:58 +0100] rev 38
 
    - trunk: changeset 41
END_CONFOPTS was missing 
    - Tue, 22 Jan 2002 01:22:58 +0100
 
    - by tuomov [Tue, 22 Jan 2002 01:22:58 +0100] rev 37
 
    - trunk: changeset 40
END_OPTPARSEROPTS missing too. 
    - Sat, 19 Jan 2002 19:31:04 +0100
 
    - by tuomov [Sat, 19 Jan 2002 19:31:04 +0100] rev 36
 
    - trunk: changeset 39
- The tokenizer also supports reading from a buffer now.
- 2002 update 
    - Sat, 19 Jan 2002 19:14:36 +0100
 
    - by tuomov [Sat, 19 Jan 2002 19:14:36 +0100] rev 35
 
    - trunk: changeset 38
Warning callbacks (thanks to Lukas Schroeder). libtu now depends on
the asprintf functions and one implementation is included in
snprintf_2.2/. 
    - Sun, 01 Apr 2001 01:43:46 +0200
 
    - by tuomov [Sun, 01 Apr 2001 01:43:46 +0200] rev 34
 
    - trunk: changeset 37
Added StringIntMap