aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
2014-11-21BZ#16469: don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)Alexandre Oliva2-1/+70
2014-11-19CVE-2014-7817: wordexp fails to honour WRDE_NOCMD.Carlos O'Donell2-12/+48
2014-11-12Fix qsort_r namespace (bug 17571).Joseph Myers3-0/+3
2014-11-07Remove __libc_waitpid function name.Joseph Myers1-4/+3
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar4-8/+20
2014-11-04Remove unused includeAndreas Schwab1-1/+0
2014-11-01Remove __libc_nanosleep function name.Joseph Myers1-4/+3
2014-09-16Assume that all _[PS]C_* and _CS_* macros are always definedSiddhesh Poyarekar1-628/+0
2014-09-15Add correct variable names for _POSIX_IPV6 and _POSIX_RAW_SOCKETSSiddhesh Poyarekar1-0/+7
2014-09-11Move findidx nested functions to top-level.Roland McGrath5-20/+30
2014-08-01Fix -Wundef warnings in regex_internal.hSiddhesh Poyarekar1-1/+1
2014-08-01Check if DEBUG is defined in regex_internal.cSiddhesh Poyarekar1-2/+2
2014-08-01Fix -Wundef warnings in fnmatch.cSiddhesh Poyarekar1-6/+1
2014-07-13regex: don't deref NULL upon heap allocation failureJim Meyering1-0/+2
2014-06-26Add missing #include in spawn_faction_addopen.cRoland McGrath1-0/+1
2014-06-26Fix Wundef warning for WIDE_CHAR_VERSIONSiddhesh Poyarekar2-13/+15
2014-06-20Fix another memory leak in regexp compiler (BZ #17069)Andreas Schwab2-3/+7
2014-06-19Fix memory leak in regexp compiler (BZ #17069)Andreas Schwab3-6/+48
2014-06-18Don't read past end of pattern in fnmatch (BZ #17062)Andreas Schwab3-11/+35
2014-06-12posix_spawn_faction_addopen: Add missing string.h include directiveStefan Liebler1-0/+1
2014-06-11posix_spawn_file_actions_addopen needs to copy the path argument (BZ 17048)Florian Weimer4-7/+40
2014-06-07Remove redundant C locale settings.Joseph Myers1-2/+0
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers3-18/+25
2014-06-04Include LOCPATH in default test environment.Joseph Myers1-22/+0
2014-05-23Define TSVTX in tar.h for older POSIX (bug 16978).Joseph Myers1-1/+1
2014-03-24Use += before-compile instead of a :=.Stefan Liebler1-1/+1
2014-03-07Include all of <time.h> from <sched.h> for older standards (bug 16670).Joseph Myers1-2/+4
2014-03-07Make tests consistently use *.out output files.Joseph Myers1-27/+28
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-13/+19
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath1-1/+1
2014-02-27Support expected failures in .test-result files.Joseph Myers1-1/+2
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+2
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers1-15/+31
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers5-29/+29
2014-02-14Split up rules for tests using mtrace and something else.Joseph Myers2-11/+14
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers1-1/+1
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers7-41/+41
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka4-31/+31
2014-01-01Update remaining copyright datesAllan McRae1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae188-188/+188
2013-12-17Remove __FAVOR_BSD.Joseph Myers1-24/+2
2013-11-21Use __glibc_block in public headers.Meador Inge1-1/+2
2013-10-20When glob pattern contains a trailing slash match only directories. Fixes bug...Ondřej Bílka2-2/+13
2013-10-01glob: silence -Wattribute warningsEric Blake1-3/+3
2013-06-13Fix raciness in waitid test.Roland McGrath1-4/+11
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers11-11/+11
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers4-10/+10
2013-06-06Fix executable mode.Ondrej Bilka1-0/+0
2013-06-05Remove trailing whitespace.Joseph Myers3-4/+4
2013-06-04Increase test case timeoutSiddhesh Poyarekar1-0/+1