Jonas 'Sortie' Termansen
87c8120b95
Refactored libmaxsi/string.cpp into multiple files.
...
However, parts libmaxsi/string.cpp remains as the kernel and parts of the
standard library still rely on <libmaxsi/string.h>.
2012-07-26 14:17:56 +02:00
Jonas 'Sortie' Termansen
795b1ef4fd
Added String::Combine.
...
It was previously commented out because it was broken.
2012-05-04 13:36:21 +02:00
Jonas 'Sortie' Termansen
db79994e64
Refactored all the sortix headers into a include directory.
...
Also got rid of trailing white space. That corrupted .git/.
Big ass-commit because of recovered .git directory.
2012-03-22 00:52:29 +01:00
Jonas 'Sortie' Termansen
bdd8b2a77a
Added strnlen(3).
2012-03-10 23:04:49 +01:00
Jonas 'Sortie' Termansen
c1affdf6db
Added missing extern "C" linkages in libmaxsi/string.cpp.
2012-03-05 13:08:02 +01:00
Jonas 'Sortie' Termansen
9b2de25f9b
Added strcasecmp(3), strncasecmp(3) and <strings.h>.
...
Why <strings.h>? Stupid POSIX.
2012-03-04 22:46:24 +01:00
Jonas 'Sortie' Termansen
6695da9229
Added strncat(3).
2012-03-04 18:12:54 +01:00
Jonas 'Sortie' Termansen
38f27a45fc
Added strpbrk(3).
2012-03-04 17:44:24 +01:00
Jonas 'Sortie' Termansen
5d826ec284
Added strstr(3).
2012-03-04 17:20:42 +01:00
Jonas 'Sortie' Termansen
a52200f4a7
Added strncpy(3).
...
This function is stupid.
2012-03-04 17:00:59 +01:00
Jonas 'Sortie' Termansen
75b3b9c858
Added a Maxsi::String::Substring function.
2012-02-21 23:23:57 +01:00
Jonas 'Sortie' Termansen
fec176fa15
Refactored the libmaxsi/ directory.
...
C and C++ files are now kept together and so are the mxmpp declarations.
Header files are now stored in include/ and mxmpp'd into preproc/.
All other code now -I ../libmaxsi/preproc.
And other stuff to make this happen, including refactoring Makefile.
2012-02-12 13:20:53 +01:00
Jonas 'Sortie' Termansen
8d18993584
Added stpcpy(3).
2012-01-14 17:20:17 +01:00
Jonas 'Sortie' Termansen
a06902baf6
Added strcoll(3).
2012-01-14 16:44:48 +01:00
Jonas 'Sortie' Termansen
df728efb8c
Added strchr(3), strchrnul(3), strrchr(3).
2012-01-08 22:26:32 +01:00
Jonas 'Sortie' Termansen
4806f25e50
Added strtok(3), strtok_r(3), strspn(3), strcspn(3).
2012-01-08 21:59:21 +01:00
Jonas 'Sortie' Termansen
728bde3bee
Added strncmp(3).
2011-11-20 17:07:01 +01:00
Jonas 'Sortie' Termansen
3d7e565d23
strcat(3) now nul-terminates strings properly.
2011-11-19 10:32:08 +01:00
Jonas 'Sortie' Termansen
6447783c12
strcpy(3) now nul-terminates dest.
2011-11-19 00:52:42 +01:00
Jonas 'Sortie' Termansen
33c0a9586e
Added atoi(3).
2011-11-09 23:48:26 +01:00
Jonas 'Sortie' Termansen
9b79673dcb
Initial version of Sortix.
2011-08-05 14:25:00 +02:00