Commit Graph

570 Commits

Author SHA1 Message Date
43b968f242 About to release libSystem 0.2.0 2014-09-14 19:53:45 +02:00
cb4a3e3df9 Updated the copyright line 2014-09-14 19:50:06 +02:00
b6cade2f16 Code cleanup 2014-08-29 21:29:18 +02:00
66b833cf2a Now output "FAIL" instead of "FAILED" in case of failures 2014-08-29 19:04:41 +02: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
f5540546c8 Renamed config(1) to configctl(1) for consistency (and to avoid a conflict on NetBSD) 2014-05-29 20:18:04 +02:00
f004921fe1 Using the new CSS for manual pages 2014-05-29 16:28:09 +02:00
bab668b013 Code cleanup 2014-05-17 17:39:55 +02:00
2c33aeb109 Let config(1) work on multiple values at once 2014-05-17 17:34:42 +02:00
4f2440f4c1 Improved a couple error messages 2014-05-12 23:59:27 +02:00
83e96be596 Workaround for multiple definition of generic array handling 2014-05-09 21:01:13 +02:00
ed3c9e0b9e Newer version of the script upstream 2014-05-09 03:48:38 +02:00
6a9c6a3b2e Imported a manual page for config(1) 2014-05-09 03:38:33 +02:00
380b2174f8 Also install "tools/config" 2014-05-09 03:20:33 +02:00
bbb86ae94e Also license "tools/config" under the GPL version 3 explicitly 2014-05-09 03:16:26 +02:00
ee8c269702 Fixed license information 2014-05-09 03:15:35 +02:00
3658a6887d Give "tools/config" more chances to compile 2014-05-09 03:12:43 +02:00
128f6b2542 Now able to modify configuration values as well 2014-05-09 03:10:09 +02:00
124c9769db Imported the generic "config" tool (to parse configuration files) 2014-05-09 02:50:01 +02:00
b3121a94d1 Also install README.md 2014-05-09 02:49:09 +02:00
9c14c3e027 Bind the beginning of the support for the Mutator class 2014-05-08 01:06:09 +02:00
9e3a475783 Fixed build 2014-05-07 03:22:00 +02:00
e445a692c5 Added the "includes" test (including all headers) 2014-05-07 03:17:01 +02:00
eb5954bb1a Avoid a compilation warning 2014-05-07 03:13:21 +02:00
768714d4cf Introducing a partial binding for the Mutator class 2014-05-07 03:07:05 +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
f67b0a9131 Code cleanup 2014-05-07 02:43:58 +02:00
300e598151 Introducing the Mutator class 2014-05-07 02:42:21 +02:00
8ef9a253c0 Implemented hash_count() 2014-05-07 02:40:28 +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
cf3c05ef17 Code cleanup 2014-05-07 02:20:47 +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
4c4acbfcb3 No longer potentially leak memory in variable_set_from() 2014-04-25 21:04:47 +08:00
3351a030f2 libSystem currently needs libsocket 2014-04-23 18:04:23 +02:00
36ba157674 Newer script upstream 2014-04-23 18:01:46 +02:00
c0b190cb16 Implemented variable_set_from() 2014-04-19 23:31:07 +02:00
aae034336a Added a stub for variable_set_from() 2014-04-19 23:24:23 +02:00
8b106a95bd (U)INT64 variables probably need not be converted like buffers 2014-04-19 22:23:27 +02:00
405e1f35cc Avoid a memory leak when deserializing variables of type Buffer 2014-04-19 22:20:10 +02:00
d4c9b21700 Code cleanup 2014-03-27 00:20:00 +01:00
ce0ae5d065 Added a variable_new_deserialize_buffer() function 2014-03-27 00:17:35 +01:00
495bb608ff Added missing #include for "System/error.h" 2014-03-27 00:06:52 +01:00
46adc5e7d4 More portable shebang, from 7heo <7heo@mail.com>
Original commit message:
« The path /bin/sh for the shebang is more portable
than /usr/bin/env, according to Sven Mascheck:
http://in-ulm.de/~mascheck/various/shebang/#env
and:
http://in-ulm.de/~mascheck/various/shells/

Additionally, a space after the shebang first two
characters (#!) is said to be more portable:
http://in-ulm.de/~mascheck/various/shebang/#blankrequired

I fixed the test script shebang accordingly. »

It doesn't say the presence of a space makes it more portable; it says it was a rumor that could never be proven true, for some completely obsolete releases of UNIX. I did not apply that part.

Thanks!
2014-03-13 13:49:29 +09:00
9a57bbc80a Newer version of the script upstream 2014-03-03 01:37:04 +01:00