changelog
    
    
    - Tue, 02 Jan 2001 01:45:46 +0100
 
    - by tuomov [Tue, 02 Jan 2001 01:45:46 +0100] rev 31
 
    - trunk: changeset 34
Added libtu_(v)asprintf functions. 
    - Thu, 28 Dec 2000 14:40:02 +0100
 
    - by tuomov [Thu, 28 Dec 2000 14:40:02 +0100] rev 30
 
    - trunk: changeset 33
Makefile/path settings changes 
    - Wed, 20 Dec 2000 20:34:02 +0100
 
    - by tuomov [Wed, 20 Dec 2000 20:34:02 +0100] rev 29
 
    - trunk: changeset 32
Use 'ranlib' instead of 'ar s'. 
    - Sat, 04 Nov 2000 21:29:33 +0100
 
    - by tuomov [Sat, 04 Nov 2000 21:29:33 +0100] rev 28
 
    - trunk: changeset 31
fix 
    - Sat, 04 Nov 2000 21:14:52 +0100
 
    - by tuomov [Sat, 04 Nov 2000 21:14:52 +0100] rev 27
 
    - trunk: changeset 30
Added LIBTU_NO_ERRMSG so snprintf is not needed with programs that
don't use the errmsg functions (pwm). 
    - Fri, 27 Oct 2000 15:41:36 +0200
 
    - by tuomov [Fri, 27 Oct 2000 15:41:36 +0200] rev 26
 
    - trunk: changeset 29
oops 
    - Fri, 27 Oct 2000 15:17:27 +0200
 
    - by tuomov [Fri, 27 Oct 2000 15:17:27 +0200] rev 25
 
    - trunk: changeset 28
Added errmsg_* functions alike warn_* -- asprintf and vasprintf
required now. 
    - Mon, 02 Oct 2000 17:57:46 +0200
 
    - by tuomov [Mon, 02 Oct 2000 17:57:46 +0200] rev 24
 
    - trunk: changeset 27
Added missing TOK_INIT (could cause segfaults). 
    - Tue, 29 Aug 2000 00:03:00 +0200
 
    - by tuomov [Tue, 29 Aug 2000 00:03:00 +0200] rev 23
 
    - trunk: changeset 26
Once again, 'make install' portability fixes 
    - Mon, 28 Aug 2000 13:15:36 +0200
 
    - by tuomov [Mon, 28 Aug 2000 13:15:36 +0200] rev 22
 
    - trunk: changeset 25
Parser error handling fixes 
    - Mon, 28 Aug 2000 12:24:32 +0200
 
    - by tuomov [Mon, 28 Aug 2000 12:24:32 +0200] rev 21
 
    - trunk: changeset 24
Added tokz_warn 
    - Sun, 27 Aug 2000 21:21:29 +0200
 
    - by tuomov [Sun, 27 Aug 2000 21:21:29 +0200] rev 20
 
    - trunk: changeset 23
Made check_args non-static for use with ion 
    - Mon, 24 Jul 2000 16:38:12 +0200
 
    - by tuomov [Mon, 24 Jul 2000 16:38:12 +0200] rev 19
 
    - trunk: changeset 22
Fixed a bug with OPT_NO_DASH 
    - Fri, 21 Jul 2000 21:19:37 +0200
 
    - by tuomov [Fri, 21 Jul 2000 21:19:37 +0200] rev 18
 
    - trunk: changeset 21
Added 'bool' config file data type 
    - Fri, 21 Jul 2000 21:19:31 +0200
 
    - by tuomov [Fri, 21 Jul 2000 21:19:31 +0200] rev 17
 
    - trunk: changeset 20
- Added 'bool' config file data type
- Brought tester*.c up-to-date 
    - Sat, 01 Jul 2000 14:18:56 +0200
 
    - by tuomov [Sat, 01 Jul 2000 14:18:56 +0200] rev 16
 
    - trunk: changeset 19
Use POSIX_SOURCE 
    - Sat, 01 Jul 2000 13:31:40 +0200
 
    - by tuomov [Sat, 01 Jul 2000 13:31:40 +0200] rev 15
 
    - trunk: changeset 18
long double -> double 
    - Sat, 03 Jun 2000 19:00:43 +0200
 
    - by tuomov [Sat, 03 Jun 2000 19:00:43 +0200] rev 14
 
    - trunk: changeset 17
Default include path support 
    - Fri, 26 May 2000 18:34:04 +0200
 
    - by tuomov [Fri, 26 May 2000 18:34:04 +0200] rev 13
 
    - trunk: changeset 16
Increased MAX_NEST and MAX_TOKENS to 256 
    - Sun, 21 May 2000 17:33:48 +0200
 
    - by tuomov [Sun, 21 May 2000 17:33:48 +0200] rev 12
 
    - trunk: changeset 15
- Optparser generates --help from option descriptions in the
  OptParserOpt structure
- Changed the options --license, --authors and --proginfo to single
  --about 
    - Sat, 20 May 2000 17:43:36 +0200
 
    - by tuomov [Sat, 20 May 2000 17:43:36 +0200] rev 11
 
    - trunk: changeset 14
Added dlist.h for doubly linked lists. 
    - Sun, 14 May 2000 18:58:42 +0200
 
    - by tuomov [Sun, 14 May 2000 18:58:42 +0200] rev 10
 
    - trunk: changeset 13
Use $(ANSI_SOURCE) 
    - Sat, 29 Apr 2000 15:35:45 +0200
 
    - by tuomov [Sat, 29 Apr 2000 15:35:45 +0200] rev 9
 
    - trunk: changeset 12
Changed the copyright notice in headers 
    - Sat, 22 Apr 2000 17:34:20 +0200
 
    - by tuomov [Sat, 22 Apr 2000 17:34:20 +0200] rev 8
 
    - trunk: changeset 11
Portability fixes