summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Collapse)AuthorAgeFilesLines
...
* Provide __tolower and use itPeter S. Mazinger2006-01-031-2/+5
|
* tweak what is likely() in the argv[0] parsingMike Frysinger2006-01-031-2/+2
|
* add optional support for program_invocation_name/program_invocation_short_nameMike Frysinger2006-01-031-1/+19
|
* we dont need to loop calling abort() because abort() already loops for usMike Frysinger2006-01-031-2/+0
|
* fix previous commit so that __uClibc_init() is run for non-mmu cases again ↵Mike Frysinger2006-01-031-1/+3
| | | | as report by Thomas in Bug 618
* Use attribute_noreturnPeter S. Mazinger2006-01-021-1/+1
|
* Remove -unhonoured- commentPeter S. Mazinger2006-01-021-2/+0
|
* Sync ftw w/ glibc, splitting ftw and ftw64Peter S. Mazinger2005-12-303-460/+640
|
* beautifyMike Frysinger2005-12-291-10/+7
|
* typecast away signed/unsigned warningsMike Frysinger2005-12-281-2/+2
|
* Jan-Benedict Glaw writes:Mike Frysinger2005-12-271-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. Mazinger2005-12-243-3/+1688
| | | | UCLIBC_HAS_LOCALE, making the new object about 5k, else it would be 10k
* Move fnmatch.c to fnmatch_old.cPeter S. Mazinger2005-12-242-2/+4
|
* Remove all trailing ; after *_alias and change 2 to use weak_alias instead ↵Peter S. Mazinger2005-12-164-12/+6
| | | | of __attribute__ ...
* memmove, exit are external iconv_mainPeter S. Mazinger2005-12-161-2/+2
|
* Hope it solves JBG's problem, why didn't it bail out here?Peter S. Mazinger2005-12-161-0/+4
|
* Macros are no good for jump relocs, hack to get rid of one introduced my new ↵Peter S. Mazinger2005-12-161-0/+3
| | | | regex code
* Use hidden towupper in new regexPeter S. Mazinger2005-12-161-0/+1
|
* Make new regex build w/ WCHAR disabled, vapier, does it now work for you?Peter S. Mazinger2005-12-162-0/+6
|
* Hide towctrans*. What is SMALL_UPLOW and why do we need it?Peter S. Mazinger2005-12-161-6/+7
|
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵Peter S. Mazinger2005-12-161-12/+18
| | | | it back
* Convert usersPeter S. Mazinger2005-12-168-12/+16
|
* New regex as wellPeter S. Mazinger2005-12-162-1/+4
|
* glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabledPeter S. Mazinger2005-12-164-37/+75
|
* Correct some problemsPeter S. Mazinger2005-12-164-1/+12
|
* Hide C and wchar related stuffPeter S. Mazinger2005-12-165-86/+37
|
* Hide localesPeter S. Mazinger2005-12-161-9/+12
|
* Build x64 versions only if LFS is enabledPeter S. Mazinger2005-12-167-17/+13
|
* include features.h instead of sys/cdefs.hMike Frysinger2005-12-141-1/+1
|
* Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commitPeter S. Mazinger2005-12-141-1/+1
|
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-1318-26/+29
|
* Hidden readdir*Peter S. Mazinger2005-12-132-4/+6
|
* Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger2005-12-1312-30/+29
|
* Hide chmod, lockf*Peter S. Mazinger2005-12-132-2/+4
|
* Remove fread/fwrite/vfprintf redefines, the only user is iconv, being an ↵Peter S. Mazinger2005-12-101-4/+0
| | | | external app
* Remove trailing ';' from strong_alias, thx Bernhard FischerPeter S. Mazinger2005-12-101-4/+4
|
* fix warningMike Frysinger2005-12-101-1/+1
|
* macro away the last parameter since we dont actually utilize it (saves a few ↵Mike Frysinger2005-12-102-7/+11
| | | | bytes) and fix signed warnings
* Switch fread/fwrite/fclose/pipe/sigsetmask usersPeter S. Mazinger2005-12-102-0/+3
|
* make new regex code use __mempcpyPeter S. Mazinger2005-12-091-1/+1
|
* Do __nl_langinfo, partly sync header w/ glibc, add missing nl_langinfo_l, ↵Peter S. Mazinger2005-12-092-9/+18
| | | | change users to hidden version
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-098-7/+14
|
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-082-1/+2
|
* Convert the rest of users to hiddenPeter S. Mazinger2005-12-082-2/+2
|
* Use internal \*_strerror_rPeter S. Mazinger2005-12-081-1/+1
|
* Use internal versionsPeter S. Mazinger2005-12-0813-17/+46
|
* Implement __tfind/__lfind and use themPeter S. Mazinger2005-12-082-3/+8
|
* Reorder and remove prototypesPeter S. Mazinger2005-12-081-61/+55
|
* Reorder so that no prototype is needed. Is there a better way to get rid of ↵Peter S. Mazinger2005-12-081-22/+30
| | | | gcc warning instead of adding the loop for err/errx? attribute_noreturn is not enough ;-(
* Enable __iswctype_l prototypePeter S. Mazinger2005-12-081-1/+1
|