Age | Commit message (Expand) | Author |
2006-01-03 | Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE | Peter S. Mazinger |
2006-01-03 | Add __toupper, remove unneeded undefs for tolower | Peter S. Mazinger |
2006-01-03 | Provide __tolower and use it | Peter S. Mazinger |
2006-01-03 | Remove textrel | Peter S. Mazinger |
2006-01-03 | Revert a change until I find the textrel cause | Peter S. Mazinger |
2006-01-03 | Complete split of all the string functions. Hope haven't broken too much. wcs... | Peter S. Mazinger |
2006-01-03 | Use strong_alias everywhere instead of .global/.set. Correct some cases where... | Peter S. Mazinger |
2006-01-03 | tweak what is likely() in the argv[0] parsing | Mike Frysinger |
2006-01-03 | add optional support for program_invocation_name/program_invocation_short_name | Mike Frysinger |
2006-01-03 | we dont need to loop calling abort() because abort() already loops for us | Mike Frysinger |
2006-01-03 | fix previous commit so that __uClibc_init() is run for non-mmu cases again as... | Mike Frysinger |
2006-01-02 | Use attribute_noreturn | Peter S. Mazinger |
2006-01-02 | Remove -unhonoured- comment | Peter S. Mazinger |
2006-01-02 | Remove fpu_control.h handling as well | Peter S. Mazinger |
2006-01-02 | fpu_control.h is handled generally in topdir/Makefile.in, remove rule for it | Peter S. Mazinger |
2006-01-01 | previous st_dev change from unsigned long (4bytes) to __dev_t (8bytes) needed... | Mike Frysinger |
2005-12-30 | fix path to heap.h as point out by thomas_chou in Bug 617 | Mike Frysinger |
2005-12-30 | update to new build system | Mike Frysinger |
2005-12-30 | Bug 616, Thomas Chou: update crt to new 0.9.28 uClibc style | Mike Frysinger |
2005-12-30 | use errno.h not sys/errno.h as pointed out by sjhill | Mike Frysinger |
2005-12-30 | Sync ftw w/ glibc, splitting ftw and ftw64 | Peter S. Mazinger |
2005-12-29 | beautify | Mike Frysinger |
2005-12-29 | hide the internal libc pthread_mutex funcs | Mike Frysinger |
2005-12-29 | pointless whitespace touchups | Mike Frysinger |
2005-12-28 | make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e... | Mike Frysinger |
2005-12-28 | make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e... | Mike Frysinger |
2005-12-28 | include grp.h just for fun | Mike Frysinger |
2005-12-28 | typecast away signed/unsigned warnings | Mike Frysinger |
2005-12-27 | tweak prototypes to match the exported versions | Mike Frysinger |
2005-12-27 | fix signed/unsigned warning | Mike Frysinger |
2005-12-27 | kill off simple unused warnings | Mike Frysinger |
2005-12-27 | kill off simple unused warnings | Mike Frysinger |
2005-12-27 | kill off simple unused warnings | Mike Frysinger |
2005-12-27 | 2005-12-15 Aubrey.Li <aubreylee@gmail.com> writes: | Mike Frysinger |
2005-12-27 | kill off minor warning | Mike Frysinger |
2005-12-27 | Aubrey writes: | Mike Frysinger |
2005-12-27 | Jan-Benedict Glaw writes: | Mike Frysinger |
2005-12-24 | Add new fnmatch code, for now mbstate_t and mbsrtowcs are depending on UCLIBC... | Peter S. Mazinger |
2005-12-24 | Move fnmatch.c to fnmatch_old.c | Peter S. Mazinger |
2005-12-16 | Remove all trailing ; after *_alias and change 2 to use weak_alias instead of... | Peter S. Mazinger |
2005-12-16 | Remove trailing ; | Peter S. Mazinger |
2005-12-16 | Remove trailing ; after *alias() | Peter S. Mazinger |
2005-12-16 | Typo | Peter S. Mazinger |
2005-12-16 | Adapt some missed prototypes | Peter S. Mazinger |
2005-12-16 | Forgot about the macros ;-( | Peter S. Mazinger |
2005-12-16 | memmove, exit are external iconv_main | Peter S. Mazinger |
2005-12-16 | Hope it solves JBG's problem, why didn't it bail out here? | Peter S. Mazinger |
2005-12-16 | Macros are no good for jump relocs, hack to get rid of one introduced my new ... | Peter S. Mazinger |
2005-12-16 | Use hidden towupper in new regex | Peter S. Mazinger |
2005-12-16 | Make new regex build w/ WCHAR disabled, vapier, does it now work for you? | Peter S. Mazinger |