Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-08 | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | |
Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup. | |||
2012-01-08 | Mark potential fix for BZ 11929 | Ulrich Drepper | |
2012-01-08 | sscanf always calls realloc | Paul Pluzhnikov | |
2012-01-08 | CL | Adhemerval Zanella | |
2012-01-08 | Use __pthread_get_minstack for AIO helper thread | Adhemerval Zanella | |
2012-01-08 | Fix CL | Ulrich Drepper | |
2012-01-08 | Add test for CMPLX macros | Ulrich Drepper | |
2012-01-08 | Fix typo in CMPLXL | Ulrich Drepper | |
2012-01-08 | Quash implicit declaration warning | Marek Polacek | |
2012-01-08 | Add checking versions of poll and ppoll | Ulrich Drepper | |
2012-01-08 | Regenerated | Ulrich Drepper | |
2012-01-08 | Define CMPLX, CMPLXF, CMPLXL | Ulrich Drepper | |
2012-01-08 | Static linking is always needed | Ulrich Drepper | |
2012-01-08 | Remove pwd tst from configure | Ulrich Drepper | |
2012-01-08 | No need for test for __builtin_expect | Ulrich Drepper | |
2012-01-08 | Forgot to remove AC_SUBST(bonuded) | Ulrich Drepper | |
2012-01-08 | Remove more unnecessary Alpha and IA-64 configury | Ulrich Drepper | |
2012-01-08 | gcc better don't use a signed type for size_t | Ulrich Drepper | |
2012-01-08 | Remove last remnants of RANLIB | Ulrich Drepper | |
2012-01-08 | Simplify char16_t implementation | Ulrich Drepper | |
2012-01-08 | More fallout from supporting only ELF | Ulrich Drepper | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | |
No more __const. | |||
2012-01-07 | NEWS | Ulrich Drepper | |
2012-01-07 | Remove non-ELF support | Ulrich Drepper | |
2012-01-07 | NEWS | Ulrich Drepper | |
2012-01-07 | Update ABI information | Ulrich Drepper | |
2012-01-07 | Remove m68k support from Linux configure | Ulrich Drepper | |
2012-01-07 | Remove Alpha support from ldsodefs.h | Ulrich Drepper | |
2012-01-07 | Clean up shlib-versions files | Ulrich Drepper | |
Ports have their own files | |||
2012-01-07 | More IA-64 removal | Ulrich Drepper | |
2012-01-07 | Linux configure cleanup | Ulrich Drepper | |
2012-01-07 | Remove IA-64 support from kernel-features.h | Ulrich Drepper | |
2012-01-07 | Remove IA-64 support from NPTL | Ulrich Drepper | |
2012-01-07 | Fix up a comment | Ulrich Drepper | |
2012-01-07 | Yet more ia64 removal fallout | Ulrich Drepper | |
2012-01-07 | Fix WS | Ulrich Drepper | |
2012-01-07 | More ia64 removal changes | Ulrich Drepper | |
2012-01-07 | Remove --enable-omitfp support | Ulrich Drepper | |
2012-01-07 | Remove IA-64 support | Ulrich Drepper | |
2012-01-07 | Remove support in configure for unsupported architectures | Ulrich Drepper | |
2012-01-07 | More NEWS | Ulrich Drepper | |
2012-01-07 | Fix collation in Hungarian locale | Ulrich Drepper | |
2012-01-07 | Add BZ | Ulrich Drepper | |
2012-01-07 | More char16_t and char32_t support | Ulrich Drepper | |
It works now for UTF-8 locales | |||
2012-01-07 | Do not declare gets in _GNU_SOURCE mode at all | Ulrich Drepper | |
2012-01-07 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2012-01-07 | Add explicit declaration of gets in C++ code | Ulrich Drepper | |
2012-01-07 | Fix problem with reuse of test-strcpy for wide char testing | Ulrich Drepper | |
2012-01-06 | Fix C11 header changes for C++. | Joseph Myers | |
2012-01-03 | Fix assertion in gconv's loop.c | Ulrich Drepper | |