summaryrefslogtreecommitdiffstats
path: root/libc/string/strerror.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-2/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
| | | | | Appears to build fine (several .configs tried)
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
| | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's.
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-4/+6
| | | | missing headers, other jump relocs removed
* Complete split of all the string functions. Hope haven't broken too much. ↵Peter S. Mazinger2006-01-031-0/+21
| | | | wcscoll/strcoll needs some love ...
* Attempt to clean up the strerror_r situation.Manuel Novoa III2002-07-071-133/+0
|
* Implement strerror_r. This is per SuSv3, not glibc which doesEric Andersen2002-06-171-18/+39
| | | | | something different. -Erik
* Swap in the new stdio code.Manuel Novoa III2002-03-121-14/+12
|
* Bring into line with proper sest suite behaviorEric Andersen2001-01-201-3/+5
|
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-8/+35
|
* A number of updates from Manuel Novoa III. Things look good...Eric Andersen2000-12-201-11/+50
|
* More updates. Implement strsignal. Add pwd_grp testsEric Andersen2000-10-181-2/+2
|
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-111-0/+46