about summary refs log tree commit diff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Use existing makefile variables for dependencies on glibc libraries.Joseph Myers2014-05-161-12/+6
* stdlib/gmp-impl.h: Silence -Wundef warning for USE_STACK_ALLOCWill Newton2014-05-141-1/+1
* 2014-05-01 Steve Ellcey <sellcey@mips.com>Steve Ellcey2014-05-011-2/+2
* [AArch64] Use GCC builtins to count leading/tailing zeros.Yufeng Zhang2014-04-221-0/+16
* stdlib/tst-setcontext.c: Check for clobbering of signal stackWill Newton2014-04-171-0/+21
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-7/+7
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+2
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-2/+4
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-15/+14
* Clean up trivially redundant __USE_MISC conditionals.Joseph Myers2014-02-131-2/+2
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-122-15/+15
* Remove unused variable from stdlib/setenv.cOndřej Bílka2014-02-111-1/+0
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-107-17/+17
* Fix previous commit.Ondřej Bílka2014-02-101-0/+5
* Deduplicate setenv.Ondřej Bílka2014-02-101-72/+3
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-01146-146/+146
* Update longlong.h from GCC.Joseph Myers2013-12-041-13/+44
* Properly handle unavailable elements in LC_MONETARY categoryAndreas Schwab2013-11-181-11/+11
* Fix strtod rounding of half the least subnormal (bug 16151).Joseph Myers2013-11-133-1/+297
* Remove code from div that is by C99 obsolete. Fixes bug 15799Ondřej Bílka2013-10-303-66/+0
* Fix buffer overrun in strtod_lLiubov Dmitrieva2013-09-191-1/+1
* Fix memory leak in stdlib/isomac.cAllan McRae2013-09-091-0/+1
* Fix then/than typos.Ondřej Bílka2013-08-301-2/+2
* [BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge2013-08-293-11/+29
* Fix typos.Ondřej Bílka2013-08-291-1/+1
* Fix dependencies for stdlib/tst-tls-atexitAndreas Schwab2013-08-261-1/+1
* Fix typos.Ondřej Bílka2013-08-211-1/+1
* Make tst-strtod-round use ROUNDING_TESTS.Joseph Myers2013-06-141-9/+30
* Rework tst-strtod-round handling of inexact results.Joseph Myers2013-06-132-45/+723
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-086-6/+6
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-077-26/+25
* Fix leading whitespaces.Ondrej Bilka2013-06-061-1/+1
* Remove trailing whitespace.Joseph Myers2013-06-051-2/+2
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-1/+1
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-164-0/+4
* BZ#15380: Fix initstate error returnAndreas Jaeger2013-04-291-2/+3
* Fix guards for qecvtAndreas Jaeger2013-04-272-7/+4
* More tests for external charater sequences representing NaNs.Thomas Schwinge2013-04-052-0/+16
* Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath2013-03-282-2/+5
* Do not warn about mblen, mbtowc and wctomb unused result.Ondrej Bilka2013-03-201-3/+3
* * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-likeJakub Jelinek2013-02-191-21/+23
* Fix copyright year in new filesSiddhesh Poyarekar2013-02-193-3/+3
* stdlib.h: use existing malloc/alloc_size attribute definesMike Frysinger2013-02-181-1/+1
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-186-2/+266
* Install stdlib-bsearch.h headerOndrej Bilka2013-02-131-1/+2
* Add inline bsearch expansion.Ondrej Bilka2013-02-112-28/+7
* getenv: Remove check for non-standard endianness.Carlos O'Donell2013-02-041-4/+0
* Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers2013-01-111-5/+5
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-112-3/+3
* Use __extension__ with long long in installed headers.Joseph Myers2013-01-101-1/+2