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
5449ae78f4
Added atol(3) and atoll(3).
2012-03-05 12:53:58 +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
203f2a2bb1
Better default octal detection in strtol(3).
2011-12-16 22:24:29 +01:00
Jonas 'Sortie' Termansen
73bcafc004
strtol(3) now returns 0 if the string was + or -.
2011-12-16 21:44:32 +01:00
Jonas 'Sortie' Termansen
f1a49dbad3
Hex numbers now work properly in strtol(3).
2011-12-16 21:15:26 +01:00
Jonas 'Sortie' Termansen
da2bfac34f
Fixed bug in strtol*.
2011-12-16 18:28:22 +01:00
Jonas 'Sortie' Termansen
bf6a4c1861
Added strto{u,}{l,}l(3).
2011-12-16 16:49:27 +01:00