6485ea2dd9
Introduce string_to{lower,upper}()
2017-11-09 04:19:19 +01: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
cd4cb128f0
Add string_rindex()
2016-08-13 20:31:31 +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
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
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
7ade6f79d4
Build the python binding as part of the tests
2014-08-29 19:04:13 +02:00
ebe0208b61
Stricter header double-inclusion protection
2014-05-31 12:04:47 +02: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
e94aa30082
Fixed direct inclusion
2011-11-03 19:47:23 +00:00
d7b40cfe95
Added string_clear()
2011-10-29 01:53:49 +00:00
1d340abbe1
Added string_replace()
2011-04-28 02:52:29 +00:00
734869b61e
Updated copyright information
2009-11-26 20:12:34 +00:00
61bb91cb59
Added string_set()
2009-08-02 03:03:47 +00:00
620bcc025f
Added string_new_append()
2009-06-16 23:11:56 +00:00
5b797d87ad
Extending the String class
2008-11-09 21:43:08 +00:00
d8d4858efb
GPLv3'ing
2008-10-15 10:58:17 +00:00
ae90a261e7
Using safer types
2008-02-25 00:45:33 +00:00
106de9a81a
Licensed under the terms of the DeforaOS Project license
2007-06-13 23:34:06 +00:00
470d474d9e
Re-ordered header file
2006-10-09 04:23:57 +00:00
5eab9d059f
Pointer result on string_find() may be re-used (maybe dangerous)
2006-06-19 14:33:22 +00:00
1ac50abd1d
Fixed include exclusions cross-OS
2006-04-17 15:49:51 +00:00
9757108126
Fixed include #ifdef exclusions
2006-04-17 15:42:53 +00:00
f1f8dc1752
Isolate libSystem sub-include files
2006-04-17 15:08:51 +00:00