summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Disabled NULL error_print_progname, uselessPeter S. Mazinger2006-01-271-1/+1
* Update copyright and commentPeter S. Mazinger2006-01-271-21/+5
* Some warnings go awayPeter S. Mazinger2006-01-272-5/+6
* Some more prototypes, enable missing-prototypes/declarations warnings for nowPeter S. Mazinger2006-01-261-2/+4
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-262-8/+8
* error_message_count got lostPeter S. Mazinger2006-01-251-2/+0
* Hope to mips buildPeter S. Mazinger2006-01-241-3/+5
* Change to build w/ -std=c99Peter S. Mazinger2006-01-231-3/+4
* s/_GNU_SOURCE/__USE_GNU/Peter S. Mazinger2006-01-231-1/+1
* Reorganize a bit and mark tdestroy as GNU extensionPeter S. Mazinger2006-01-231-4/+5
* Mark __assert as noreturnPeter S. Mazinger2006-01-231-1/+1
* Guard hidden prototypes accordinglyPeter S. Mazinger2006-01-231-2/+7
* 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
* 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 use...Peter S. Mazinger2006-01-201-17/+21
* 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
* Correct a typoPeter S. Mazinger2006-01-161-0/+2
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-1616-7/+127
* 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 m...Peter S. Mazinger2006-01-1460-923/+1144
* 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 us...Mike Frysinger2006-01-044-26/+18
* 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