Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Provide __tolower and use it | Peter S. Mazinger | 2006-01-03 | 1 | -2/+5 | |
| | ||||||
* | tweak what is likely() in the argv[0] parsing | Mike Frysinger | 2006-01-03 | 1 | -2/+2 | |
| | ||||||
* | add optional support for program_invocation_name/program_invocation_short_name | Mike Frysinger | 2006-01-03 | 1 | -1/+19 | |
| | ||||||
* | we dont need to loop calling abort() because abort() already loops for us | Mike Frysinger | 2006-01-03 | 1 | -2/+0 | |
| | ||||||
* | fix previous commit so that __uClibc_init() is run for non-mmu cases again ↵ | Mike Frysinger | 2006-01-03 | 1 | -1/+3 | |
| | | | | as report by Thomas in Bug 618 | |||||
* | Use attribute_noreturn | Peter S. Mazinger | 2006-01-02 | 1 | -1/+1 | |
| | ||||||
* | Remove -unhonoured- comment | Peter S. Mazinger | 2006-01-02 | 1 | -2/+0 | |
| | ||||||
* | Sync ftw w/ glibc, splitting ftw and ftw64 | Peter S. Mazinger | 2005-12-30 | 3 | -460/+640 | |
| | ||||||
* | beautify | Mike Frysinger | 2005-12-29 | 1 | -10/+7 | |
| | ||||||
* | typecast away signed/unsigned warnings | Mike Frysinger | 2005-12-28 | 1 | -2/+2 | |
| | ||||||
* | Jan-Benedict Glaw writes: | Mike Frysinger | 2005-12-27 | 1 | -1/+1 | |
| | | | | | | This patch is wrong and breaks (at least) building a static libc. The $(MISC_FNMATCH_OBJ) file still uses the .c extension, thus isn't built at all and eg. strip'ping the .c file fails, breaking the build. | |||||
* | Add new fnmatch code, for now mbstate_t and mbsrtowcs are depending on ↵ | Peter S. Mazinger | 2005-12-24 | 3 | -3/+1688 | |
| | | | | UCLIBC_HAS_LOCALE, making the new object about 5k, else it would be 10k | |||||
* | Move fnmatch.c to fnmatch_old.c | Peter S. Mazinger | 2005-12-24 | 2 | -2/+4 | |
| | ||||||
* | Remove all trailing ; after *_alias and change 2 to use weak_alias instead ↵ | Peter S. Mazinger | 2005-12-16 | 4 | -12/+6 | |
| | | | | of __attribute__ ... | |||||
* | memmove, exit are external iconv_main | Peter S. Mazinger | 2005-12-16 | 1 | -2/+2 | |
| | ||||||
* | Hope it solves JBG's problem, why didn't it bail out here? | Peter S. Mazinger | 2005-12-16 | 1 | -0/+4 | |
| | ||||||
* | Macros are no good for jump relocs, hack to get rid of one introduced my new ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -0/+3 | |
| | | | | regex code | |||||
* | Use hidden towupper in new regex | Peter S. Mazinger | 2005-12-16 | 1 | -0/+1 | |
| | ||||||
* | Make new regex build w/ WCHAR disabled, vapier, does it now work for you? | Peter S. Mazinger | 2005-12-16 | 2 | -0/+6 | |
| | ||||||
* | Hide towctrans*. What is SMALL_UPLOW and why do we need it? | Peter S. Mazinger | 2005-12-16 | 1 | -6/+7 | |
| | ||||||
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -12/+18 | |
| | | | | it back | |||||
* | Convert users | Peter S. Mazinger | 2005-12-16 | 8 | -12/+16 | |
| | ||||||
* | New regex as well | Peter S. Mazinger | 2005-12-16 | 2 | -1/+4 | |
| | ||||||
* | glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabled | Peter S. Mazinger | 2005-12-16 | 4 | -37/+75 | |
| | ||||||
* | Correct some problems | Peter S. Mazinger | 2005-12-16 | 4 | -1/+12 | |
| | ||||||
* | Hide C and wchar related stuff | Peter S. Mazinger | 2005-12-16 | 5 | -86/+37 | |
| | ||||||
* | Hide locales | Peter S. Mazinger | 2005-12-16 | 1 | -9/+12 | |
| | ||||||
* | Build x64 versions only if LFS is enabled | Peter S. Mazinger | 2005-12-16 | 7 | -17/+13 | |
| | ||||||
* | include features.h instead of sys/cdefs.h | Mike Frysinger | 2005-12-14 | 1 | -1/+1 | |
| | ||||||
* | Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commit | Peter S. Mazinger | 2005-12-14 | 1 | -1/+1 | |
| | ||||||
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 18 | -26/+29 | |
| | ||||||
* | Hidden readdir* | Peter S. Mazinger | 2005-12-13 | 2 | -4/+6 | |
| | ||||||
* | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | 2005-12-13 | 12 | -30/+29 | |
| | ||||||
* | Hide chmod, lockf* | Peter S. Mazinger | 2005-12-13 | 2 | -2/+4 | |
| | ||||||
* | Remove fread/fwrite/vfprintf redefines, the only user is iconv, being an ↵ | Peter S. Mazinger | 2005-12-10 | 1 | -4/+0 | |
| | | | | external app | |||||
* | Remove trailing ';' from strong_alias, thx Bernhard Fischer | Peter S. Mazinger | 2005-12-10 | 1 | -4/+4 | |
| | ||||||
* | fix warning | Mike Frysinger | 2005-12-10 | 1 | -1/+1 | |
| | ||||||
* | macro away the last parameter since we dont actually utilize it (saves a few ↵ | Mike Frysinger | 2005-12-10 | 2 | -7/+11 | |
| | | | | bytes) and fix signed warnings | |||||
* | Switch fread/fwrite/fclose/pipe/sigsetmask users | Peter S. Mazinger | 2005-12-10 | 2 | -0/+3 | |
| | ||||||
* | make new regex code use __mempcpy | Peter S. Mazinger | 2005-12-09 | 1 | -1/+1 | |
| | ||||||
* | Do __nl_langinfo, partly sync header w/ glibc, add missing nl_langinfo_l, ↵ | Peter S. Mazinger | 2005-12-09 | 2 | -9/+18 | |
| | | | | change users to hidden version | |||||
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 8 | -7/+14 | |
| | ||||||
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 2 | -1/+2 | |
| | ||||||
* | Convert the rest of users to hidden | Peter S. Mazinger | 2005-12-08 | 2 | -2/+2 | |
| | ||||||
* | Use internal \*_strerror_r | Peter S. Mazinger | 2005-12-08 | 1 | -1/+1 | |
| | ||||||
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 13 | -17/+46 | |
| | ||||||
* | Implement __tfind/__lfind and use them | Peter S. Mazinger | 2005-12-08 | 2 | -3/+8 | |
| | ||||||
* | Reorder and remove prototypes | Peter S. Mazinger | 2005-12-08 | 1 | -61/+55 | |
| | ||||||
* | Reorder so that no prototype is needed. Is there a better way to get rid of ↵ | Peter S. Mazinger | 2005-12-08 | 1 | -22/+30 | |
| | | | | gcc warning instead of adding the loop for err/errx? attribute_noreturn is not enough ;-( | |||||
* | Enable __iswctype_l prototype | Peter S. Mazinger | 2005-12-08 | 1 | -1/+1 | |
| |