962 Commits (f9be44c7e6d90cb1fe3a0fbe3cc299ac783f0be8)

Author SHA1 Message Date
Adhemerval Zanella 961d7cff51 stdlib: Add testcase for BZ #26241 5 years ago
Adhemerval Zanella 42dda89dcb posix: Fix return value of system if shell can not be executed [BZ #27053] 5 years ago
Adhemerval Zanella c6e0b0b5b0 stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ #24970] 5 years ago
Paul Eggert 2b778ceb40 Update copyright dates with scripts/update-copyrights 5 years ago
Siddhesh Poyarekar f9de8bfe1a nonstring: Enable __FORTIFY_LEVEL=3 5 years ago
Lode Willems 59d572ef61 getenv: Move call to strlen to the branch it's used in. 5 years ago
Joseph Myers e182654151 Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlines 5 years ago
Jonny Grant 2ea6af7447 Fix spelling and grammar in several comments 5 years ago
Joseph Myers 224b419d1e Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases 5 years ago
Andreas Schwab 8f8052c2aa Revert "Fix missing redirects in testsuite targets" 6 years ago
Adhemerval Zanella 04986243d1 Remove internal usage of extensible stat functions 6 years ago
Joseph Myers c6aac3bf36 Fix typo in comment in bug 26137 fix. 6 years ago
Joseph Myers 09555b9721 Fix strtod multiple-precision division bug (bug 26137). 6 years ago
John Marshall 354b98cdfd random: range is not portably RAND_MAX [BZ #7003] 6 years ago
Carlos O'Donell 61af4bbb2a mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219) 6 years ago
Martin Sebor 06febd8c67 improve out-of-bounds checking with GCC 10 attribute access [BZ #25219] 6 years ago
Paul E. Murphy e2239af353 Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI 6 years ago
Joseph Myers dbb188dd87 Remove unused floating-point configuration from gmp-impl.h. 6 years ago
Joseph Myers 319d2a7b60 Add GRND_INSECURE from Linux 5.6 to sys/random.h 6 years ago
Adhemerval Zanella 4eda036f5b stdlib: Move tst-system to tests-container 6 years ago
Adhemerval Zanella f09542c584 posix: Fix system error return value [BZ #25715] 6 years ago
Vineet Gupta a9f4703d93 gcc PR 89877: miscompilation due to missing cc clobber in longlong.h macros 7 years ago
Gabriel F. T. Gomes e4a3999213 Prepare redirections for IEEE long double on powerpc64le 6 years ago
Florian Weimer ab3df8154f stdlib: Reduce namespace pollution in <inttypes.h> 6 years ago
Joseph Myers d614a75396 Update copyright dates with scripts/update-copyrights. 6 years ago
Samuel Thibault 8eaf34eda2 hurd: Fix local PLT 6 years ago
Florian Weimer 8b196ac4b8 Expand $(as-needed) and $(no-as-needed) throughout the build system 6 years ago
Rajalakshmi Srinivasaraghavan 66fa30828a ldbl-128ibm-compat: Add strfmon_l with IEEE long double format 8 years ago
Paul Eggert 5a82c74822 Prefer https to http for gnu.org and fsf.org URLs 7 years ago
Paul Eggert e6855a3bdf Fix spellings of contributor names in comments and doc 7 years ago
Joseph Myers 0175c9e9be Declare most TS 18661-1 interfaces for C2X. 7 years ago
Adhemerval Zanella 9bf8e29ca1 malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741) 7 years ago
Mike Gerow bae8cf0e93 stdlib/tst-secure-getenv: handle >64 groups 7 years ago
Zack Weinberg 29218b265f
Move inttypes.h and stdint.h to stdlib. 7 years ago
Joseph Myers c4f50205e1 Add some spaces before '('. 7 years ago
Joseph Myers 34a5a1460e Break some lines before not after operators. 7 years ago
Aurelien Jarno 11f382ee78 testsuite: stdlib/isomac.c: add missing include 7 years ago
Joseph Myers 04277e02d7 Update copyright dates with scripts/update-copyrights. 7 years ago
Joseph Myers 5d025ea617 Update longlong.h. 7 years ago
Zack Weinberg 698fb75b9f Add __v*printf_internal with flags arguments 8 years ago
Paul Pluzhnikov 8e67b39eb4 stdlib: assert on NULL function pointer in atexit etc. [BZ #20544] 8 years ago
Zack Weinberg c75772e3f0 Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl. 8 years ago
Florian Weimer 6070803053 stdlib/test-bz22786: Avoid memory leaks in the test itself 8 years ago
Florian Weimer 07da99aad9 stdlib/tst-strtod-overflow: Switch to support_blob_repeat 8 years ago
Florian Weimer f5e7e95921 stdlib/test-bz22786: Avoid spurious test failures using alias mappings 8 years ago
Albert ARIBAUD (3ADEV) d51f99ce80 Y2038: Add 64-bit time for all architectures 8 years ago
Albert ARIBAUD (3ADEV) a27a4f4721 Y2038: provide size of default time_t for target architecture 8 years ago
Andreas Schwab ce5a7de6cd Don't reduce test timeout to less than default 8 years ago
Andreas Schwab f841c97e51 Fix stack overflow in tst-setcontext9 (bug 23717) 8 years ago
Carlos O'Donell 791b350dc7 Fix tst-setcontext9 for optimized small stacks. 8 years ago