| Commit message (Expand) | Author | Age | Files | Lines |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
* | - Fix arguments to compare function. Closes #1081 | Bernhard Reutner-Fischer | 2008-09-24 | 1 | -1/+1 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 2 | -3/+3 |
* | replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe. | Denis Vlasenko | 2008-05-20 | 1 | -3/+2 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 2 | -3/+3 |
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 1 | -1/+0 |
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger | 2006-02-13 | 1 | -59/+16 |
* | Add files for IMA. Yes, I know it's a hack and no, I won't split the affected... | Peter S. Mazinger | 2006-02-13 | 12 | -0/+96 |
* | Rename some files, that will conflict w/ IMA | Peter S. Mazinger | 2006-02-13 | 4 | -3/+3 |
* | Reorganize a bit and mark tdestroy as GNU extension | Peter S. Mazinger | 2006-01-23 | 1 | -4/+5 |
* | Remove redundancy and move hidden prototypes around | Peter S. Mazinger | 2006-01-23 | 1 | -4/+4 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 4 | -13/+0 |
* | s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ... | Peter S. Mazinger | 2006-01-16 | 1 | -1/+0 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 2 | -6/+8 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 4 | -26/+36 |
* | Implement __tfind/__lfind and use them | Peter S. Mazinger | 2005-12-08 | 2 | -3/+8 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 3 | -7/+12 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 2 | -4/+4 |
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 1 | -1/+2 |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger | 2005-11-01 | 1 | -4/+16 |
* | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger | 2005-11-01 | 1 | -1/+0 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -61/+8 |
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 1 | -0/+66 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -20/+16 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | Fix the bugs I stupidly added | Eric Andersen | 2003-09-06 | 2 | -1/+28 |
* | Cut and paste error. | Manuel Novoa III | 2002-12-02 | 1 | -4/+5 |
* | Add hsearch and hsearch_r. Consolidate all functions prototyped in | Manuel Novoa III | 2002-12-02 | 6 | -0/+650 |