Jonas 'Sortie' Termansen
|
05b0713bfa
|
Fix mktemp(3) prototype visibility in <stdlib.h>.
|
2014-04-05 17:02:49 +02:00 |
|
Jonas 'Sortie' Termansen
|
e91cde379a
|
Rewrite getenv(3), setenv(3), unsetenv(3) and clearenv(3).
|
2014-03-17 19:22:11 +01:00 |
|
Jonas 'Sortie' Termansen
|
b08455c4d3
|
Remove mxmpp.
|
2014-03-01 14:37:40 +01:00 |
|
Jonas 'Sortie' Termansen
|
a4220d5b5f
|
Fix incorrect usage of __is_sortix_foo macros in preprocessor conditionals.
These macros might not be defined, in which case this usage would have
generated warnings had they not been in system headers.
|
2014-01-18 16:30:55 +01:00 |
|
Jonas 'Sortie' Termansen
|
b9e463965b
|
Split libc/stdlib/on_exit.cpp into multiple files.
|
2013-12-17 14:30:45 +01:00 |
|
Jonas 'Sortie' Termansen
|
30a95dfa1e
|
Split parts of <features.h> into <sys/cdefs.h>.
|
2013-12-17 14:30:44 +01:00 |
|
Jonas 'Sortie' Termansen
|
9700623737
|
Remove obsolete __SORTIX_SHOW_UNIMPLEMENTED feature macro.
|
2013-12-17 14:30:42 +01:00 |
|
Jonas 'Sortie' Termansen
|
ad1c6e0ed7
|
Remove <sys/__/types.h> inclusion from <features.h>.
|
2013-12-17 14:30:42 +01:00 |
|
Jonas 'Sortie' Termansen
|
f79508fbc9
|
Remove __POSIX_OBSOLETE feature macro.
|
2013-12-17 14:30:42 +01:00 |
|
Jonas 'Sortie' Termansen
|
fd4b35f986
|
Add mkstemp(3).
|
2013-12-17 14:30:42 +01:00 |
|
Jonas 'Sortie' Termansen
|
7f543dc910
|
Add strto{f,d,ld}(3).
|
2013-12-17 14:30:33 +01:00 |
|
Jonas 'Sortie' Termansen
|
ee4acf731c
|
Add mblen(3).
|
2013-12-17 14:30:33 +01:00 |
|
Jonas 'Sortie' Termansen
|
3eeec255c0
|
Use alternate restrict keyword when unavailable.
|
2013-12-17 14:30:32 +01:00 |
|
Jonas 'Sortie' Termansen
|
cab4293090
|
Add wcstombs(3).
|
2013-12-17 14:30:31 +01:00 |
|
Jonas 'Sortie' Termansen
|
9e242e9cd7
|
Add mbstowcs(3).
|
2013-12-17 14:30:31 +01:00 |
|
Jonas 'Sortie' Termansen
|
cc5302af31
|
Add atof(3).
|
2013-12-17 14:30:30 +01:00 |
|
Jonas 'Sortie' Termansen
|
9d3937fe9e
|
Add realpath(3).
|
2013-12-17 14:30:28 +01:00 |
|
Jonas 'Sortie' Termansen
|
0ce3d61cb9
|
Add canonicalize_file_name{,_at}(3).
|
2013-12-17 14:30:28 +01:00 |
|
Jonas 'Sortie' Termansen
|
1a3aa45c2c
|
Add srand(3).
|
2013-12-17 14:30:28 +01:00 |
|
Jonas 'Sortie' Termansen
|
6d86af8d60
|
Avoid noreturn macro conflict in <stdlib.h>.
|
2013-12-17 14:30:28 +01:00 |
|
Jonas 'Sortie' Termansen
|
2630c7cb4e
|
Add div(3), ldiv(3) and lldiv(3).
|
2013-12-17 14:30:28 +01:00 |
|
Jonas 'Sortie' Termansen
|
2d86b7dcf2
|
Add system(3).
|
2013-12-17 14:30:27 +01:00 |
|
Jonas 'Sortie' Termansen
|
05219a27f2
|
Add mbrtowc(3), mbtowc(3), wcrtomb(3), wctomb(3).
|
2013-12-17 14:30:26 +01:00 |
|
Jonas 'Sortie' Termansen
|
90036ca6a8
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
|
Jonas 'Sortie' Termansen
|
92b029b07f
|
Remove tabs from header include guards.
|
2013-12-17 14:30:23 +01:00 |
|
Jonas 'Sortie' Termansen
|
d12c420ca1
|
Add W* wait constants to stdlib.h.
|
2013-09-24 16:52:29 +02:00 |
|
Jonas 'Sortie' Termansen
|
be4858f82c
|
Rename libmaxsi to sortix libc.
|
2012-12-14 14:13:36 +01:00 |
|