summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
...
* libc/misc/locale/locale.c: heed a pile of warningsDenis Vlasenko2008-12-201-17/+17
* libc/misc/locale/locale.c: remove one unneeded static data,Denis Vlasenko2008-12-201-11/+19
* Deal with a few data fields which may be made constant.Denis Vlasenko2008-12-201-19/+24
* heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko2008-12-143-10/+10
* *: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko2008-12-121-34/+11
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-101-5/+3
* remove __libc_fcntl[64]Denis Vlasenko2008-12-101-4/+2
* Fix wcswidth function when LOCALE support is disabledCarmelo Amoroso2008-12-021-0/+7
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-011-4/+0
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-011-4/+3
* random: use smaller data fields where appropriateDenis Vlasenko2008-12-011-1/+1
* fix improperly hidden fwprintf.Denis Vlasenko2008-11-291-12/+2
* - make isascii visible againBernhard Reutner-Fischer2008-11-271-2/+2
* - revert 24148:24151Bernhard Reutner-Fischer2008-11-261-10/+7
* libc/string: need additional work to remove libc_hidden_proto's properlyDenis Vlasenko2008-11-261-2/+2
* - hide some time related relocsBernhard Reutner-Fischer2008-11-251-7/+10
* - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.Bernhard Reutner-Fischer2008-11-254-4/+0
* - cosmetic tidy up of clean targetBernhard Reutner-Fischer2008-11-251-3/+3
* - make sure isspace() is exported.Bernhard Reutner-Fischer2008-11-251-3/+6
* fix some unneeded PLT referencesDenis Vlasenko2008-11-221-1/+4
* fix apparent typo (unnoticed for long time, probablyDenis Vlasenko2008-11-211-1/+1
* deal with TODOs left over from libc_hidden_proto removalDenis Vlasenko2008-11-212-9/+4
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-2051-261/+269
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-2031-70/+70
* Changed Copyright and License statement according to COPYING.LIB.boilerplateCarmelo Amoroso2008-11-181-21/+12
* Changed Copyright and License statement according to COPYING.LIB.boilerplateCarmelo Amoroso2008-11-181-19/+11
* Fix typo: missing )Carmelo Amoroso2008-11-181-1/+1
* Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does).Carmelo Amoroso2008-11-187-3/+188
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-1812-40/+40
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-1818-20/+20
* - cleanup {,f}stat{,v}fs{,64} relocsBernhard Reutner-Fischer2008-11-164-8/+14
* - less verbose make cleanBernhard Reutner-Fischer2008-11-0724-96/+96
* trivial code shrink by making some strings staticDenis Vlasenko2008-11-011-1/+2
* - whitespace fixesBernhard Reutner-Fischer2008-10-311-19/+19
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-224-9/+9
* - sync fix for scandir errno handling to scandir64 (r23600)Bernhard Reutner-Fischer2008-10-182-17/+28
* Fix scandir function to reset the errno when the Carmelo Amoroso2008-10-061-2/+16
* - sync obstack.{c,h} with glibc (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-299/+123
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-1/+1
* - remove some duplicate includesBernhard Reutner-Fischer2008-09-301-4/+2
* i18n: Fix mbrtowc function to handle 0xc0 and 0xc1 sequence.Carmelo Amoroso2008-09-291-1/+2
* - cast both times to double for consistencyBernhard Reutner-Fischer2008-09-251-1/+1
* - disable gettext support in obstack.Bernhard Reutner-Fischer2008-09-251-3/+3
* - add missing hidden_defBernhard Reutner-Fischer2008-09-251-0/+2
* - Fix arguments to compare function. Closes #1081Bernhard Reutner-Fischer2008-09-241-1/+1
* - fix for r23427. Thanks to psm for mentioning this and sorry for the breakageBernhard Reutner-Fischer2008-09-191-7/+7
* - remove non stdc path (old style definitions). No obj-code changesBernhard Reutner-Fischer2008-09-182-255/+214
* - exec_comm_child can not return everBernhard Reutner-Fischer2008-09-181-1/+1
* - fix typoBernhard Reutner-Fischer2008-09-111-1/+1
* Fix some locale multibyte tests failures ad below:Carmelo Amoroso2008-09-091-2/+8