summaryrefslogtreecommitdiffstats
path: root/libc/string/strsignal.c
Commit message (Collapse)AuthorAgeFilesLines
* strsignal.c: whitespace fixes, no code changes (verified with objdump)Denys Vlasenko2009-09-091-21/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-2/+2
| | | | | | | | | 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.
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-1/+0
| | | | is a useless attempt
* check for signal existence rather than using arch definesMike Frysinger2006-01-181-4/+4
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-5/+8
| | | | missing headers, other jump relocs removed
* hide internal _string_syssigmsgs symbolMike Frysinger2006-01-081-1/+1
|
* Congratulations! You get the stupid award for not including <signal.h> to"Steven J. Hill"2006-01-071-0/+1
| | | | pull in the signal #define's. How did this compile for you again?
* Complete split of all the string functions. Hope haven't broken too much. ↵Peter S. Mazinger2006-01-031-0/+144
| | | | wcscoll/strcoll needs some love ...
* Remove obsolete code.Manuel Novoa III2002-07-081-179/+0
|
* Add a weak to make apache happyEric Andersen2002-07-031-1/+1
| | | | -Erik
* Swap in the new stdio code.Manuel Novoa III2002-03-121-13/+15
|
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-3/+17
|
* Update to accomodate the header file changesEric Andersen2001-09-271-3/+3
|
* Added "psignal" functionDavid McCullough2001-02-261-2/+15
|
* Fix problems with test wrapper and test compiler selection.Manuel Novoa III2001-02-191-3/+4
|
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-23/+50
|
* A number of updates from Manuel Novoa III. Things look good...Eric Andersen2000-12-201-12/+63
|
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
|
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-041-0/+2
| | | | Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>.
* More reorg. A place for everything and everything in its place...Eric Andersen2000-10-231-5/+6
|
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-201-2/+34
| | | | | .comment, saving a lot of space in the resultant binaries... -Erik
* More updates. Implement strsignal. Add pwd_grp testsEric Andersen2000-10-181-0/+36