| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename some files, that will conflict w/ IMA | Peter S. Mazinger | 2006-02-13 | 4 | -3/+3 |
* | Remove unused files | Peter S. Mazinger | 2006-02-13 | 5 | -160/+0 |
* | rholzmann writes in Bug 716: | Mike Frysinger | 2006-02-11 | 1 | -13/+12 |
* | include stdint.h and check __intptr_t_defined to see if we need to setup uint... | Mike Frysinger | 2006-02-07 | 1 | -1/+2 |
* | rfelker reports in Bug 683 that we leak file descriptors if the fcntl() fails... | Mike Frysinger | 2006-02-04 | 1 | -8/+13 |
* | add note about racecondition | Mike Frysinger | 2006-02-04 | 1 | -0/+5 |
* | use O_DIRECTORY when possible, saves us from having to use stat() thus cuttin... | Mike Frysinger | 2006-02-04 | 1 | -1/+6 |
* | add some copyright/license info | Mike Frysinger | 2006-02-04 | 11 | -0/+67 |
* | err() is not used internally | Peter S. Mazinger | 2006-02-03 | 1 | -1/+0 |
* | even the hidden version of the weaks in libc (as strong in libpthread) have t... | Peter S. Mazinger | 2006-02-02 | 2 | -2/+2 |
* | Make it build w/ HAVE_SHARED disabled and SSP enabled | Peter S. Mazinger | 2006-02-01 | 1 | -6/+13 |
* | gcc41 does not like this at all | Peter S. Mazinger | 2006-02-01 | 1 | -2/+0 |
* | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 7 | -19/+21 |
* | add comment to know why it's weak | Peter S. Mazinger | 2006-01-31 | 1 | -0/+1 |
* | change strong to weak_alias, arm fails, thx Khem Raj | Peter S. Mazinger | 2006-01-31 | 1 | -1/+1 |
* | strlen is -cheaper- then strnlen | Peter S. Mazinger | 2006-01-30 | 1 | -8/+7 |
* | some more prototypes | Peter S. Mazinger | 2006-01-30 | 2 | -1/+6 |
* | make regex a little bit smaller | Peter S. Mazinger | 2006-01-30 | 3 | -3/+7 |
* | Patch by Joseph S. Myers to add support for ARM EABI | Mike Frysinger | 2006-01-29 | 2 | -0/+7 |
* | Add back the current glibc copyright notice, although the file is far different | Peter S. Mazinger | 2006-01-29 | 1 | -4/+18 |
* | rename local tty variable to not shadow tty func | Mike Frysinger | 2006-01-29 | 1 | -2/+2 |
* | no point in redeclaring oldcount locally | Mike Frysinger | 2006-01-29 | 1 | -2/+0 |
* | no point in declaring save_err locally | Mike Frysinger | 2006-01-29 | 1 | -1/+1 |
* | Bernhard Fischer writes: remove unused variables | Mike Frysinger | 2006-01-29 | 1 | -2/+0 |
* | Do not build *64 and llseek, correct some failure when LFS is disabled | Peter S. Mazinger | 2006-01-27 | 1 | -0/+2 |
* | 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 |