Commit Graph

858 Commits

Author SHA1 Message Date
bf01ac0e02 Re-generate the Makefiles 2017-12-28 01:39:01 +01:00
5457058865 Register the new test 2017-11-18 06:00:23 +01:00
17f46350d0 Re-generate the Makefiles 2017-11-18 06:00:02 +01:00
b4d02d569b Import a clint test 2017-11-18 05:59:37 +01:00
bef191083e Re-generate the Makefiles 2017-11-18 05:56:01 +01:00
306508bf37 Remove outdated notes 2017-11-13 20:29:38 +01:00
25df9d5073 Re-generate the Makefiles 2017-11-13 20:28:33 +01:00
55bf61919f Use platform.sh to detect if "-l dl" is needed 2017-11-13 20:27:45 +01:00
4e328b154e Add tests for string_to{lower,upper}() 2017-11-09 04:23:28 +01:00
6485ea2dd9 Introduce string_to{lower,upper}() 2017-11-09 04:19:19 +01:00
8700c5be89 Avoid a couple warnings 2017-11-09 03:17:59 +01:00
431924195b Update the copyright notice 2017-11-09 03:17:08 +01:00
7de95d899f Constify 2017-11-09 03:16:17 +01:00
d5bb98c171 Re-generate the Makefiles 2017-11-01 18:02:07 +01:00
974f1501fe Regenerate the Makefiles 2017-09-12 18:25:56 +02:00
e0a689419a Default to the regular stack protector 2017-09-12 18:25:26 +02:00
6efea7df30 Fix build where SIZE_T_MAX is not defined 2017-07-31 22:33:08 +02:00
c338c5b5de Update the copyright notice 2017-05-21 01:45:46 +02:00
8b786d778d Add missing #include 2017-05-21 01:45:26 +02:00
0ad485a8c3 Report an error upon string_new_format(NULL) 2017-04-17 05:47:45 +02:00
bd413de612 Minor optimization 2017-04-17 04:42:21 +02:00
c57dbce19a Use more of the String class 2017-04-17 04:40:06 +02:00
ac78984307 Code cleanup 2017-04-14 05:37:26 +02:00
4073cd8bc3 Update the copyright notice 2017-04-14 03:54:30 +02:00
5a61d5b9c4 Use errno as the error code when relevant 2017-04-14 03:54:22 +02:00
d2928c5fa7 Update the copyright notice 2017-04-14 03:51:37 +02:00
9538c5962c Add a test for string_new_length() 2017-04-14 03:51:23 +02:00
40e276659b Detect integer overflows in string_new_length()
These overflows were caught in object_new() until now.
2017-04-14 03:49:46 +02:00
6324df6d88 Consider strings empty for string_new_length(NULL) 2017-04-14 03:44:13 +02:00
6d13c18543 Use errno as the error code when relevant
The convention is to use a negative value in this case.
2017-04-14 03:41:55 +02:00
5eb805cf10 Update the copyright notice 2017-04-14 03:41:05 +02:00
715991580e Add an accessor for String
This is currently a no-op with a symbol.
2017-04-14 03:40:54 +02:00
83ac0edc3f Update the copyright notice 2017-04-14 03:35:21 +02:00
98c15f71e8 Use String instead of char for consistency 2017-04-14 03:35:06 +02:00
e7cb4ef0f6 Really test reproducibly
- Use $SOURCE_DATE_EPOCH
- Force a default timezone
2017-03-10 00:52:54 +09:00
620f06f3bc Import the latest versions from upstream 2016-12-29 21:14:52 +01:00
b9661cbd38 Import fix from upstream 2016-12-29 21:14:52 +01:00
bc3b8acc2b Add some String functions (untested) 2016-12-03 03:53:18 +01:00
479d549839 Remove unnecessary header 2016-10-27 01:40:07 +02:00
2b2e304f48 Merge pull request #1 from R41z/master
Fix build on Linux
2016-10-27 01:35:17 +02:00
Ali H. Fardan
40debb478b typofix 2016-10-23 17:13:31 +03:00
79b1121539 Update the copyright notice 2016-10-16 03:01:20 +02:00
6363d46c2d Code cleanup 2016-10-16 03:01:10 +02:00
484ef8748c Report errors when removing array elements 2016-10-16 02:46:17 +02:00
1200695410 Add a check for overflows 2016-10-16 02:29:44 +02:00
7a9bd1d9a2 Check for overflows before allocating arrays 2016-10-16 02:25:22 +02:00
87f10c89f7 Report more errors when allocating arrays 2016-10-16 02:23:42 +02:00
770a8578f0 Update the copyright notice 2016-10-16 02:23:11 +02:00
b9e1b95f22 Correct some integer overflow checks 2016-10-16 02:22:47 +02:00
c919a73198 Exit instead of returning when outside functions 2016-10-11 18:09:29 +02:00