Lines Matching refs:functions
7 - printf family helper functions split out into separate files to save space when linking
8 - wide-oriented I/O fixes including proper split of byte and wide-oriented stdio functions
50 - fixes for regressions to pow/powf and tgamma functions
79 - newlib wide char conversion functions updated to Unicode 11.0
119 - added per-locale string functions
125 - new string functions (e.g. timingsafe_bcmp)
126 - new stdlib functions (e.g. arc4random)
152 - restructuring of gmtime/localtime so tz functions only linked by localtime
153 - unlocked I/O functions
198 * complex math functions
201 * wide char functions updated to Unicode 5.2
226 * movement of regex functions from sys/linux directory into
230 sprintf/sscanf family of functions
241 * various new C functions added from C99, POSIX, SUSV, etc..
253 * reentrancy added for read / write functions
276 * improved locking protection for file I/O functions
277 * new reentrant functions
281 * new iprintf and iscanf family functions
288 * additional wide character C99 functions
313 * addition of reentrant environment functions
340 * Added simulated signal handling functions _raise_r, _signal_r, raise, and
348 _reent. These are no longer necessary since there are now functions
396 * Added reentrant functions (asctime_r, ctime_r, gmtime_r, localtime_r,
399 * Removed _asctime_r and _strtok_r functions.