changelog
- Sat, 31 Jul 2004 03:44:11 +0200
- by tuomov [Sat, 31 Jul 2004 03:44:11 +0200] rev 79
- trunk: changeset 1689
Removed stuff from optparser.
- Mon, 26 Jul 2004 17:40:53 +0200
- by tuomov [Mon, 26 Jul 2004 17:40:53 +0200] rev 78
- trunk: changeset 1635
Fixed WWATCH_INIT to WATCH_INIT.
- Mon, 26 Jul 2004 17:20:08 +0200
- by tuomov [Mon, 26 Jul 2004 17:20:08 +0200] rev 77
- trunk: changeset 1634
Added OBJ_EXTL_OWNED flag.
- Sun, 20 Jun 2004 13:46:00 +0200
- by tuomov [Sun, 20 Jun 2004 13:46:00 +0200] rev 76
- trunk: changeset 1585
Oops.
- Sun, 20 Jun 2004 13:22:50 +0200
- by tuomov [Sun, 20 Jun 2004 13:22:50 +0200] rev 75
- trunk: changeset 1583
Added stringintmap_key (taken from the Ion dock
module/stringintmap_reverse_value).
- Sat, 19 Jun 2004 00:13:45 +0200
- by tuomov [Sat, 19 Jun 2004 00:13:45 +0200] rev 74
- trunk: changeset 1575
Oops. Forgot stringstore_get.
- Sat, 19 Jun 2004 00:04:43 +0200
- by tuomov [Sat, 19 Jun 2004 00:04:43 +0200] rev 73
- trunk: changeset 1574
Added routines for storing commonly used strings and referring to them
by keys.
- Sun, 02 May 2004 17:14:06 +0200
- by tuomov [Sun, 02 May 2004 17:14:06 +0200] rev 72
- trunk: changeset 1462
Added -DHAVE_SNPRINTF when compiling with snprintf_2.2.
- Tue, 16 Mar 2004 21:38:58 +0100
- by tuomov [Tue, 16 Mar 2004 21:38:58 +0100] rev 71
- trunk: changeset 1411
Removed superfluous include flag.
- Tue, 16 Mar 2004 21:35:13 +0100
- by tuomov [Tue, 16 Mar 2004 21:35:13 +0100] rev 70
- trunk: changeset 1408
Changed include directives to reflect change in locations of headers.
- Wed, 10 Mar 2004 18:31:01 +0100
- by tuomov [Wed, 10 Mar 2004 18:31:01 +0100] rev 69
- trunk: changeset 1374
Added include checks to rb header.
- Wed, 10 Mar 2004 17:53:04 +0100
- by tuomov [Wed, 10 Mar 2004 17:53:04 +0100] rev 68
- trunk: changeset 1373
Added myself to copyright notices of rb code.
- Wed, 10 Mar 2004 17:46:49 +0100
- by tuomov [Wed, 10 Mar 2004 17:46:49 +0100] rev 67
- trunk: changeset 1370
- Added red-black tree routines for direct pointer comparison.
- Made keys to red-black tree routines const.
- Wed, 10 Mar 2004 17:33:39 +0100
- by tuomov [Wed, 10 Mar 2004 17:33:39 +0100] rev 66
- trunk: changeset 1369
Fixed some issues with the ripped red-black tree code (compiler printf
warnings, type safety, check of malloc result).
- Wed, 10 Mar 2004 17:08:26 +0100
- by tuomov [Wed, 10 Mar 2004 17:08:26 +0100] rev 65
- trunk: changeset 1368
Added code for red-black trees.