| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - revert 24148:24151 | Bernhard Reutner-Fischer | 2008-11-26 | 1 | -10/+7 |
* | libc/string: need additional work to remove libc_hidden_proto's properly | Denis Vlasenko | 2008-11-26 | 1 | -2/+2 |
* | - hide some time related relocs | Bernhard Reutner-Fischer | 2008-11-25 | 1 | -7/+10 |
* | - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact. | Bernhard Reutner-Fischer | 2008-11-25 | 4 | -4/+0 |
* | - cosmetic tidy up of clean target | Bernhard Reutner-Fischer | 2008-11-25 | 1 | -3/+3 |
* | - make sure isspace() is exported. | Bernhard Reutner-Fischer | 2008-11-25 | 1 | -3/+6 |
* | fix some unneeded PLT references | Denis Vlasenko | 2008-11-22 | 1 | -1/+4 |
* | fix apparent typo (unnoticed for long time, probably | Denis Vlasenko | 2008-11-21 | 1 | -1/+1 |
* | deal with TODOs left over from libc_hidden_proto removal | Denis Vlasenko | 2008-11-21 | 2 | -9/+4 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 51 | -261/+269 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 31 | -70/+70 |
* | Changed Copyright and License statement according to COPYING.LIB.boilerplate | Carmelo Amoroso | 2008-11-18 | 1 | -21/+12 |
* | Changed Copyright and License statement according to COPYING.LIB.boilerplate | Carmelo Amoroso | 2008-11-18 | 1 | -19/+11 |
* | Fix typo: missing ) | Carmelo Amoroso | 2008-11-18 | 1 | -1/+1 |
* | Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does). | Carmelo Amoroso | 2008-11-18 | 7 | -3/+188 |
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 12 | -40/+40 |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 18 | -20/+20 |
* | - cleanup {,f}stat{,v}fs{,64} relocs | Bernhard Reutner-Fischer | 2008-11-16 | 4 | -8/+14 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 24 | -96/+96 |
* | trivial code shrink by making some strings static | Denis Vlasenko | 2008-11-01 | 1 | -1/+2 |
* | - whitespace fixes | Bernhard Reutner-Fischer | 2008-10-31 | 1 | -19/+19 |
* | - remove superfluous ';'. No objcode changes. | Bernhard Reutner-Fischer | 2008-10-22 | 4 | -9/+9 |
* | - sync fix for scandir errno handling to scandir64 (r23600) | Bernhard Reutner-Fischer | 2008-10-18 | 2 | -17/+28 |
* | Fix scandir function to reset the errno when the | Carmelo Amoroso | 2008-10-06 | 1 | -2/+16 |
* | - sync obstack.{c,h} with glibc (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2008-10-06 | 1 | -299/+123 |
* | - use c89-style comments | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -1/+1 |
* | - remove some duplicate includes | Bernhard Reutner-Fischer | 2008-09-30 | 1 | -4/+2 |
* | i18n: Fix mbrtowc function to handle 0xc0 and 0xc1 sequence. | Carmelo Amoroso | 2008-09-29 | 1 | -1/+2 |
* | - cast both times to double for consistency | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -1/+1 |
* | - disable gettext support in obstack. | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -3/+3 |
* | - add missing hidden_def | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -0/+2 |
* | - Fix arguments to compare function. Closes #1081 | Bernhard Reutner-Fischer | 2008-09-24 | 1 | -1/+1 |
* | - fix for r23427. Thanks to psm for mentioning this and sorry for the breakage | Bernhard Reutner-Fischer | 2008-09-19 | 1 | -7/+7 |
* | - remove non stdc path (old style definitions). No obj-code changes | Bernhard Reutner-Fischer | 2008-09-18 | 2 | -255/+214 |
* | - exec_comm_child can not return ever | Bernhard Reutner-Fischer | 2008-09-18 | 1 | -1/+1 |
* | - fix typo | Bernhard Reutner-Fischer | 2008-09-11 | 1 | -1/+1 |
* | Fix some locale multibyte tests failures ad below: | Carmelo Amoroso | 2008-09-09 | 1 | -2/+8 |
* | Revert latest changes. Instead of applying this work-around | Carmelo Amoroso | 2008-09-09 | 1 | -2/+1 |
* | - remove a couple of duplicate includes | Bernhard Reutner-Fischer | 2008-08-27 | 4 | -6/+0 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 20 | -229/+229 |
* | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 9 | -21/+21 |
* | - improve UCLIBC_LINUX_SPECIFIC | Bernhard Reutner-Fischer | 2008-07-14 | 4 | -5/+52 |
* | if argv[0] is NULL, dont try to parse it and subsequently crash ... found by ... | Mike Frysinger | 2008-06-27 | 1 | -6/+8 |
* | Revert revision 19347, plus libc_hidden_proto for __uc_malloc. | Bernd Schmidt | 2008-06-12 | 3 | -13/+9 |
* | Revert revision 19345 plus libc_hidden_proto for __uc_malloc. | Bernd Schmidt | 2008-06-12 | 1 | -9/+4 |
* | Fix hard-to-rigger locking bug in vsyslog(): | Denis Vlasenko | 2008-06-06 | 1 | -9/+13 |
* | Fix typo that prevented "make clean" from removing objects in libc/misc/locale. | Bernd Schmidt | 2008-06-04 | 1 | -1/+1 |
* | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt | 2008-06-04 | 3 | -3/+0 |
* | syslog.c: fix a buglet in prev-last commit: logic inversion in closelog | Denis Vlasenko | 2008-06-03 | 1 | -3/+3 |
* | syslog.c: fix indentation and style. No code changes. | Denis Vlasenko | 2008-06-03 | 1 | -47/+46 |