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