Commit Graph

303 Commits

Author SHA1 Message Date
90cd2b84ed Released 0.1.2 2009-08-13 16:26:49 +00:00
1556118b7e Code cleanup 2009-08-04 00:02:40 +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
61bb91cb59 Added string_set() 2009-08-02 03:03:47 +00:00
1768cc2b5b Code cleanup 2009-08-02 03:02:23 +00:00
031e5fe38e Fixed invalid memory accesses in the Config class after config_reset() 2009-08-02 02:48:31 +00:00
ad5fede9ad Code cleanup 2009-08-02 02:47:40 +00:00
f1db3399bc Fixed a bug where filters would not always get the latest character fetched 2009-07-29 17:01:54 +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
5566f004b4 Updated copyright information 2009-07-25 18:13:02 +00:00
272705130d Changed the prototype of object_resize() 2009-07-25 18:12:34 +00:00
974d0b7bcf Added object_resize() 2009-07-25 18:07:23 +00:00
7b5a38bbec Added helpers for debugging 2009-07-25 18:00:42 +00:00
14191ec92f Fixed a warning with -pedantic 2009-07-12 22:47:09 +00:00
505707cb60 Fixed a warning with -pedantic 2009-07-12 22:44:35 +00:00
d6d50e7470 Fixed two warnings with -pedantic 2009-07-12 22:43:44 +00:00
5f2517a809 Replacing -ansi with -pedantic 2009-07-12 22:42:31 +00:00
5199ae872e Re-generated Makefiles 2009-06-16 23:45:52 +00:00
77bf4364d5 Code cleanup 2009-06-16 23:14:57 +00:00
620bcc025f Added string_new_append() 2009-06-16 23:11:56 +00:00
7f72bab27d Releasing libSystem 0.1.1 2009-04-15 14:50:34 +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
992c5cbd59 Re-generated Makefiles 2009-01-11 21:46:49 +00:00
5e7df7071a Always including <arpa/inet.h> 2008-11-11 01:38:55 +00:00
0ff3f9bfd3 Including <arpa/inet.h> 2008-11-11 01:38:05 +00:00
b00642b971 Making way for the real Init 2008-11-09 23:12:31 +00:00
5b797d87ad Extending the String class 2008-11-09 21:43:08 +00:00
e55bfa7842 Adding the Init AppInterface 2008-11-09 21:41:31 +00:00
f06b1b816c NULL is equivalent to the default section in config_get() 2008-11-09 21:41:08 +00:00
196e5875d3 Requires <sys/types.h> 2008-10-15 23:36:01 +00:00
0bff06da80 Releasing libSystem 0.1.0 2008-10-15 11:28:17 +00:00
d8d4858efb GPLv3'ing 2008-10-15 10:58:17 +00:00
794208ccb6 GPLv3'ing 2008-10-15 10:43:33 +00:00
ab72ca4b8f Can't remember why I added <sys/types.h> here 2008-10-15 10:10:52 +00:00
b3130663da Get rid of some signedness and qualifier warnings 2008-10-14 22:20:03 +00:00
0b247966be Re-generated Makefiles 2008-09-26 21:20:27 +00:00
e605ab4689 Using string_new() instead of strdup() where applicable 2008-08-21 20:25:56 +00:00
0a9f75e43a Using string_new() instead of strdup() where applicable 2008-08-21 20:24:57 +00:00
a933dc62f6 Fix compilation with debugging enabled 2008-07-10 17:36:46 +00:00
d58853a53a Constify'd 2008-07-10 17:29:08 +00:00
0334be4271 Added config_reset() 2008-07-10 15:19:35 +00:00
d2dc86e4b6 Event API update 2008-07-10 15:19:01 +00:00
d1202454db Code cleanup 2008-07-10 15:18:10 +00:00
1f1a3fce3c Re-generated Makefile 2008-07-10 15:15:15 +00:00
f6d9f1186b Create destination directory as appropriate 2008-07-10 15:14:52 +00:00