| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Disabled NULL error_print_progname, useless | Peter S. Mazinger | 2006-01-27 | 1 | -1/+1 |
* | Update copyright and comment | Peter S. Mazinger | 2006-01-27 | 1 | -21/+5 |
* | Some warnings go away | Peter S. Mazinger | 2006-01-27 | 2 | -5/+6 |
* | Some more prototypes, enable missing-prototypes/declarations warnings for now | Peter S. Mazinger | 2006-01-26 | 1 | -2/+4 |
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 2 | -8/+8 |
* | error_message_count got lost | Peter S. Mazinger | 2006-01-25 | 1 | -2/+0 |
* | Hope to mips build | Peter S. Mazinger | 2006-01-24 | 1 | -3/+5 |
* | Change to build w/ -std=c99 | Peter S. Mazinger | 2006-01-23 | 1 | -3/+4 |
* | s/_GNU_SOURCE/__USE_GNU/ | Peter S. Mazinger | 2006-01-23 | 1 | -1/+1 |
* | Reorganize a bit and mark tdestroy as GNU extension | Peter S. Mazinger | 2006-01-23 | 1 | -4/+5 |
* | Mark __assert as noreturn | Peter S. Mazinger | 2006-01-23 | 1 | -1/+1 |
* | Guard hidden prototypes accordingly | Peter S. Mazinger | 2006-01-23 | 1 | -2/+7 |
* | Get rid of nested warnings | Peter S. Mazinger | 2006-01-23 | 6 | -11/+34 |
* | Remove redundancy and move hidden prototypes around | Peter S. Mazinger | 2006-01-23 | 1 | -4/+4 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 28 | -52/+0 |
* | Use __typeof instead of adding full prototypes | Peter S. Mazinger | 2006-01-21 | 1 | -2/+2 |
* | fix warning when sizeof uchar_t is 8 bits | Mike Frysinger | 2006-01-20 | 1 | -0/+4 |
* | Correct wordexp, I have hidden for now __libc_arg[c,v], there is no other use... | Peter S. Mazinger | 2006-01-20 | 1 | -17/+21 |
* | get rid of alpha defines | Mike Frysinger | 2006-01-18 | 1 | -2/+2 |
* | s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ... | Peter S. Mazinger | 2006-01-16 | 8 | -37/+35 |
* | Correct a typo | Peter S. Mazinger | 2006-01-16 | 1 | -0/+2 |
* | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger | 2006-01-16 | 16 | -7/+127 |
* | some global data relocs gone | Peter S. Mazinger | 2006-01-16 | 3 | -10/+5 |
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 6 | -58/+55 |
* | make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabled | Peter S. Mazinger | 2006-01-15 | 1 | -0/+4 |
* | Remove __XL(N) and __XL_ALIAS(N) adapting the last use of it | Peter S. Mazinger | 2006-01-15 | 1 | -8/+6 |
* | get rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabled | Peter S. Mazinger | 2006-01-15 | 1 | -0/+2 |
* | hide __glob_*dir_hook | Peter S. Mazinger | 2006-01-15 | 2 | -6/+6 |
* | get rid of *stat*64 jump relocs | Peter S. Mazinger | 2006-01-14 | 2 | -11/+16 |
* | get rid of fcntl64 jump reloc | Peter S. Mazinger | 2006-01-14 | 1 | -1/+1 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 12 | -63/+68 |
* | disable redirect for fcntl64 until a good way is found | Peter S. Mazinger | 2006-01-14 | 1 | -1/+1 |
* | s/__strcmp/strcmp/ | Peter S. Mazinger | 2006-01-14 | 1 | -2/+4 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 60 | -923/+1144 |
* | fix sem funcs on 64bit arches | Mike Frysinger | 2006-01-14 | 1 | -1/+6 |
* | Apply patch used in sed for malloc(0) | Peter S. Mazinger | 2006-01-11 | 1 | -2/+3 |
* | just define _GNU_SOURCE | Mike Frysinger | 2006-01-10 | 2 | -2/+2 |
* | create & use an internal alias to __uClibc_init() | Mike Frysinger | 2006-01-08 | 1 | -1/+2 |
* | create a hidden internal pagesize symbol for libc usage | Mike Frysinger | 2006-01-08 | 1 | -2/+4 |
* | declare the internal syscalls static inline | Mike Frysinger | 2006-01-08 | 2 | -2/+2 |
* | hide internal __time_tm/_time_tzinfo symbols | Mike Frysinger | 2006-01-08 | 1 | -2/+2 |
* | create an alias for internal usage | Mike Frysinger | 2006-01-08 | 1 | -3/+4 |
* | touchup code a bit and shrink it by a few bytes | Mike Frysinger | 2006-01-08 | 1 | -34/+31 |
* | use hidden strcmp | Mike Frysinger | 2006-01-06 | 1 | -0/+2 |
* | forgot again about iconv | Peter S. Mazinger | 2006-01-05 | 1 | -1/+1 |
* | use internal versions of exit/memcpy | Peter S. Mazinger | 2006-01-04 | 1 | -1/+1 |
* | update pthread weak handling to the style glibc uses | Mike Frysinger | 2006-01-04 | 2 | -101/+11 |
* | tweak __progname handling some more since some [bad] apps actually try and us... | Mike Frysinger | 2006-01-04 | 4 | -26/+18 |
* | Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE | Peter S. Mazinger | 2006-01-03 | 6 | -9/+16 |
* | Add __toupper, remove unneeded undefs for tolower | Peter S. Mazinger | 2006-01-03 | 1 | -4/+3 |