summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove __XL(N) and __XL_ALIAS(N) adapting the last use of itPeter S. Mazinger2006-01-151-8/+6
|
* get rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabledPeter S. Mazinger2006-01-151-0/+2
|
* hide __glob_*dir_hookPeter S. Mazinger2006-01-152-6/+6
|
* get rid of *stat*64 jump relocsPeter S. Mazinger2006-01-142-11/+16
|
* get rid of fcntl64 jump relocPeter S. Mazinger2006-01-141-1/+1
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-1412-63/+68
|
* disable redirect for fcntl64 until a good way is foundPeter S. Mazinger2006-01-141-1/+1
|
* s/__strcmp/strcmp/Peter S. Mazinger2006-01-141-2/+4
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-1460-923/+1144
| | | | missing headers, other jump relocs removed
* fix sem funcs on 64bit archesMike Frysinger2006-01-141-1/+6
|
* Apply patch used in sed for malloc(0)Peter S. Mazinger2006-01-111-2/+3
|
* just define _GNU_SOURCEMike Frysinger2006-01-102-2/+2
|
* create & use an internal alias to __uClibc_init()Mike Frysinger2006-01-081-1/+2
|
* create a hidden internal pagesize symbol for libc usageMike Frysinger2006-01-081-2/+4
|
* declare the internal syscalls static inlineMike Frysinger2006-01-082-2/+2
|
* hide internal __time_tm/_time_tzinfo symbolsMike Frysinger2006-01-081-2/+2
|
* create an alias for internal usageMike Frysinger2006-01-081-3/+4
|
* touchup code a bit and shrink it by a few bytesMike Frysinger2006-01-081-34/+31
|
* use hidden strcmpMike Frysinger2006-01-061-0/+2
|
* forgot again about iconvPeter S. Mazinger2006-01-051-1/+1
|
* use internal versions of exit/memcpyPeter S. Mazinger2006-01-041-1/+1
|
* update pthread weak handling to the style glibc usesMike Frysinger2006-01-042-101/+11
|
* tweak __progname handling some more since some [bad] apps actually try and ↵Mike Frysinger2006-01-044-26/+18
| | | | use it
* Get rid of tolower/toupper jump reloc, correct tow* for XLOCALEPeter S. Mazinger2006-01-036-9/+16
|
* Add __toupper, remove unneeded undefs for tolowerPeter S. Mazinger2006-01-031-4/+3
|
* 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
|