Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strsignal.c: whitespace fixes, no code changes (verified with objdump) | Denys Vlasenko | 2009-09-09 | 1 | -21/+17 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -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. Mazinger | 2006-01-22 | 1 | -1/+0 |
| | | | | is a useless attempt | ||||
* | check for signal existence rather than using arch defines | Mike Frysinger | 2006-01-18 | 1 | -4/+4 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -5/+8 |
| | | | | missing headers, other jump relocs removed | ||||
* | hide internal _string_syssigmsgs symbol | Mike Frysinger | 2006-01-08 | 1 | -1/+1 |
| | |||||
* | Congratulations! You get the stupid award for not including <signal.h> to | "Steven J. Hill" | 2006-01-07 | 1 | -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. Mazinger | 2006-01-03 | 1 | -0/+144 |
| | | | | wcscoll/strcoll needs some love ... | ||||
* | Remove obsolete code. | Manuel Novoa III | 2002-07-08 | 1 | -179/+0 |
| | |||||
* | Add a weak to make apache happy | Eric Andersen | 2002-07-03 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Swap in the new stdio code. | Manuel Novoa III | 2002-03-12 | 1 | -13/+15 |
| | |||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -3/+17 |
| | |||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -3/+3 |
| | |||||
* | Added "psignal" function | David McCullough | 2001-02-26 | 1 | -2/+15 |
| | |||||
* | Fix problems with test wrapper and test compiler selection. | Manuel Novoa III | 2001-02-19 | 1 | -3/+4 |
| | |||||
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 1 | -23/+50 |
| | |||||
* | A number of updates from Manuel Novoa III. Things look good... | Eric Andersen | 2000-12-20 | 1 | -12/+63 |
| | |||||
* | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 1 | -1/+1 |
| | |||||
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 1 | -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 Andersen | 2000-10-23 | 1 | -5/+6 |
| | |||||
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 1 | -2/+34 |
| | | | | | .comment, saving a lot of space in the resultant binaries... -Erik | ||||
* | More updates. Implement strsignal. Add pwd_grp tests | Eric Andersen | 2000-10-18 | 1 | -0/+36 |