log src/lib/seq-range-array.c @ 4891:6ab2712f1a93 HEAD

age author description
Sun, 15 Oct 2006 20:44:32 +0300 Timo Sirainen seq_range_exists() can take a const pointer to the array. HEAD
Sun, 10 Sep 2006 15:48:12 +0300 Timo Sirainen Replaced ARRAY_CREATE() macro with [ipt]_array_init() macros. The macro HEAD
Sun, 10 Sep 2006 15:32:58 +0300 Timo Sirainen Removed type parameter from ARRAY_CREATE since it's not needed anymore. HEAD
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety HEAD
Thu, 20 Apr 2006 19:02:37 +0300 Timo Sirainen Fix for seq_range_array_remove() HEAD
Wed, 12 Apr 2006 19:57:09 +0300 Timo Sirainen seq_range_array_remove(): Don't crash if array is empty. HEAD
Sat, 01 Apr 2006 00:19:05 +0300 Timo Sirainen Removal didn't work properly from beginning/end if the range contained only HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Fri, 25 Nov 2005 17:16:46 +0200 Timo Sirainen Moved seq_range_*() functions to more generic ones in lib/. HEAD