Age | Commit message (Expand) | Author |
2006-01-10 | just define _GNU_SOURCE | Mike Frysinger |
2006-01-08 | create & use an internal alias to __uClibc_init() | Mike Frysinger |
2006-01-08 | create a hidden internal pagesize symbol for libc usage | Mike Frysinger |
2006-01-08 | declare the internal syscalls static inline | Mike Frysinger |
2006-01-08 | hide internal __time_tm/_time_tzinfo symbols | Mike Frysinger |
2006-01-08 | create an alias for internal usage | Mike Frysinger |
2006-01-08 | touchup code a bit and shrink it by a few bytes | Mike Frysinger |
2006-01-06 | use hidden strcmp | Mike Frysinger |
2006-01-05 | forgot again about iconv | Peter S. Mazinger |
2006-01-04 | use internal versions of exit/memcpy | Peter S. Mazinger |
2006-01-04 | update pthread weak handling to the style glibc uses | Mike Frysinger |
2006-01-04 | tweak __progname handling some more since some [bad] apps actually try and us... | Mike Frysinger |
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 | 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 |
2005-12-30 | Sync ftw w/ glibc, splitting ftw and ftw64 | Peter S. Mazinger |
2005-12-29 | beautify | Mike Frysinger |
2005-12-28 | typecast away signed/unsigned warnings | 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 | 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 |
2005-12-16 | Hide towctrans*. What is SMALL_UPLOW and why do we need it? | Peter S. Mazinger |
2005-12-16 | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ... | Peter S. Mazinger |
2005-12-16 | Convert users | Peter S. Mazinger |
2005-12-16 | New regex as well | Peter S. Mazinger |
2005-12-16 | glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabled | Peter S. Mazinger |
2005-12-16 | Correct some problems | Peter S. Mazinger |
2005-12-16 | Hide C and wchar related stuff | Peter S. Mazinger |
2005-12-16 | Hide locales | Peter S. Mazinger |
2005-12-16 | Build x64 versions only if LFS is enabled | Peter S. Mazinger |
2005-12-14 | include features.h instead of sys/cdefs.h | Mike Frysinger |
2005-12-14 | Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commit | Peter S. Mazinger |
2005-12-13 | Convert all users of earlier hiddens | Peter S. Mazinger |
2005-12-13 | Hidden readdir* | Peter S. Mazinger |
2005-12-13 | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger |
2005-12-13 | Hide chmod, lockf* | Peter S. Mazinger |
2005-12-10 | Remove fread/fwrite/vfprintf redefines, the only user is iconv, being an exte... | Peter S. Mazinger |
2005-12-10 | Remove trailing ';' from strong_alias, thx Bernhard Fischer | Peter S. Mazinger |