]> sourceware.org Git - glibc.git/history - stdlib
Fix integer overflows in internal memalign and malloc functions [BZ #22343]
[glibc.git] / stdlib /
2018-01-04 Florian Weimeri386: In makecontext, align the stack before calling...
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-23 Dmitry V. Levingetrandom: fix comment [BZ #22347]
2017-12-20 Adhemerval ZanellaSimplify tilegx sysdeps folder
2017-12-15 Joseph MyersFix testing with read-only source directory.
2017-12-11 H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-12-07 Joseph MyersAdd _Float32 function aliases.
2017-12-06 Joseph MyersSupport defining strtof32, wcstof32 aliases.
2017-12-06 Joseph MyersSupport defining strfromf32 alias.
2017-12-06 Joseph MyersAdd _Float64, _Float32x function aliases.
2017-12-05 Joseph MyersSupport defining strtof64, strtof32x, wcstof64, wcstof3...
2017-12-05 Joseph MyersSupport defining strfromf64, strfromf32x aliases.
2017-11-30 Mike FABIANFix test case for hr_HR monetary formatting
2017-11-27 Joseph MyersAdd _Float64x function aliases.
2017-11-24 Joseph MyersSupport strfromf64x alias.
2017-11-24 Joseph MyersSupport strtof64x, wcstof64x aliases.
2017-11-24 Joseph MyersDefine __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod...
2017-11-24 Joseph MyersMove wcstof128 symbol versions to wcsmbs/Versions.
2017-11-07 Joseph MyersHandle more _FloatN, _FloatNx types in type-generic...
2017-11-03 Joseph MyersDeclare strtof, strfromf functions for more _FloatN...
2017-10-17 Mike FABIANPlace monetary symbol in el_GR and el_CY after the...
2017-10-16 Joseph MyersMove some float128 symbol version definitions.
2017-10-16 Joseph MyersSupport strtof128 etc. aliases.
2017-10-13 Joseph MyersSupport strfromf128 alias.
2017-10-05 Florian Weimerabort: Do not flush stdio streams [BZ #15436]
2017-10-02 H.J. LuHide internal __new_exitfn function [BZ #18822]
2017-10-01 H.J. LuMark internal gmp functions with attribute_hidden ...
2017-10-01 H.J. LuMark internal stdlib functions with attribute_hidden...
2017-09-26 H.J. LuMark __dso_handle as hidden [BZ #18822]
2017-09-26 Paul PluzhnikovReduce total memory required to create all threads...
2017-09-21 Paul PluzhnikovFix BZ# 22180.
2017-09-21 Paul PluzhnikovImplement xdlopen, xdlsym and xdlclose routines which...
2017-09-20 Paul PluzhnikovOops. stdlib/test-atexit-race-common.c should have...
2017-09-20 Paul PluzhnikovFix BZ 14333
2017-09-01 Paul Pluzhnikov2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>
2017-09-01 Paul Pluzhnikov2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>
2017-08-31 Florian Weimerstdlib: Remove internal_function attribute
2017-08-29 Paul Pluzhnikov2017-08-29 Paul Pluzhnikov <ppluzhnikov@google.com>
2017-08-28 Paul Pluzhnikov2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>
2017-08-22 H.J. LuHide internal printf functions [BZ #18822/21986]
2017-08-13 Florian WeimerRemove internal_function attribute from string-to-float...
2017-08-12 Mike FABIANAdapt test case data to the changes in the thousands...
2017-08-10 Mike FABIANFix stdlib/tst-strfmon_l.c test case to agree with...
2017-08-07 Joseph MyersRemove __long_double_t.
2017-08-07 Andreas SchwabFix missing redirects in testsuite targets
2017-08-03 Aurelien JarnoFix the return type of the getentropy stub
2017-06-22 Gabriel F. T. GomesProvide an additional macro expansion for F128 in stdli...
2017-06-21 Zack WeinbergUse locale_t, not __locale_t, throughout glibc
2017-06-21 Zack WeinbergRename xlocale.h to bits/types/__locale_t.h.
2017-06-14 Zack WeinbergRemove __need macros from errno.h (__need_Emath, __need...
2017-06-12 Paul E. Murphyfloat128: Add strtof128, wcstof128, and related functions.
2017-06-10 Zack WeinbergCorrect an outdated comment in stdlib/errno.h.
2017-06-07 Gabriel F. T. Gomesfloat128: Add strfromf128
2017-06-07 Gabriel F. T. Gomesfloat128: Add conversion from float128 to mpn
2017-06-07 Paul E. Murphyfloat128: Extend the power of ten tables
2017-06-01 Gabriel F. T. GomesInclude sys/param.h in stdlib/gmp-impl.h instead of...
2017-05-30 Dennis WölfingAdd reallocarray function
2017-05-20 Zack WeinbergRemove __need macros from signal.h.
2017-05-11 Zack WeinbergSuppress internal declarations for most of the testsuite.
2017-05-04 Joseph MyersFix network headers stdint.h namespace (bug 21455).
2017-04-20 Joseph MyersDo not use wildcard symbol names for public versions...
2017-04-18 Florian Weimermalloc: Turn cfree into a compatibility symbol
2017-03-16 Joseph MyersRemove C++ namespace handling from glibc headers.
2017-03-13 Wilco Dijkstra Remove the str(n)dup inlines from string/bits/string2...
2017-02-25 Zack WeinbergSplit DIAG_* macros to new header libc-diag.h.
2017-02-16 Zack WeinbergAdd missing header files throughout the testsuite.
2017-01-19 Siddhesh PoyarekarFix environment traversal when an envvar value is empty
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-14 Joseph MyersRefactor long double information into bits/long-double.h.
2016-12-14 Gabriel F. T. GomesFix arg used as litteral suffix in tst-strfrom.h
2016-12-12 Florian WeimerAdd getentropy, getrandom, <sys/random.h> [BZ #17252]
2016-12-09 Florian Weimersupport: Introduce new subdirectory for test infrastructure
2016-11-11 Joseph MyersIgnore -Wmaybe-uninitialized in stdlib/bug-getcontext.c.
2016-10-28 Joseph MyersMake strtod raise "inexact" exceptions (bug 19380).
2016-10-25 Rajalakshmi Sriniv... Add tests for strfrom functions
2016-10-25 Rajalakshmi Sriniv... Refactor strtod tests
2016-10-25 Gabriel F. T. GomesAdd strfromd, strfromf, and strfroml functions
2016-09-21 Joseph MyersAdd <stdint.h> integer width macros.
2016-09-19 Joseph MyersAdd <limits.h> integer width macros.
2016-08-19 Paul E. MurphyAdd tst-wcstod-round
2016-06-23 Florian Weimerlibio: Implement vtable verification [BZ #20191]
2016-06-09 Florian Weimerquick_exit tests: Do not use C++ headers
2016-06-07 Carlos O'DonellBug 20198: quick_exit should not call destructors.
2016-05-25 Paul E. MurphyRefactor tst-strtod-round.c for type-generic-ness
2016-05-24 Paul E. MurphyRefactor tst-strtod-round.c
2016-05-23 Paul E. MurphyRefactor tst-strtod6.c
2016-05-23 Paul E. MurphyRefactor bug-strtod2.c to be type generic
2016-05-23 Paul E. MurphyRefactor bug-strtod.c to better test new types.
2016-05-17 Joseph MyersDo not declare grantpt, ptsname, unlockpt in stdlib...
2016-05-17 Joseph MyersFix stdlib.h rand_r namespace (bug 20074).
2016-05-17 Joseph MyersCorrect ttyslot header declaration conditions (bug...
2016-04-15 Yvan RouxSuppress GCC 6 warning about ambiguous 'else' with...
2016-04-14 Florian WeimerRemove union wait [BZ #19613]
2016-04-13 Andreas SchwabRegister extra test objects
2016-04-04 Florian Weimerstrfmon_l: Use specified locale for number formatting...
2016-02-11 Szabolcs Nagy[ARM] add missing -funwind-tables to test case (bug...
2016-01-15 Martin SeborFix build failures with -DDEBUG.
2016-01-07 Mike Frysingerlonglong: fix sh -Wundef builds
2016-01-07 Andrew Stubbslonglong: add SH FDPIC support
2016-01-07 Richard Hendersonlonglong.h: Disable alpha umul_ppmm for old g++
next
This page took 0.138032 seconds and 8 git commands to generate.