Adjust pointers to triplets in netgroup query data (BZ #16474)
[jlayton/glibc.git] / stdlib /
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-04 Joseph MyersUpdate longlong.h from GCC.
2013-11-18 Andreas SchwabProperly handle unavailable elements in LC_MONETARY...
2013-11-13 Joseph MyersFix strtod rounding of half the least subnormal (bug...
2013-10-30 Ondřej BílkaRemove code from div that is by C99 obsolete. Fixes...
2013-09-19 Liubov DmitrievaFix buffer overrun in strtod_l
2013-09-09 Allan McRaeFix memory leak in stdlib/isomac.c
2013-08-30 Ondřej BílkaFix then/than typos.
2013-08-29 Thomas Schwinge[BZ #15522] strtod ("nan(N)") returning a sNaN in some...
2013-08-29 Ondřej BílkaFix typos.
2013-08-26 Andreas SchwabFix dependencies for stdlib/tst-tls-atexit
2013-08-21 Ondřej BílkaFix typos.
2013-06-14 Joseph MyersMake tst-strtod-round use ROUNDING_TESTS.
2013-06-13 Joseph MyersRework tst-strtod-round handling of inexact results.
2013-06-08 Joseph MyersUse (void) in no-arguments function definitions.
2013-06-07 Joseph MyersAvoid use of "register" as optimization hint.
2013-06-06 Ondrej BilkaFix leading whitespaces.
2013-06-05 Joseph MyersRemove trailing whitespace.
2013-05-31 Joseph MyersLink extra-libs consistently with libc and ld.so.
2013-05-16 Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-04-29 Andreas JaegerBZ#15380: Fix initstate error return
2013-04-27 Andreas JaegerFix guards for qecvt
2013-04-05 Thomas SchwingeMore tests for external charater sequences representing...
2013-03-28 Roland McGrathAvoid unconditional __call_tls_dtors calls in static...
2013-03-20 Ondrej BilkaDo not warn about mblen, mbtowc and wctomb unused result.
2013-02-19 Jakub JelinekMerge branch 'master' of ssh://sourceware.org/git/glibc
2013-02-19 Jakub Jelinek * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as...
2013-02-19 Siddhesh PoyarekarFix copyright year in new files
2013-02-18 Mike Frysingerstdlib.h: use existing malloc/alloc_size attribute...
2013-02-18 Siddhesh PoyarekarC++11 thread_local destructors support
2013-02-13 Ondrej BilkaInstall stdlib-bsearch.h header
2013-02-11 Ondrej BilkaAdd inline bsearch expansion.
2013-02-05 Carlos O'Donellgetenv: Remove check for non-standard endianness.
2013-01-11 Joseph MyersRemove __GLIBC_HAVE_LONG_LONG.
2013-01-11 H.J. LuAdd --enable-hardcoded-path-in-tests configure option
2013-01-10 Joseph MyersUse __extension__ with long long in installed headers.
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01 Joseph MyersAdd script to update copyright notices and reformat...
2012-11-09 Joseph MyersDeclare ecvt, fcvt, gcvt, mktemp in stdlib.h for XOPEN2...
2012-11-04 Thomas Schwinge[BZ #157] Remove include/stub-tag.h for good.
2012-11-03 H.J. LuCompile x86 rtld with -mno-sse -mno-mmx
2012-10-30 Joseph MyersFix strtod handling of underflow (bug 14047).
2012-10-24 Joseph MyersDefine and use $(run-built-tests).
2012-09-25 Dmitry V. LevinSet "fail on error" mode directly in testsuite shell...
2012-09-12 Joseph MyersMake strtod respect the rounding mode (bug 14518).
2012-09-06 Joseph MyersFix strtod test for values above maximum for IBM long...
2012-09-05 Andreas SchwabIncrease timeout for stdlib/tst-strtod-overflow
2012-09-05 Andreas SchwabUse LDBL_MIN_EXP to distinguish Intel and Motorola...
2012-09-05 Andreas SchwabCorrectly handle Motorola extended float format in...
2012-09-04 Florian Weimerstdlib/tst-secure-getenv.c: whitespace-only changes...
2012-09-04 Florian Weimerstdlib/tst-secure-getenv.c (alternative_main): Only...
2012-08-27 Joseph MyersFix sign of zero on strtod underflow (bug 14519).
2012-08-27 Joseph MyersFix strtod rounding (bug 3479).
2012-08-27 Joseph MyersFix strtod integer/buffer overflow (bug 14459).
2012-08-17 Roland McGrathClean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.
2012-08-16 Joseph MyersUpdate longlong.h from GCC.
2012-08-16 Roland McGrathSuppress -Wunused-but-set warnings in GMP code.
2012-08-06 H.J. LuRemove __secure_getenv in 2.17 instead of 2.16
2012-08-03 Roland McGrathDistinguish ELOOP diagnosis threshold from SYMLOOP_MAX.
2012-07-31 Florian Weimersecure_getenv test should write errors to standard...
2012-07-25 Florian WeimerRename __secure_getenv to secure_getenv
2012-07-17 Thomas Schwingesetcontext: Clarify termination when uc_link is the...
2012-07-16 Andreas SchwabFix bug-getcontext test
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-06-04 David S. MillerSync longlong.h with GCC to fix a sparc regression.
2012-06-01 David S. MillerUpdate longlong.h from GCC to get some sparc improvements.
2012-05-24 Andreas SchwabRemove use of INTDEF/INTUSE in libio
2012-05-17 Chris Metcalfmath: support platforms with limited FP rounding or...
2012-05-09 H.J. LuUpdate stdlib/longlong.h from GCC
2012-05-04 Joseph MyersFix strtod rounding of hex values (bug 14049).
2012-05-03 Allan McRaeFix test-suite failues with -Wl,--as-needed
2012-04-29 Marek PolacekFix attributes for fortify functions.
2012-04-23 Paul Eggert* stdlib/stdlib.h: Remove warn_unused_result attribute...
2012-04-05 Andreas JaegerDon't warn about unused result of mktemp
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-07 Ulrich DrepperRemove distribute variable from Makefiles
2012-03-07 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-03 Marek PolacekRemove oldish __GNUC_PREREQ.
2012-02-28 Carlos O'DonellBZ #3992: stdlib/fmtmsg.c: missing stdint.h include.
2012-02-25 Ulrich DrepperFix locking in fmtmsg
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-01-31 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-31 Marek PolacekRemove PARAMS macros.
2012-01-16 Ulrich DrepperFix locking problem in fmtmsg
2012-01-08 Ulrich DrepperRemove pre-ISO C support
2012-01-03 Ulrich DrepperMerge branch 'c11'
2012-01-01 Ulrich DrepperFix aligned_alloc prototype
2012-01-01 Ulrich DrepperImplement aligned_alloc
2012-01-01 Ulrich DrepperEnable at_quick_exit and quick_exit for ISO C11
2011-12-21 Andreas SchwabFix division by denominator with more than two limbs...
2011-11-11 Ulrich Dreppermakecontext doens't need __THROWNL
2011-11-11 Andreas SchwabMark setjmp and ucontext functions as non-leaf
2011-10-07 Andreas KrebbelS/390: Fix longlong.h inline asms for zarch
2011-09-10 Ulrich DrepperCleanup of configuration options
2011-07-08 Andreas JaegerAdd test case strtod underflow
2011-07-07 Ulrich DrepperChange error code for underflows in strtod
2011-06-07 Andreas KrebbelS/390 longlong.h: Fix smul_ppmm with -m31 -mzarch
2011-05-23 Andreas SchwabUpdate longlong.h from GCC
2011-05-16 Ulrich DrepperHandle long variable names in putenv
2011-05-15 Ulrich DrepperUse mmap for allocation of buffers used for __abort_msg
next