log src/lib/test-seq-range-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.
Thu, 08 Dec 2016 19:37:30 +0200 Timo Sirainen lib: Improve seq_range_array_invert() unit tests
Thu, 08 Dec 2016 17:50:46 +0200 Timo Sirainen lib: Fix seq_range_array_invert() when input contains 2^32-1
Thu, 01 Dec 2016 02:26:08 +0200 Timo Sirainen lib: seq_range_array_*(): Fix seq2=2^32-1 handling
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 23 Sep 2015 14:52:45 +0300 Teemu Huovila Remove now-unnecessary direct stdlib.h #includes.
Wed, 21 Jan 2015 01:44:31 +0200 Phil Carmody lib: seq-range-array - add range changes
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Wed, 10 Sep 2014 14:08:58 +0300 Phil Carmody lib: test-seq-range-array - clean up array after use
Mon, 05 May 2014 14:02:16 +0300 Timo Sirainen Added seq_range_array_remove_nth()
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sun, 24 Feb 2013 11:54:00 +0200 Timo Sirainen seq_range_array_add(): Fixed handling sequence ranges that contain zeros.
Sun, 24 Feb 2013 09:16:31 +0200 Timo Sirainen Replaced all -1U and (unsigned int)-1 with UINT_MAX.
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.
Mon, 25 Jun 2012 02:22:12 +0300 Timo Sirainen seq-range-array: Reverted most of recent API changes.
Mon, 25 Jun 2012 01:14:03 +0300 Timo Sirainen Make sure we check all the functions' return values. Minor API changes to simplify this.
Sun, 24 Jun 2012 21:19:33 +0300 Timo Sirainen seq_range_array_remove() now returns void. Added seq_ranger_array_try_remove().
Sun, 24 Jun 2012 21:14:56 +0300 Timo Sirainen seq_range_array_add() API changed. Added other functions to provide the less common use cases.
Mon, 30 Apr 2012 22:53:19 +0300 Timo Sirainen seq_range_array_add(): Ranges weren't always merged when they could have.
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
Mon, 01 Jun 2009 01:11:17 -0400 Timo Sirainen liblib unit tests are now split to separate files. HEAD