summaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)Author
2014-08-01Fix -Wundef warnings in regex_internal.hSiddhesh Poyarekar
2014-08-01Check if DEBUG is defined in regex_internal.cSiddhesh Poyarekar
2014-08-01Fix -Wundef warnings in fnmatch.cSiddhesh Poyarekar
2014-07-13regex: don't deref NULL upon heap allocation failureJim Meyering
2014-06-26Add missing #include in spawn_faction_addopen.cRoland McGrath
2014-06-26Fix Wundef warning for WIDE_CHAR_VERSIONSiddhesh Poyarekar
2014-06-20Fix another memory leak in regexp compiler (BZ #17069)Andreas Schwab
2014-06-19Fix memory leak in regexp compiler (BZ #17069)Andreas Schwab
2014-06-18Don't read past end of pattern in fnmatch (BZ #17062)Andreas Schwab
2014-06-12posix_spawn_faction_addopen: Add missing string.h include directiveStefan Liebler
2014-06-11posix_spawn_file_actions_addopen needs to copy the path argument (BZ 17048)Florian Weimer
2014-06-07Remove redundant C locale settings.Joseph Myers
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers
2014-06-04Include LOCPATH in default test environment.Joseph Myers
2014-05-23Define TSVTX in tar.h for older POSIX (bug 16978).Joseph Myers
2014-03-24Use += before-compile instead of a :=.Stefan Liebler
2014-03-07Include all of <time.h> from <sched.h> for older standards (bug 16670).Joseph Myers
2014-03-07Make tests consistently use *.out output files.Joseph Myers
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath
2014-02-27Support expected failures in .test-result files.Joseph Myers
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers
2014-02-14Split up rules for tests using mtrace and something else.Joseph Myers
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update remaining copyright datesAllan McRae
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-17Remove __FAVOR_BSD.Joseph Myers
2013-11-21Use __glibc_block in public headers.Meador Inge
2013-10-20When glob pattern contains a trailing slash match only directories. Fixes bug...Ondřej Bílka
2013-10-01glob: silence -Wattribute warningsEric Blake
2013-06-13Fix raciness in waitid test.Roland McGrath
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-06-06Fix executable mode.Ondrej Bilka
2013-06-05Remove trailing whitespace.Joseph Myers
2013-06-04Increase test case timeoutSiddhesh Poyarekar
2013-05-21Test getaddrinfo return valueDmitry V. Levin
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-05-06Move getlogin, getlogin_r, setlogin to login/ subdir.Roland McGrath
2013-03-08Set LC_ALL=C before sed.Paul Pluzhnikov
2013-03-07Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar
2013-02-26Bring back definition of __attribute__ for non-gcc and older gccPaul Eggert
2013-02-26Fix some build warningsSiddhesh Poyarekar
2013-02-17Sort Versions filesAndreas Jaeger
2013-02-12Fix buffer overrun in regexp matcherAndreas Schwab
2013-02-12Fix handling of collating symbols in regexpsAndreas Schwab