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
92a2032809
Code cleanup
2014-01-23 12:32:02 -06:00
c78d60b5db
Newer versions of the helper scripts upstream
2014-01-23 12:29:07 -06:00
a058dd69bf
About to release libSystem 0.1.7
2013-12-29 16:30:25 +01:00
a68f068423
Code cleanup
2013-10-26 18:53:38 +02:00
f8d103c891
Code cleanup
2013-10-25 22:57:43 +02:00
64d33eab02
Slightly improved the tests
2013-10-25 22:30:59 +02:00
756b50e818
Slightly improved the tests
2013-10-25 22:04:28 +02:00
fbf1591c76
Fixed the URL for the online documentation
2013-07-24 03:41:58 +02:00
e901b42e90
Re-generated the documentation
2013-07-24 03:41:25 +02:00
99fbd72e22
libSystem currently depends on libsocket (for htonl())
2013-07-17 03:40:56 +02:00
1c150963d7
No longer rely on select() not to update the timeout argument
2013-05-11 01:49:56 +02:00
71d572c397
Re-generated the Makefiles
2013-03-24 16:22:23 +01:00
0a6588a19d
Give the Python binding a better chance to be functional
2013-02-13 00:52:01 +01:00
55bc15fbb3
Fixed libSystem::Plugin::lookup()
2013-02-13 00:50:00 +01:00
875c5584f7
Exposing the Plugin API
2013-02-12 23:37:45 +01:00
592e7bdfe2
Hopefully fixed Event::loop()
2013-02-12 23:21:35 +01:00
39e55e5094
Exposing the Plugin API
2013-02-12 23:21:16 +01:00
04a254347d
Also exposing some of the error handling functions
2013-01-26 01:49:30 +01:00
c5ef7e791b
Also implemented Config::reset()
2013-01-26 01:39:53 +01:00
a8a7edcae0
Documenting the Python bindings
2013-01-26 01:32:52 +01:00
2f6fa84a68
Added Config::load() and Config::save()
2013-01-25 21:34:13 +01:00
c90d082b6c
Added an early binding for the Config API (incomplete, untested)
2013-01-25 21:20:40 +01:00
47baa4f84a
Re-generated Makefiles
2013-01-25 21:01:12 +01:00
23043b7c85
Initial python binding for libSystem (incomplete, not built by default)
2013-01-22 01:17:23 +01:00
f8630bdb06
Always return the size required when deserializing
2013-01-10 13:55:08 +01:00
e64ed118b6
Fixed copying variables
2013-01-10 13:27:54 +01:00
5a9f1546db
Fixed string serialization
2013-01-10 12:25:10 +01:00
7c2d741759
Also deserializing float and double values (as strings)
2013-01-09 01:52:38 +01:00
fa76b348e0
Also serializing floats and doubles (untested)
2013-01-09 01:46:44 +01:00
36eb19c7f8
Also (de)serializing the boolean type
2013-01-09 01:24:34 +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
493618b348
Also obtaining strings back
2013-01-08 03:35:48 +01:00
67b23de717
Added the possibility to obtain buffers (copied from buffers)
2013-01-08 02:43:27 +01:00
fd788fc9df
Added some debugging information
2013-01-08 02:08:58 +01:00
31481468e3
Fixed "make clean"
2013-01-07 03:15:37 +01:00
24c17c432d
Re-generated Makefiles
2013-01-07 03:03:44 +01:00
0dffbe9755
Fixed "make clean"
2013-01-07 03:03:28 +01:00
95931cebc8
Preparing scripts for the "clean" target
2013-01-07 02:46:29 +01:00
d7db2814c9
Code cleanup
2013-01-07 02:35:59 +01:00
04f74013bc
Preparing scripts for the "clean" target
2013-01-07 02:32:09 +01:00
c45509f658
Preparing scripts for the "clean" target
2013-01-07 02:27:13 +01:00
2c055e4741
Re-generated Makefiles
2013-01-07 02:06:19 +01:00
1f2819cd68
Really fixed buffer serialization
2012-12-04 02:39:55 +01:00
82b99d3941
Fixed buffer serialization
2012-12-04 02:36:48 +01:00
f75ea87b0c
Added some debugging code
2012-12-04 02:29:01 +01:00