packaging: remove '-g' option to ix86's BuildFlags.
[platform/upstream/glibc.git] / stdlib /
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2023-01-06 Joseph MyersRemove trailing whitespace in gmp.h
2022-12-19 Florian Weimerstdio-common: Convert vfprintf and related functions...
2022-12-12 Adhemerval Zanellastdlib: Move _IO_cleanup to call_function_static_weak
2022-11-07 Adhemerval ZanellaApply asm redirection in gmp.h before first use
2022-11-02 Szabolcs NagyFix OOB read in stdlib thousand grouping parsing [BZ...
2022-11-01 Adhemerval Zanellaconfigure: Use -Wno-ignored-attributes if compiler...
2022-10-28 Letu Renstdlib/strfrom: Add copysign to fix NAN issue on riscv...
2022-10-28 Xi Ruoyaolonglong.h: update from GCC for LoongArch clz/ctz support
2022-10-18 Florian WeimerUse PTR_MANGLE and PTR_DEMANGLE unconditionally in...
2022-10-18 Florian WeimerIntroduce <pointer_guard.h>, extracted from <sysdep.h>
2022-09-30 Adhemerval Zanellamalloc: Do not clobber errno on __getrandom_nocancel...
2022-09-30 Adhemerval Zanellastdlib: Fix __getrandom_nocancel type and arc4random...
2022-08-30 Adhemerval Zanellastdlib: Fix macro expansion producing 'defined' has...
2022-08-10 Florian Weimerinet: Turn __ivaliduser into a compatibility symbol
2022-08-03 Florian Weimerassert: Do not use stderr in libc-internal assert
2022-08-01 Adhemerval Zanellastdlib: Simplify arc4random_uniform
2022-07-29 Adhemerval Zanellastdlib: Tuned down tst-arc4random-thread internal param...
2022-07-27 Jason A. Donenfeldarc4random: simplify design for better safety
2022-07-22 Adhemerval Zanella... aarch64: Add optimized chacha20
2022-07-22 Adhemerval Zanella... stdlib: Add arc4random tests
2022-07-22 Adhemerval Zanella... stdlib: Add arc4random, arc4random_buf, and arc4random_...
2022-07-05 Florian Weimerstdlib: Simplify buffer management in canonicalize
2022-06-30 Adhemerval ZanellaRefactor internal-signals.h
2022-06-23 Noah Goldsteinstdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]
2022-06-22 Noah Goldsteinstdlib: Remove attr_write from mbstows if dst is NULL...
2022-06-22 Noah Goldsteinstdlib: Remove trailing whitespace from Makefile
2022-04-13 Adhemerval Zanellastdlib: Reflow and sort most variable assignments
2022-03-31 Siddhesh Poyarekarrealpath: Bring back GNU extension on ENOENT and EACCES...
2022-03-31 Adhemerval Zanellastdlib: Fix tst-getrandom memcmp call
2022-03-31 Adhemerval Zanellastdlib: Fix tst-rand48.c printf types
2022-03-10 Steve GrubbAdd some missing access function attributes
2022-02-21 Siddhesh Poyarekarrealpath: Do not copy result on failure (BZ #28815)
2022-01-26 Martin Seborstdlib: Avoid -Wuse-after-free in __add_to_environ...
2022-01-24 Siddhesh Poyarekarrealpath: Avoid overwriting preexisting error (CVE...
2022-01-24 Siddhesh Poyarekartst-realpath-toolong: Fix hurd build
2022-01-21 Siddhesh Poyarekarrealpath: Set errno to ENAMETOOLONG for result larger...
2022-01-13 Siddhesh Poyarekarstdlib: Fix formatting of tests list in Makefile
2022-01-13 Siddhesh Poyarekarstdlib: Sort tests in Makefile
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-17 Siddhesh Poyarekarfortify: Fix spurious warning with realpath
2021-10-20 Jonathan WakelyAdd alloc_align attribute to memalign et al
2021-10-20 omain GEISSLERstdlib: Fix tst-canon-bz26341 when the glibc build...
2021-10-20 Siddhesh PoyarekarMake sure that the fortified function conditionals...
2021-10-20 Siddhesh PoyarekarDon't add access size hints to fortifiable functions
2021-10-05 Joseph MyersFix stdlib/tst-setcontext.c for GCC 12 -Warray-compare
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-08-04 DJ Delorietest-dlclose-exit-race: avoid hang on pthread_create...
2021-07-28 Siddhesh Poyarekar__cxa_thread_atexit_impl: Abort on allocation failure...
2021-07-09 H.J. LuDefine PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
2021-07-09 Florian WeimerForce building with -fno-common
2021-07-08 Siddhesh PoyarekarMove mcheck symbol from stdlib to malloc
2021-06-03 Florian Weimerdlfcn: Cleanups after -ldl is no longer required
2021-05-16 Martin SeborEnable support for GCC 11 -Wmismatched-dealloc.
2021-05-14 Vitaly Bukastdlib: Fix data race in __run_exit_handlers [BZ #27749]
2021-05-06 Martin SeborAnnotate additional APIs with GCC attribute access.
2021-04-21 Florian Weimernptl: Move pthread_setcancelstate into libc
2021-04-12 Siddhesh Poyarekarsupport: Add capability to fork an sgid child
2021-03-29 Samuel Thibaultfork.h: replace with register-atfork.h
2021-03-24 Samuel Thibaultstdlib: Fix BZ #26241 testcase on GNU/Hurd
2021-01-20 Adhemerval Zanellastdlib: Add testcase for BZ #26241
2021-01-11 Adhemerval Zanellaposix: Fix return value of system if shell can not...
2021-01-05 Adhemerval Zanellastdlib: Sync canonicalize with gnulib [BZ #10635] ...
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-31 Siddhesh Poyarekarnonstring: Enable __FORTIFY_LEVEL=3
2020-12-18 Lode Willemsgetenv: Move call to strlen to the branch it's used in.
2020-12-14 Joseph MyersRemove strtoimax, strtoumax, wcstoimax, wcstoumax inlines
2020-12-12 Jonny GrantFix spelling and grammar in several comments
2020-12-08 Joseph MyersMake strtoimax, strtoumax, wcstoimax, wcstoumax into...
2020-10-08 Andreas SchwabRevert "Fix missing redirects in testsuite targets"
2020-09-11 Adhemerval ZanellaRemove internal usage of extensible stat functions
2020-07-01 Joseph MyersFix typo in comment in bug 26137 fix.
2020-06-30 Joseph MyersFix strtod multiple-precision division bug (bug 26137).
2020-06-30 John Marshallrandom: range is not portably RAND_MAX [BZ #7003]
2020-06-01 Carlos O'Donellmbstowcs: Document, test, and fix null pointer dst...
2020-05-04 Martin Seborimprove out-of-bounds checking with GCC 10 attribute...
2020-04-30 Paul E. MurphyRename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIREC...
2020-04-28 Joseph MyersRemove unused floating-point configuration from gmp...
2020-04-09 Joseph MyersAdd GRND_INSECURE from Linux 5.6 to sys/random.h
2020-03-25 Adhemerval Zanellastdlib: Move tst-system to tests-container
2020-03-23 Adhemerval Zanellaposix: Fix system error return value [BZ #25715]
2020-03-11 Vineet Guptagcc PR 89877: miscompilation due to missing cc clobber...
2020-02-17 Gabriel F. T. GomesPrepare redirections for IEEE long double on powerpc64le
2020-02-17 Florian Weimerstdlib: Reduce namespace pollution in <inttypes.h>
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-13 Samuel Thibaulthurd: Fix local PLT
2019-12-03 Florian WeimerExpand $(as-needed) and $(no-as-needed) throughout...
2019-12-03 Rajalakshmi Sriniv... ldbl-128ibm-compat: Add strfmon_l with IEEE long double...
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-23 Paul EggertFix spellings of contributor names in comments and doc
2019-08-13 Joseph MyersDeclare most TS 18661-1 interfaces for C2X.
2019-04-18 Adhemerval Zanellamalloc: make malloc fail with requests larger than...
2019-04-17 Mike Gerowstdlib/tst-secure-getenv: handle >64 groups
2019-03-13 Zack WeinbergMove inttypes.h and stdint.h to stdlib.
2019-02-27 Joseph MyersAdd some spaces before '('.
2019-02-22 Joseph MyersBreak some lines before not after operators.
2019-02-03 Aurelien Jarnotestsuite: stdlib/isomac.c: add missing include
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-21 Joseph MyersUpdate longlong.h.
2018-12-05 Zack WeinbergAdd __v*printf_internal with flags arguments
next