log src/lib/array.c @ 23007:36e01285b5b8

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Mon, 12 Dec 2016 07:19:55 +0200 Timo Sirainen global: Change string position/length from unsigned int to size_t
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 14 Dec 2015 17:42:34 +0200 Timo Sirainen lib: Avoid passing NULL to qsort() or bsearch() on empty array.
Wed, 23 Sep 2015 14:52:45 +0300 Teemu Huovila Remove now-unnecessary direct stdlib.h #includes.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Mon, 05 Jan 2015 22:12:48 +0200 Phil Carmody lib: array - new linear search helper
Wed, 17 Dec 2014 13:39:57 +0100 Timo Sirainen lib: Small optimization / unnecessary code removal from array_*() functions.
Tue, 25 Nov 2014 03:43:02 +0200 Phil Carmody lib: array - element-wise comparison via callback
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Sat, 28 Apr 2012 18:24:24 +0300 Timo Sirainen Code cleanup: Use array_count_i() to calculate array's size internally.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Fri, 10 Jul 2009 13:59:16 -0400 Timo Sirainen Added type safe array_bsearch(). HEAD
Wed, 17 Jun 2009 14:52:30 -0400 Timo Sirainen Added array_sort() for type-safe array sorting. HEAD
Mon, 20 Apr 2009 14:43:15 -0400 Timo Sirainen array_idx_clear() was broken when clearing an index outside the existing array. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Fri, 20 Jun 2008 10:41:44 +0300 Timo Sirainen Added more consts, ATTR_CONSTs and ATTR_PUREs. HEAD
Fri, 13 Jun 2008 04:36:19 +0300 Timo Sirainen Added array_reverse(). HEAD
Fri, 13 Jun 2008 04:25:05 +0300 Timo Sirainen Uninlined some of the more complex array functions. HEAD