summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2006-02-01gcc41 does not like this at allPeter S. Mazinger
2006-02-01global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger
2006-01-31add comment to know why it's weakPeter S. Mazinger
2006-01-31change strong to weak_alias, arm fails, thx Khem RajPeter S. Mazinger
2006-01-30strlen is -cheaper- then strnlenPeter S. Mazinger
2006-01-30some more prototypesPeter S. Mazinger
2006-01-30make regex a little bit smallerPeter S. Mazinger
2006-01-29Patch by Joseph S. Myers to add support for ARM EABIMike Frysinger
2006-01-29Add back the current glibc copyright notice, although the file is far differentPeter S. Mazinger
2006-01-29rename local tty variable to not shadow tty funcMike Frysinger
2006-01-29no point in redeclaring oldcount locallyMike Frysinger
2006-01-29no point in declaring save_err locallyMike Frysinger
2006-01-29Bernhard Fischer writes: remove unused variablesMike Frysinger
2006-01-27Do not build *64 and llseek, correct some failure when LFS is disabledPeter S. Mazinger
2006-01-27Disabled NULL error_print_progname, uselessPeter S. Mazinger
2006-01-27Update copyright and commentPeter S. Mazinger
2006-01-27Some warnings go awayPeter S. Mazinger
2006-01-26Some more prototypes, enable missing-prototypes/declarations warnings for nowPeter S. Mazinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-25error_message_count got lostPeter S. Mazinger
2006-01-24Hope to mips buildPeter S. Mazinger
2006-01-23Change to build w/ -std=c99Peter S. Mazinger
2006-01-23s/_GNU_SOURCE/__USE_GNU/Peter S. Mazinger
2006-01-23Reorganize a bit and mark tdestroy as GNU extensionPeter S. Mazinger
2006-01-23Mark __assert as noreturnPeter S. Mazinger
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