Commit Graph

957 Commits

Author SHA1 Message Date
1ec9958b47 Code cleanup 2016-09-25 04:41:22 +02:00
98ac3ecd15 Avoid potential memory corruption 2016-09-15 14:02:05 +02:00
5f051980de Clarify the Variable API for variable_serialize() 2016-09-07 00:59:24 +02:00
978460f9d5 Fix an error message 2016-09-07 00:57:16 +02:00
71072e14b2 Do not bother failing when cross-compiling 2016-09-06 01:50:13 +02:00
f61171ebb6 Disable native tests when cross-compiling 2016-09-06 01:43:33 +02:00
732929f20f Partial support for SOURCE_EPOCH in the tests
The environment may still determine the locale and timezone for the
date output.
2016-08-23 02:26:23 +02:00
cbf3c3ede8 Add support for more than one target 2016-08-23 01:34:59 +02:00
56f3754b76 Re-generate the Makefiles 2016-08-15 00:54:23 +02:00
942f0e6b03 Register dependencies for testing the Python binding 2016-08-15 00:53:54 +02:00
9218759b8c Update the copyright notice 2016-08-14 23:24:18 +02:00
dcf0c42bc2 Avoid a few warnings 2016-08-14 23:24:03 +02:00
bf18821d81 Add a test for string_rindex() 2016-08-14 20:19:50 +02:00
c300338e73 Add a test for string_index() 2016-08-14 20:19:38 +02:00
f8c71e7c90 Align string_rindex() with string_index() 2016-08-14 20:18:48 +02:00
30946509c7 Rework string_index() 2016-08-14 20:18:37 +02:00
a2f5d12e1e Use PROGNAME 2016-08-14 19:57:51 +02:00
cd4cb128f0 Add string_rindex() 2016-08-13 20:31:31 +02:00
5406aff2a3 Re-generate the Makefiles 2016-08-02 19:53:35 +02:00
5e6c1a68df About to release DeforaOS libSystem 0.3.1 2016-08-02 19:53:15 +02:00
70fe93a548 Re-license as BSD 2016-08-02 19:51:56 +02:00
46fee46f1e Update from upstream 2016-08-02 19:02:03 +02:00
4d4b710d8f Re-generate the Makefiles 2016-07-28 21:52:55 +02:00
291b12d3ce Simplify LDFLAGS 2016-07-28 21:52:47 +02:00
7e0a0d429a Fix the pkg-config test
It now works even when PKG_CONFIG_PATH is not exported by default.
2016-07-27 02:50:29 +02:00
351690c342 Re-generate the Makefiles 2016-07-26 14:34:42 +02:00
46ca38a804 Re-generate the Makefiles 2016-07-26 02:28:37 +02:00
bd38c45987 Remove useless linking option 2016-07-26 02:28:03 +02:00
8031a2449e Introduce a clearer API for looking up exports 2016-06-14 23:59:44 +02:00
195e391d28 Update the copyright notice 2016-06-14 23:57:01 +02:00
11e298829b Define a standard header for plug-ins 2016-06-14 23:56:10 +02:00
640fb145d8 Re-generate the Makefiles 2016-06-14 23:55:07 +02:00
34fd866482 Force building with -fPIC 2016-06-14 23:54:52 +02:00
420785b773 Re-generate the Makefiles 2016-06-14 23:54:29 +02:00
08b5abf5a6 Do not compile with -fPIC anymore 2016-06-14 23:54:01 +02:00
a2229ca91f Use %zu for size_t in format strings 2016-06-14 23:48:50 +02:00
cfd1ff2f29 Update the copyright notice 2016-06-11 12:27:57 +02:00
f2dcf4c91c Use size_t for string_{,l,r}trim()
These functions do not fail, and may work on very long strings.
Reflect this by returning unsigned values (number of characters
trimmed).

XXX breaks the ABI
2016-06-11 12:25:54 +02:00
872617ec28 Update some copyright notices 2016-05-27 11:00:52 +02:00
7d5c33f3d4 Constify 2016-05-27 11:00:34 +02:00
c6459c538f Re-generate the Makefiles 2016-05-16 17:22:49 +02:00
047d677cc3 Add a test for the pkg-config file 2016-05-16 17:22:39 +02:00
b907cee23e Remove unused variable 2016-05-16 17:20:20 +02:00
e619611bc0 Re-generate the Makefiles 2016-04-22 00:48:09 +02:00
663497eca3 Simplify 2016-04-22 00:46:37 +02:00
af626ce969 Re-generate the Makefiles 2016-04-21 00:34:59 +02:00
033c3c475b Simplify 2016-04-21 00:34:46 +02:00
56a42f2464 Fix the "python.sh" test with "make distcheck" 2016-04-21 00:33:36 +02:00
4d9e2aae2f Re-generate the Makefiles 2016-04-21 00:26:06 +02:00
702d8bf99f Fix "make distcheck" 2016-04-21 00:25:50 +02:00