summaryrefslogtreecommitdiff
path: root/sys/include/ape/stdlib.h
AgeCommit message (Collapse)Author
2022-01-03ape: export mktemp() in <stdlib.h> when _BSD_SOURCE is setcinap_lenrek
2019-09-09Add mkstemp to stdlib.hRoberto E. Vargas Caballero
q
2015-09-29ape: set MB_CUR_MAX to 4 in stdlib.h for 21-bit runes (thanks erik quanstro)cinap_lenrek
> fix silly bug with ape/stdlib.h which caused ape/lib/regexp/regcomp.c > to miscompile regular expressions with runes > 0xffff.
2012-12-03ape: fix putenv()cinap_lenrek
writing /env in putenv() doesnt work. exec will create new enviroment anyway. we have to modify environ array!
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso image - sys/includeTaru Karttunen