summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2006-01-23Guard hidden prototypes accordinglyPeter S. Mazinger
2006-01-23Get rid of nested warningsPeter S. Mazinger
2006-01-23Remove redundancy and move hidden prototypes aroundPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-21Use __typeof instead of adding full prototypesPeter S. Mazinger
2006-01-20fix warning when sizeof uchar_t is 8 bitsMike Frysinger
2006-01-20Correct wordexp, I have hidden for now __libc_arg[c,v], there is no other use...Peter S. Mazinger
2006-01-18get rid of alpha definesMike Frysinger
2006-01-16s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...Peter S. Mazinger
2006-01-16Correct a typoPeter S. Mazinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-16some global data relocs gonePeter S. Mazinger
2006-01-15make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger
2006-01-15make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabledPeter S. Mazinger
2006-01-15Remove __XL(N) and __XL_ALIAS(N) adapting the last use of itPeter S. Mazinger
2006-01-15get rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabledPeter S. Mazinger
2006-01-15hide __glob_*dir_hookPeter S. Mazinger
2006-01-14get rid of *stat*64 jump relocsPeter S. Mazinger
2006-01-14get rid of fcntl64 jump relocPeter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14disable redirect for fcntl64 until a good way is foundPeter S. Mazinger
2006-01-14s/__strcmp/strcmp/Peter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-14fix sem funcs on 64bit archesMike Frysinger
2006-01-11Apply patch used in sed for malloc(0)Peter S. Mazinger
2006-01-10just define _GNU_SOURCEMike Frysinger
2006-01-08create & use an internal alias to __uClibc_init()Mike Frysinger
2006-01-08create a hidden internal pagesize symbol for libc usageMike Frysinger
2006-01-08declare the internal syscalls static inlineMike Frysinger
2006-01-08hide internal __time_tm/_time_tzinfo symbolsMike Frysinger
2006-01-08create an alias for internal usageMike Frysinger
2006-01-08touchup code a bit and shrink it by a few bytesMike Frysinger
2006-01-06use hidden strcmpMike Frysinger
2006-01-05forgot again about iconvPeter S. Mazinger
2006-01-04use internal versions of exit/memcpyPeter S. Mazinger
2006-01-04update pthread weak handling to the style glibc usesMike Frysinger
2006-01-04tweak __progname handling some more since some [bad] apps actually try and us...Mike Frysinger
2006-01-03Get rid of tolower/toupper jump reloc, correct tow* for XLOCALEPeter S. Mazinger
2006-01-03Add __toupper, remove unneeded undefs for tolowerPeter S. Mazinger
2006-01-03Provide __tolower and use itPeter S. Mazinger
2006-01-03tweak what is likely() in the argv[0] parsingMike Frysinger
2006-01-03add optional support for program_invocation_name/program_invocation_short_nameMike Frysinger
2006-01-03we dont need to loop calling abort() because abort() already loops for usMike Frysinger
2006-01-03fix previous commit so that __uClibc_init() is run for non-mmu cases again as...Mike Frysinger
2006-01-02Use attribute_noreturnPeter S. Mazinger
2006-01-02Remove -unhonoured- commentPeter S. Mazinger
2005-12-30Sync ftw w/ glibc, splitting ftw and ftw64Peter S. Mazinger
2005-12-29beautifyMike Frysinger
2005-12-28typecast away signed/unsigned warningsMike Frysinger
2005-12-27Jan-Benedict Glaw writes:Mike Frysinger