Age | Commit message (Expand) | Author |
2005-12-06 | Hide strftime/strptime/wcsftime and make use of internals | Peter S. Mazinger |
2005-12-06 | Add needed prototypes removed from generic header | Peter S. Mazinger |
2005-12-06 | Yeah, suck it up. I'm tired of merging stuff. | "Steven J. Hill" |
2005-12-06 | macro out the thread funcs in libc if threading is disabled | Mike Frysinger |
2005-12-04 | More hiding, 300 left | Peter S. Mazinger |
2005-12-03 | Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte... | Peter S. Mazinger |
2005-12-03 | _uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma... | Peter S. Mazinger |
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger |
2005-12-02 | add some notes (thanks to mjn3) as to why we need these weaks, remove all the... | Mike Frysinger |
2005-12-01 | Forgotten that this file is special and does not accept hidden, __mempcpy is ... | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-29 | Correct typo | Peter S. Mazinger |
2005-11-29 | Paul Brook writes: | Mike Frysinger |
2005-11-29 | Hiding again | Peter S. Mazinger |
2005-11-28 | Allow internal_function to come from libc | Peter S. Mazinger |
2005-11-28 | Correct regexec | Peter S. Mazinger |
2005-11-28 | Add new regex code from glibc, this is almost double size of the earlier one,... | Peter S. Mazinger |
2005-11-28 | Rename regex.c to regex_old.c | Peter S. Mazinger |
2005-11-28 | Sync regex.h w/ glibc and make regex build w/ it | Peter S. Mazinger |
2005-11-28 | Implement and hide __wctype | Peter S. Mazinger |
2005-11-28 | Create and hide __btowc, __mbrtowc, __wcrtomb | Peter S. Mazinger |
2005-11-27 | Hide some wcs* | Peter S. Mazinger |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger |
2005-11-26 | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger |
2005-11-26 | Some more hidden internals | Peter S. Mazinger |
2005-11-25 | Integrate locales into new build system, move everything locale related to ex... | Peter S. Mazinger |
2005-11-22 | Forgotten to commit | Peter S. Mazinger |
2005-11-22 | remove headers_done since it broke buildroot again | Mike Frysinger |
2005-11-21 | Hide some more | Peter S. Mazinger |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-11-18 | make -j2 works here | Peter S. Mazinger |
2005-11-17 | Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign... | Peter S. Mazinger |
2005-11-15 | this is GNU source | Mike Frysinger |
2005-11-15 | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger |
2005-11-15 | Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ha... | Peter S. Mazinger |
2005-11-15 | Update copyright notice | Peter S. Mazinger |
2005-11-15 | Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strong | Peter S. Mazinger |
2005-11-11 | Sync w/ dirent.h, s:HAVE_D_NAMLEN:_DIRENT_HAVE_D_NAMLEN: | Peter S. Mazinger |
2005-11-10 | Use strchr instead of index (BSD) | Peter S. Mazinger |
2005-11-04 | Remove duplicate ifdefs | Peter S. Mazinger |
2005-11-04 | Correct XLOCALE enabled builds pointed out by nitinkg | Peter S. Mazinger |
2005-11-04 | initial import of a nicer output display akin to linux-2.6 | Mike Frysinger |
2005-11-03 | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with... | Peter S. Mazinger |
2005-11-03 | Correct _getdents[64] and __syscall_ipc | Peter S. Mazinger |
2005-11-03 | Enable IMA | 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-11-01 | change .os back to .oS per psm | Mike Frysinger |
2005-10-31 | produce a .os instead of .oS | Mike Frysinger |
2005-10-29 | Hopefully correct undefined __libc_stack_end issue | Peter S. Mazinger |