DeforaOS
·
Webmail
·
Login
·
Documentation
·
Mailing-lists
·
Members
DeforaOS
::
Project
About
News
Project
Roadmap
Development
Policy
Projects
Download
Packages
Screenshots
Support
Documentation
Reports
Deutsch
English
Français
Homepage
·
Browse source
·
Timeline
·
Bug reports
·
Files
libSystem CVS: src/config.c
Name
Date
Author
Message
1.33
2010/08/09 14:24:07
khorben
Also allow to browse through sections
1.32
2010/08/07 17:26:18
khorben
Added a function to list through the variables defined
1.31
2010/05/25 13:45:37
khorben
Allow NULL for the default section in config_set()
1.30
2010/01/15 04:03:18
khorben
Variables from the default section were misplaced if set after a section
1.29
2009/08/03 23:59:16
khorben
Allow variables to start with a non-ascii character directly
1.28
2009/08/02 03:33:00
khorben
No longer choke on UTF-8 data
1.27
2009/08/02 03:30:13
khorben
Fixed the line count
1.26
2009/08/02 03:19:16
khorben
More precise errors on config_load()
1.25
2009/08/02 02:48:31
khorben
Fixed invalid memory accesses in the Config class after config_reset()
1.24
2009/07/25 20:34:24
khorben
Updated copyright information
1.23
2009/07/25 20:33:00
khorben
Fixed a memory leak when overwriting a variable
1.22
2009/02/20 23:55:04
khorben
Do not even save the variable if it was set to NULL
1.21
2009/02/19 01:31:30
khorben
Do not write anything when there is no value to save
1.20
2008/11/09 21:41:08
khorben
NULL is equivalent to the default section in config_get()
1.19
2008/10/15 10:54:41
khorben
GPLv3'ing
1.18
2008/07/10 15:19:35
khorben
Added config_reset()
1.17
2008/06/10 16:23:02
khorben
Updated to match Hash API update
1.16
2008/06/06 02:06:10
khorben
Code cleanup
1.15
2008/04/17 17:51:13
khorben
Using the error reporting framework
1.14
2008/04/17 12:49:33
khorben
Updated copyright information
1.13
2008/04/17 12:47:48
khorben
Constified config_get()
1.12
2008/04/10 19:09:08
khorben
Code cleanup
1.11
2007/11/06 18:22:40
khorben
Fixed crash upon error in Config
1.10
2007/11/06 18:16:18
khorben
Nicer error message when a variable is not found in the default section
1.9
2007/11/02 15:40:35
khorben
Fixed a crash when parsing empty section ("[]")
1.8
2007/11/02 15:17:40
khorben
Code cleanup
1.7
2007/10/31 15:31:59
khorben
Beginning to use the error reporting framework
1.6
2007/06/13 23:34:06
khorben
Licensed under the terms of the DeforaOS Project license
1.5
2006/10/09 05:31:27
khorben
Adding copyright notices
1.4
2006/06/10 20:06:01
khorben
Fixed crash upon config_set(a, b, NULL) (and should remove value instead)
1.3
2006/04/17 15:23:26
khorben
Fixed include collisions and subsequent compilation warnings
1.2
2005/10/22 23:16:13
khorben
Added "const" where appropriate
1.1
2005/10/20 19:05:39
khorben
Added hash.c and config.c...