Age | Commit message (Expand) | Author |
2006-01-30 | Sync w/ glibc | Peter S. Mazinger |
2006-01-29 | move linux-specific header to linux subdir | Mike Frysinger |
2006-01-29 | the timer_* funcs have been implemented in librt so enable their prototypes | Mike Frysinger |
2006-01-27 | remove comment | Peter S. Mazinger |
2006-01-27 | Disabled NULL error_print_progname, useless | Peter S. Mazinger |
2006-01-27 | The VAX gas cannot (yet) cope with the tricks played here, so I'm grounding | "Jan-Benedict Glaw" |
2006-01-26 | Enable gcvt in header, we build it | Peter S. Mazinger |
2006-01-25 | hidden_strong_alias gone and won't be added back because it causes trouble | Peter S. Mazinger |
2006-01-23 | Remove unneeded _GNU_SOURCE | Peter S. Mazinger |
2006-01-23 | sync with glibc | Mike Frysinger |
2006-01-23 | Make i386 build w/ -std=c99 (almost) | Peter S. Mazinger |
2006-01-23 | Sync w/ glibc | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-22 | Allow to be used in bits/syscalls.h even if _GNU_SOURCE is defined | Peter S. Mazinger |
2006-01-20 | disable deprecated warnings for some files | Mike Frysinger |
2006-01-20 | grab some macros for internal ldso usage and fix strong_alias/hidden_strong_a... | Mike Frysinger |
2006-01-20 | Correct comments, thx vapier | Peter S. Mazinger |
2006-01-20 | Split out libc-symbols.h from libc-internal.h, use it directly in CFLAGS. Mov... | Peter S. Mazinger |
2006-01-19 | Remove HAVE_ELF | Peter S. Mazinger |
2006-01-19 | Get rid of *_SYMBOL_PREFIX | Peter S. Mazinger |
2006-01-19 | Import some need bits from glibc to libc-internal.h, hidden_weak_alias gone, ... | Peter S. Mazinger |
2006-01-19 | move a bunch of arch-specific checks out of common files and into an arch spe... | Mike Frysinger |
2006-01-19 | Joseph S. Myers writes: | Eric Andersen |
2006-01-18 | Remove unused CLOCK_IDFIELD_SIZE, not in glibc | Peter S. Mazinger |
2006-01-18 | Don't include twice features.h and correct typo | Peter S. Mazinger |
2006-01-17 | sync some stuff from glibc and fix __hidden_ver1() for targets that define a ... | Mike Frysinger |
2006-01-15 | revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in ... | Peter S. Mazinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2006-01-12 | Add fcntl64 prototype | Peter S. Mazinger |
2006-01-11 | fix warnings when building on sparc | Mike Frysinger |
2006-01-09 | Get rid of hidden_def | Peter S. Mazinger |
2006-01-09 | include stdinit for arc4random() as pointed out by Jan-Benedict Glaw | Mike Frysinger |
2006-01-08 | prototypes for arc4random | Mike Frysinger |
2006-01-06 | Merge from NPTL branch. | "Steven J. Hill" |
2006-01-06 | Merge from NPTL branch. | "Steven J. Hill" |
2006-01-06 | Merge from NPTL branch. | "Steven J. Hill" |
2006-01-05 | import the extend_alloca() macro from glibc | Mike Frysinger |
2006-01-05 | Merge from branch. | "Steven J. Hill" |
2006-01-04 | Sync w/ glibc, mostly REDIRECT_NTH,__wur | Peter S. Mazinger |
2006-01-04 | tweak __progname handling some more since some [bad] apps actually try and us... | Mike Frysinger |
2006-01-03 | keep __USE_GNU for program_invocation_*_name | Peter S. Mazinger |
2006-01-03 | Add __toupper, remove unneeded undefs for tolower | Peter S. Mazinger |
2006-01-03 | Add more hidden prototypes | Peter S. Mazinger |
2006-01-03 | add optional support for program_invocation_name/program_invocation_short_name | Mike Frysinger |
2006-01-03 | import a bunch of EM defines from gnu binutils | Mike Frysinger |
2006-01-03 | touchup comments and define Blackfin for Jie Zhang | Mike Frysinger |
2005-12-30 | Sync ftw w/ glibc, splitting ftw and ftw64 | Peter S. Mazinger |
2005-12-16 | Correct C_SYMBOL_PREFIX handling for asm, supports only none or _ | Peter S. Mazinger |
2005-12-16 | Use kernel provided syscalls for user-space, the one from libc is not usable | Peter S. Mazinger |
2005-12-16 | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ... | Peter S. Mazinger |