log src/lib/strnum.c @ 22664:fea53c2725c0

age author description
Sun, 05 Nov 2017 21:36:55 +0200 Timo Sirainen lib: str_parse/to_*int*() - minor optimization
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Fri, 29 Jan 2016 10:28:53 +0200 Aki Tuomi lib: Add str_is_float check function
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Thu, 03 Sep 2015 14:01:57 +0300 Phil Carmody lib: strnum - simplify hex and oct overflow code
Mon, 31 Aug 2015 23:25:12 +0300 Timo Sirainen lib: Added str_to_ino()
Sat, 29 Aug 2015 14:31:51 +0300 Stephan Bosch strnum: Implemented many more numeric string parsing functions.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 16 Sep 2014 13:38:30 +0300 Phil Carmody lib: strnum - ensure str_to_uintmax doesn't return a value on error
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib: strnum - add permissive str_parse_uint() helper
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib: strnum - add a permissive uoff_t parser
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib: strnum - add permissive partial-string integer parser
Wed, 02 Jul 2014 18:21:24 +0300 Phil Carmody lib: strnum - harden str_to_uintmax against overflows
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
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.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Thu, 08 Dec 2011 09:28:54 +0200 Timo Sirainen liblib: Added str_to_time()
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Wed, 19 May 2010 14:59:11 +0200 Timo Sirainen str_to_gid(): Allow negative GIDs on OS X. HEAD
Wed, 07 Apr 2010 02:43:55 +0300 Timo Sirainen str_to_*(): Fixed them to actually work. HEAD
Wed, 07 Apr 2010 01:48:03 +0300 Timo Sirainen Added str_to_*() for converting strings to numbers, plus a few helper functions. HEAD