Commit Graph

110 Commits

Author SHA1 Message Date
4e63a00c34 Implement string_trim() 2015-06-23 03:14:13 +02:00
26c0e62541 Implement string_ltrim() 2015-06-23 03:14:13 +02:00
817ee525f3 Implement string_rtrim() 2015-06-23 03:14:12 +02:00
1e900f11f0 Update the copyright notice 2015-06-18 02:02:40 -04:00
3079a92b84 Revisit the File API 2015-06-18 02:02:40 -04:00
9666179b54 Update a couple copyright notices 2015-04-20 23:46:11 +02:00
3a9c6cc403 Introduce string_new_replace(3) 2015-04-20 23:46:11 +02:00
265d38b38e Re-generated the Makefiles (with partial support for OBJDIR) 2014-11-12 02:28:52 +01:00
7ade6f79d4 Build the python binding as part of the tests 2014-08-29 19:04:13 +02:00
13da423c7d Fixed double-definition of LICENSE_PROPRIETARY_FLAGS 2014-06-01 13:19:38 +02:00
322ad16443 Imported <System/license.h> (hopefully will be useful) 2014-05-31 12:23:34 +02:00
ebe0208b61 Stricter header double-inclusion protection 2014-05-31 12:04:47 +02:00
83e96be596 Workaround for multiple definition of generic array handling 2014-05-09 21:01:13 +02:00
35a0f62959 Let the Config class inherit from the Mutator class instead of Hash 2014-05-07 02:56:44 +02:00
3268efcb33 Code cleanup 2014-05-07 02:55:17 +02:00
300e598151 Introducing the Mutator class 2014-05-07 02:42:21 +02:00
d2121b1bb4 Added missing include <sys/types.h> 2014-05-07 02:39:57 +02:00
93771c5cfe Code cleanup 2014-05-07 02:25:56 +02:00
484b59a68e Code cleanup 2014-05-07 02:15:53 +02:00
a01c33c6b3 Added variable_set() 2014-04-25 21:15:17 +08:00
ce0ae5d065 Added a variable_new_deserialize_buffer() function 2014-03-27 00:17:35 +01:00
a68f068423 Code cleanup 2013-10-26 18:53:38 +02:00
71d572c397 Re-generated the Makefiles 2013-03-24 16:22:23 +01:00
47baa4f84a Re-generated Makefiles 2013-01-25 21:01:12 +01:00
2ed5673e58 Added (and partially implemented) a float and double type to the Variable class 2013-01-09 01:20:11 +01:00
f2d929554d Added a boolean type to the Variable class 2013-01-09 01:13:15 +01:00
9eb00221aa Added variable_get_type() 2013-01-08 19:45:34 +01:00
2c055e4741 Re-generated Makefiles 2013-01-07 02:06:19 +01:00
c0b6614cdf Hopefully added support for Buffer serialization 2012-12-04 00:04:44 +01:00
96fd2a50bc Implementing the Variable class 2012-11-19 00:02:18 +01:00
eb67b1d334 Added buffer_set() 2012-11-19 00:00:10 +01:00
8b2dbd159d Working on the Variable class 2012-11-18 23:18:01 +01:00
47f5511c49 Fixed building DeforaOS 2012-11-04 14:53:24 +01:00
365f946fcf Switched the license to the GPL LGPL version 3 2012-11-03 00:28:23 +01:00
eed6144f63 Revised the API 2012-10-29 01:55:12 +01:00
267522f84b Updated a comment 2012-09-23 01:55:17 +00:00
e94aa30082 Fixed direct inclusion 2011-11-03 19:47:23 +00:00
d7b40cfe95 Added string_clear() 2011-10-29 01:53:49 +00:00
ba0e215470 Re-generated Makefiles 2011-09-16 11:36:26 +00:00
0c1d780edf Re-generated Makefiles 2011-09-16 10:19:40 +00:00
bf32a4d944 Reverted before accidental commit 2011-05-11 22:04:17 +00:00
494d1cb129 Should definitely fix the build this time 2011-05-01 23:27:39 +00:00
1d340abbe1 Added string_replace() 2011-04-28 02:52:29 +00:00
3f998d9f11 No longer include the App protocol handler 2011-03-27 23:33:41 +00:00
3db02a052e Added missing header 2011-03-27 23:31:44 +00:00
f2e2f17a50 Re-generated Makefiles 2011-02-03 04:15:27 +00:00
15bd273aab Re-generated Makefiles 2011-01-26 23:55:01 +00:00
6c8e4c8637 Added event_loop_quit() to allow exiting from the current loop 2010-09-14 19:04:23 +00:00
f496161ae0 Added a way to parse text strings instead of files 2010-08-24 23:32:35 +00:00
9a7b6d65ab Also allow to browse through sections 2010-08-09 14:24:07 +00:00