Commit Graph

38 Commits

Author SHA1 Message Date
365f946fcf Switched the license to the GPL LGPL version 3 2012-11-03 00:28:23 +01:00
43d80302a9 Added missing whitespace 2012-05-11 10:49:04 +00:00
d860e17e1a Code cleanup 2012-02-23 04:39:29 +00:00
47137aee56 Added a feature request 2011-10-29 01:55:48 +00:00
1d340abbe1 Added string_replace() 2011-04-28 02:52:29 +00:00
9a7b6d65ab Also allow to browse through sections 2010-08-09 14:24:07 +00:00
2b4f9ae1ab Added a function to list through the variables defined 2010-08-07 17:26:18 +00:00
fd66f28700 Allow NULL for the default section in config_set() 2010-05-25 13:45:37 +00:00
8667321972 Variables from the default section were misplaced if set after a section 2010-01-15 04:03:18 +00:00
375c364345 Allow variables to start with a non-ascii character directly 2009-08-03 23:59:16 +00:00
1ab77965d3 No longer choke on UTF-8 data 2009-08-02 03:33:00 +00:00
e5b7c501ba Fixed the line count 2009-08-02 03:30:13 +00:00
8ae3a7622b More precise errors on config_load() 2009-08-02 03:19:16 +00:00
031e5fe38e Fixed invalid memory accesses in the Config class after config_reset() 2009-08-02 02:48:31 +00:00
c8ebf791b6 Updated copyright information 2009-07-25 20:34:24 +00:00
f87e47969f Fixed a memory leak when overwriting a variable 2009-07-25 20:33:00 +00:00
5876e4663c Do not even save the variable if it was set to NULL 2009-02-20 23:55:04 +00:00
74b506a60b Do not write anything when there is no value to save 2009-02-19 01:31:30 +00:00
f06b1b816c NULL is equivalent to the default section in config_get() 2008-11-09 21:41:08 +00:00
d8d4858efb GPLv3'ing 2008-10-15 10:58:17 +00:00
0334be4271 Added config_reset() 2008-07-10 15:19:35 +00:00
bb00b01252 Updated to match Hash API update 2008-06-10 16:23:02 +00:00
e2fc24947f Code cleanup 2008-06-06 02:06:10 +00:00
4ddafea8be Using the error reporting framework 2008-04-17 17:51:13 +00:00
7c463bb727 Updated copyright information 2008-04-17 12:51:56 +00:00
d0958d1f1a Constified config_get() 2008-04-17 12:47:48 +00:00
b58ed03dca Code cleanup 2008-04-10 19:09:08 +00:00
661bc4b768 Fixed crash upon error in Config 2007-11-06 18:22:40 +00:00
1753c7b223 Nicer error message when a variable is not found in the default section 2007-11-06 18:16:18 +00:00
2d919268b2 Fixed a crash when parsing empty section ("[]") 2007-11-02 15:40:35 +00:00
e6d4faf25d Code cleanup 2007-11-02 15:18:12 +00:00
da796ef52a Beginning to use the error reporting framework 2007-10-31 15:31:59 +00:00
106de9a81a Licensed under the terms of the DeforaOS Project license 2007-06-13 23:34:06 +00:00
eb1f6efaff Adding copyright notices 2006-10-09 05:32:05 +00:00
6c935a5bdf Fixed crash upon config_set(a, b, NULL) (and should remove value instead) 2006-06-10 20:06:01 +00:00
443914d626 Fixed include collisions and subsequent compilation warnings 2006-04-17 15:23:26 +00:00
ca765a33d2 Added "const" where appropriate 2005-10-22 23:16:13 +00:00
fe9918dc0e Added hash.c and config.c
Fixed String API
Improved Array API
2005-10-20 19:05:39 +00:00