summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Collapse)AuthorAgeFilesLines
...
* Get rid of nested warningsPeter S. Mazinger2006-01-236-11/+34
|
* Remove redundancy and move hidden prototypes aroundPeter S. Mazinger2006-01-231-4/+4
|
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-2228-52/+0
| | | | is a useless attempt
* Use __typeof instead of adding full prototypesPeter S. Mazinger2006-01-211-2/+2
|
* fix warning when sizeof uchar_t is 8 bitsMike Frysinger2006-01-201-0/+4
|
* Correct wordexp, I have hidden for now __libc_arg[c,v], there is no other ↵Peter S. Mazinger2006-01-201-17/+21
| | | | use within uClibc, depends on fnmatch as well
* get rid of alpha definesMike Frysinger2006-01-181-2/+2
|
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵Peter S. Mazinger2006-01-168-37/+35
| | | | see what libpthread will do ...
* Correct a typoPeter S. Mazinger2006-01-161-0/+2
|
* Last relocs jump and global data, (even locales) that I could remove are ↵Peter S. Mazinger2006-01-1616-7/+127
| | | | gone from libc. The remaining are left as exercise for others ;-)
* some global data relocs gonePeter S. Mazinger2006-01-163-10/+5
|
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-156-58/+55
|
* make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabledPeter S. Mazinger2006-01-151-0/+4
|
* 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