index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stdlib
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-25
Add tests for setcontext on the context from makecontext
H.J. Lu
1
-1
/
+3
2018-07-25
Add a test for multiple setcontext calls
H.J. Lu
1
-1
/
+1
2018-07-25
Add another test for setcontext
H.J. Lu
1
-1
/
+1
2018-07-25
Add a test for multiple makecontext calls
H.J. Lu
1
-1
/
+2
2018-07-24
Add <bits/indirect-return.h>
H.J. Lu
1
-1
/
+1
2018-06-15
Add tests for sign of NaN returned by strtod (bug 23007).
Joseph Myers
1
-1
/
+2
2018-05-29
stdlib: Additional tests need generated locale dependencies
Florian Weimer
1
-0
/
+2
2018-05-08
Fix BZ 22786: integer addition overflow may cause stack buffer overflow
Paul Pluzhnikov
1
-1
/
+1
2018-03-04
Separate out error_t definition
Samuel Thibault
1
-1
/
+1
2018-01-04
i386: In makecontext, align the stack before calling exit [BZ #22667]
Florian Weimer
1
-1
/
+2
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2017-12-11
Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
H.J. Lu
1
-13
/
+13
2017-09-21
Fix BZ# 22180.
Paul Pluzhnikov
1
-2
/
+8
2017-09-20
Fix BZ 14333
Paul Pluzhnikov
1
-1
/
+8
2017-08-27
2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>
Paul Pluzhnikov
1
-1
/
+3
2017-08-10
Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian monetary formatting
Mike FABIAN
1
-1
/
+1
2017-08-07
Fix missing redirects in testsuite targets
Andreas Schwab
1
-3
/
+3
2017-06-12
float128: Add strtof128, wcstof128, and related functions.
Paul E. Murphy
1
-0
/
+1
2017-05-11
Suppress internal declarations for most of the testsuite.
Zack Weinberg
1
-7
/
+10
2017-05-04
Fix network headers stdint.h namespace (bug 21455).
Joseph Myers
1
-1
/
+2
2017-01-20
Fix environment traversal when an envvar value is empty
Siddhesh Poyarekar
1
-0
/
+3
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2016-12-12
Add getentropy, getrandom, <sys/random.h> [BZ #17252]
Florian Weimer
1
-3
/
+4
2016-10-25
Add tests for strfrom functions
Rajalakshmi Srinivasaraghavan
1
-1
/
+3
2016-10-25
Add strfromd, strfromf, and strfroml functions
Gabriel F. T. Gomes
1
-0
/
+7
2016-09-21
Add <stdint.h> integer width macros.
Joseph Myers
1
-1
/
+2
2016-09-19
Add <limits.h> integer width macros.
Joseph Myers
1
-1
/
+1
2016-06-06
Bug 20198: quick_exit should not call destructors.
Carlos O'Donell
1
-1
/
+11
2016-04-13
Register extra test objects
Andreas Schwab
1
-0
/
+1
2016-04-04
strfmon_l: Use specified locale for number formatting [BZ #19633]
Florian Weimer
1
-2
/
+4
2016-02-11
[ARM] add missing -funwind-tables to test case (bug 19529)
Szabolcs Nagy
1
-0
/
+1
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2015-11-24
Refactor strtod parsing of NaN payloads.
Joseph Myers
1
-0
/
+1
2015-11-24
Fix strtod ("NAN(I)") in Turkish locales (bug 19266).
Joseph Myers
1
-1
/
+3
2015-11-23
Fix strtol in Turkish locales (bug 19242).
Joseph Myers
1
-2
/
+5
2015-10-12
Add dependencies on needed locales in each subdir tests (bug 18969)
Andreas Schwab
1
-0
/
+12
2015-07-23
Also use l_tls_dtor_count to decide on object unload (BZ #18657)
Siddhesh Poyarekar
1
-1
/
+4
2015-07-07
S390: Fix "backtrace() returns infinitely deep stack frames with makecontext()" [BZ #18508].
Stefan Liebler
1
-0
/
+2
2015-05-08
Bug 18125: Call exit after last linked context.
Carlos O'Donell
1
-1
/
+8
2015-03-12
S/390: Fix setcontext/swapcontext which are not restoring sigmask.
Stefan Liebler
1
-5
/
+5
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2014-11-24
Remove NOT_IN_libc
Siddhesh Poyarekar
1
-1
/
+0
2014-11-19
Add new macro IN_MODULE to identify module in which source is built
Siddhesh Poyarekar
1
-0
/
+1
2014-06-06
Don't require test wrappers to preserve environment variables, use more consistent environment.
Joseph Myers
1
-1
/
+3
2014-06-04
Include LOCPATH in default test environment.
Joseph Myers
1
-5
/
+0
2014-05-16
Use existing makefile variables for dependencies on glibc libraries.
Joseph Myers
1
-12
/
+6
2014-03-06
Enumerate tests with special rules in tests-special variable.
Joseph Myers
1
-7
/
+7
2014-02-26
Consistently include Makeconfig after defining subdir.
Joseph Myers
1
-2
/
+2
2014-02-21
Generate .test-result files for tests with special rules.
Joseph Myers
1
-2
/
+4
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
1
-1
/
+1
[prev]
[next]