summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert latest changes. Instead of applying this work-aroundCarmelo Amoroso2008-09-091-2/+1
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-274-6/+0
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-2320-229/+229
* - fix inline keywordBernhard Reutner-Fischer2008-07-239-21/+21
* - improve UCLIBC_LINUX_SPECIFICBernhard Reutner-Fischer2008-07-144-5/+52
* if argv[0] is NULL, dont try to parse it and subsequently crash ... found by ...Mike Frysinger2008-06-271-6/+8
* Revert revision 19347, plus libc_hidden_proto for __uc_malloc.Bernd Schmidt2008-06-123-13/+9
* Revert revision 19345 plus libc_hidden_proto for __uc_malloc.Bernd Schmidt2008-06-121-9/+4
* Fix hard-to-rigger locking bug in vsyslog():Denis Vlasenko2008-06-061-9/+13
* Fix typo that prevented "make clean" from removing objects in libc/misc/locale.Bernd Schmidt2008-06-041-1/+1
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-043-3/+0
* syslog.c: fix a buglet in prev-last commit: logic inversion in closelogDenis Vlasenko2008-06-031-3/+3
* syslog.c: fix indentation and style. No code changes.Denis Vlasenko2008-06-031-47/+46
* Fix bug 575 and other small problems noticed along the way.Denis Vlasenko2008-06-031-42/+46
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-038-11/+41
* fix trivial mismatch in return type of build_wcs_upper_buffer()Denis Vlasenko2008-06-031-1/+1
* suppress a few "might be used uninitialized" warnings. No code growth.Denis Vlasenko2008-06-011-2/+2
* add missing includes of unistd.h for smallint usageDenis Vlasenko2008-06-012-0/+2
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-307-9/+9
* - shrink a little bit.Bernhard Reutner-Fischer2008-05-301-14/+10
* __uClibc_main.c: save ~70 bytes by not checking that /dev/nullDenis Vlasenko2008-05-251-9/+7
* - fix warning about old-style function definitionBernhard Reutner-Fischer2008-05-211-32/+33