summaryrefslogtreecommitdiffstats
path: root/docs/defines.txt
Commit message (Collapse)AuthorAgeFilesLines
* libm: disable tail jump trick if __SSP_ALL__ (was using wrong conditional)Denys Vlasenko2010-10-311-0/+4
| | | | | | Thanks, Timo! Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* libm: improve readability of math.h; expand comments and docsDenys Vlasenko2010-10-311-4/+12
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* docs/defines.txt: add a note about possibly obsolete __LDBL_COMPATDenys Vlasenko2009-09-061-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-07-211-5/+2
| | | | | | | | | | Undo my old mistake. I added UCLIBC_INTERNAL define, but later I realized _LIBC is doing exactly the same thing. This change converts all usages of UCLIBC_INTERNAL to _LIBC, removing all instances of UCLIBC_INTERNAL. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* corrected typoDenys Vlasenko2009-07-211-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove many functions which just call __ieee754_<function>,Denis Vlasenko2008-12-281-0/+3
| | | | | | | | | define them as aliases instead. text data bss dec hex filename - 45402 180 4 45586 b212 lib/libm-0.9.30-svn.so + 45302 180 4 45486 b1ae lib/libm-0.9.30-svn.so
* document internal_functionDenis Vlasenko2008-12-251-0/+5
|
* docs/defines.txt: document _extern_inlineDenis Vlasenko2008-12-221-1/+6
| | | | | | | | | | | | | libc/inet/ether_addr.c: optimize tolower, we ever use it on 0-9a-f libc/inet/ntop.c: optimize tolower, we ever use it on 0-9a-f with locale support on, code size change is: text data bss dec hex filename - 396 0 24 420 1a4 libc/inet/ether_addr.os + 306 0 24 330 14a libc/inet/ether_addr.os - 1453 0 0 1453 5ad libc/inet/ntop.os + 1430 0 0 1430 596 libc/inet/ntop.os
* doc snippets about defines we provide and/or useDenis Vlasenko2008-12-131-0/+61