181 Commits (6f4e0fcfa2d2b0915816a3a3a1d48b4763a7dee2)

Author SHA1 Message Date
Adhemerval Zanella Netto 6f4e0fcfa2 stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417) 4 years ago
Paul Eggert 581c785bf3 Update copyright dates with scripts/update-copyrights 4 years ago
Jonathan Wakely 8a9a593115 Add alloc_align attribute to memalign et al 5 years ago
Siddhesh Poyarekar e938c02748 Don't add access size hints to fortifiable functions 5 years ago
Martin Sebor c1760eaf3b Enable support for GCC 11 -Wmismatched-dealloc. 5 years ago
Paul Eggert 2b778ceb40 Update copyright dates with scripts/update-copyrights 5 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
Gabriel F. T. Gomes e4a3999213 Prepare redirections for IEEE long double on powerpc64le 6 years ago
Joseph Myers d614a75396 Update copyright dates with scripts/update-copyrights. 6 years ago
Paul Eggert 5a82c74822 Prefer https to http for gnu.org and fsf.org URLs 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
Joseph Myers 04277e02d7 Update copyright dates with scripts/update-copyrights. 7 years ago
Florian Weimer 2bda273aa3 reallocarray: Declare under _DEFAULT_SOURCE 8 years ago
Zack Weinberg b10a0accee Disallow use of DES encryption functions in new programs. 8 years ago
Joseph Myers 688903eb3e Update copyright dates with scripts/update-copyrights. 8 years ago
Joseph Myers 9725517070 Declare strtof, strfromf functions for more _FloatN, _FloatNx types. 9 years ago
Zack Weinberg af85385f31 Use locale_t, not __locale_t, throughout glibc 9 years ago
Zack Weinberg f0be25b633 Rename xlocale.h to bits/types/__locale_t.h. 9 years ago
Paul E. Murphy 45f39d4588 float128: Add strtof128, wcstof128, and related functions. 10 years ago
Gabriel F. T. Gomes cf2046ec7d float128: Add strfromf128 10 years ago
Dennis Wölfing 2e0bbbfbf9 Add reallocarray function 9 years ago
Florian Weimer 025b33ae84 malloc: Turn cfree into a compatibility symbol 9 years ago
Joseph Myers 2072f5c34e Remove C++ namespace handling from glibc headers. 9 years ago
Wilco Dijkstra ae65d4f3c3 Remove the str(n)dup inlines from string/bits/string2.h. Although inlining 9 years ago
Joseph Myers bfff8b1bec Update copyright dates with scripts/update-copyrights. 9 years ago
Gabriel F. T. Gomes 6962682ffe Add strfromd, strfromf, and strfroml functions 10 years ago
Joseph Myers 0014680d6a Do not declare grantpt, ptsname, unlockpt in stdlib.h for XPG3 (bug 20094). 10 years ago
Joseph Myers b098852ac2 Fix stdlib.h rand_r namespace (bug 20074). 10 years ago
Joseph Myers 4242d9683f Correct ttyslot header declaration conditions (bug 20051). 10 years ago
Florian Weimer b49ab5f450 Remove union wait [BZ #19613] 10 years ago
Joseph Myers f7a9f785e5 Update copyright dates with scripts/update-copyrights. 10 years ago
Joseph Myers b168057aaa Update copyright dates with scripts/update-copyrights. 11 years ago
Joseph Myers acd7f096d7 Complete _BSD_SOURCE / _SVID_source followup cleanup. 12 years ago
Joseph Myers ed9a38e21b Clean up trivially redundant __USE_MISC conditionals. 12 years ago
Joseph Myers 498afc54df Combine __USE_BSD and __USE_SVID into __USE_MISC. 12 years ago
Allan McRae d4697bc93d Update copyright notices with scripts/update-copyrights 12 years ago
Ondřej Bílka 6f65e66895 Fix typos. 13 years ago
Andreas Jaeger 4220c3ef77 Fix guards for qecvt 13 years ago
Ondrej Bilka a065ceffdf Do not warn about mblen, mbtowc and wctomb unused result. 13 years ago
Mike Frysinger 4be9b544ea stdlib.h: use existing malloc/alloc_size attribute defines 13 years ago
Ondrej Bilka 41eda41d74 Add inline bsearch expansion. 13 years ago
Joseph Myers 6a57d93130 Remove __GLIBC_HAVE_LONG_LONG. 13 years ago
Joseph Myers 828beb132d Use __extension__ with long long in installed headers. 13 years ago
Joseph Myers 568035b787 Update copyright notices with scripts/update-copyrights. 13 years ago
Joseph Myers 9bde902c76 Declare ecvt, fcvt, gcvt, mktemp in stdlib.h for XOPEN2K (bug 14824). 14 years ago
H.J. Lu f62c8abcfb Compile x86 rtld with -mno-sse -mno-mmx 14 years ago