.. |
Make.defs
|
Add support for bsearch() in C library
|
2015-10-02 12:33:58 -06:00 |
lib_abort.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
lib_abs.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
lib_bsearch.c
|
Make coding style more conformant, take description from OpenGroup.org, rename formal parameters to match names used on OpenGroup.org
|
2015-10-02 12:58:40 -06:00 |
lib_checkbase.c
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
lib_div.c
|
Add support for div() to the C library. From OrbitalFox
|
2015-08-14 08:35:01 -06:00 |
lib_imaxabs.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
lib_itoa.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
lib_labs.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
lib_ldiv.c
|
Add two files that I forgot in a previous commit
|
2015-08-14 10:12:04 -06:00 |
lib_llabs.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
lib_lldiv.c
|
Add two files that I forgot in a previous commit
|
2015-08-14 10:12:04 -06:00 |
lib_mkstemp.c
|
Fix typo in pre-processor command noted by Pierre-noel Bouteville. Also move # of pre-processior command to column 1
|
2015-09-05 09:10:48 -06:00 |
lib_mktemp.c
|
Can't use formal parameter name 'template' in stdlib.h. Causes C++ compilation errors. Noted by Lorenz Meier
|
2014-11-06 07:00:23 -06:00 |
lib_qsort.c
|
Make coding style more conformant, take description from OpenGroup.org, rename formal parameters to match names used on OpenGroup.org
|
2015-10-02 12:58:40 -06:00 |
lib_rand.c
|
Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopin
|
2012-12-07 16:00:56 +00:00 |
lib_strtod.c
|
Move strol(), stroul(), and friends from libc/string to libc/stdlib where they belong
|
2014-01-16 08:03:26 -06:00 |
lib_strtol.c
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
lib_strtoll.c
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
lib_strtoul.c
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
lib_strtoull.c
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |