| Commit message (Expand) | Author | Age | Files | Lines |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 14 | -15/+15 |
* | Qunying Pan writes: Make strncmp weak hidden to fix link failures in building... | Mike Frysinger | 2006-05-30 | 1 | -1/+1 |
* | Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind... | Peter S. Mazinger | 2006-03-23 | 2 | -0/+4 |
* | Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP... | Peter S. Mazinger | 2006-03-22 | 1 | -0/+2 |
* | unify duplicated code cause i get tired of updating this stuff | Mike Frysinger | 2006-02-03 | 2 | -27/+3 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 1 | -1/+0 |
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -1/+1 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 14 | -14/+14 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 14 | -48/+47 |
* | Use strong_alias everywhere instead of .global/.set. Correct some cases where... | Peter S. Mazinger | 2006-01-03 | 14 | -35/+20 |
* | Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases | Peter S. Mazinger | 2005-12-08 | 1 | -2/+2 |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | Corrections to splitted files | Peter S. Mazinger | 2005-11-14 | 14 | -15/+17 |
* | Split up string.c, make internals hidden | Peter S. Mazinger | 2005-11-11 | 16 | -347/+772 |
* | Remove #define _STDIO_UTILITY, can't find any use of it | Peter S. Mazinger | 2005-11-08 | 1 | -1/+0 |
* | Disable multi build on asm files. i386/powerpc could be used if the source is... | Peter S. Mazinger | 2005-11-07 | 1 | -3/+4 |
* | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger | 2005-11-01 | 1 | -1/+4 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -34/+8 |
* | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ... | Peter S. Mazinger | 2005-10-28 | 1 | -1/+0 |
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 1 | -0/+36 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -11/+8 |
* | fix string functions to not treat the size_t as ssize_t | Mike Frysinger | 2005-09-05 | 1 | -6/+13 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
* | Add in aliases provided by the non arch specific implementations | Eric Andersen | 2003-11-06 | 1 | -0/+6 |
* | The curse of cut-n-paste | Eric Andersen | 2003-11-06 | 1 | -6/+1 |
* | Add some initial x86 string optimizations. These make no attempt to use nifty | Eric Andersen | 2003-11-06 | 2 | -0/+366 |