summaryrefslogtreecommitdiff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* posix/regcomp: initialize union structure tag to avoid warningChris Metcalf2015-01-071-0/+2
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02192-192/+192
* Replace %ld with %jd and cast to intmax_tH.J. Lu2014-12-301-8/+8
* posix/Makefile: use $(objpfx) for files in before-compile.Chris Metcalf2014-12-291-1/+1
* Make type for spec variable size as size_tSiddhesh Poyarekar2014-12-291-1/+1
* Use posix-conf-vars.list to generate spec arraySiddhesh Poyarekar2014-12-294-21/+11
* Add _POSIX namespace SYSCONF macros to posix-conf-vars.listSiddhesh Poyarekar2014-12-291-0/+90
* Remove Wundef warnings for specification macrosSiddhesh Poyarekar2014-12-295-38/+118
* Fix -Wformat-security warnings in posix/regexbug1.cRoland McGrath2014-12-111-2/+2
* Fix warning in posix/tst-getopt_long1.c.Joseph Myers2014-12-021-1/+1
* Remove excess declarations from unistd.h for XPG3/XPG4 (bug 17665).Joseph Myers2014-12-021-2/+2
* fnmatch: work around GCC compiler warning bug with uninit varPaul Eggert2014-11-251-4/+9
* Fix warning in posix/bug-regex31.c.Joseph Myers2014-11-251-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-2/+2
* BZ#16469: don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)Alexandre Oliva2014-11-212-1/+70
* CVE-2014-7817: wordexp fails to honour WRDE_NOCMD.Carlos O'Donell2014-11-192-12/+48
* Fix qsort_r namespace (bug 17571).Joseph Myers2014-11-123-0/+3
* Remove __libc_waitpid function name.Joseph Myers2014-11-071-4/+3
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-054-8/+20
* Remove unused includeAndreas Schwab2014-11-041-1/+0
* Remove __libc_nanosleep function name.Joseph Myers2014-11-011-4/+3
* Assume that all _[PS]C_* and _CS_* macros are always definedSiddhesh Poyarekar2014-09-161-628/+0
* Add correct variable names for _POSIX_IPV6 and _POSIX_RAW_SOCKETSSiddhesh Poyarekar2014-09-151-0/+7
* Move findidx nested functions to top-level.Roland McGrath2014-09-115-20/+30
* Fix -Wundef warnings in regex_internal.hSiddhesh Poyarekar2014-08-011-1/+1
* Check if DEBUG is defined in regex_internal.cSiddhesh Poyarekar2014-08-011-2/+2
* Fix -Wundef warnings in fnmatch.cSiddhesh Poyarekar2014-08-011-6/+1
* regex: don't deref NULL upon heap allocation failureJim Meyering2014-07-131-0/+2
* Add missing #include in spawn_faction_addopen.cRoland McGrath2014-06-261-0/+1
* Fix Wundef warning for WIDE_CHAR_VERSIONSiddhesh Poyarekar2014-06-262-13/+15
* Fix another memory leak in regexp compiler (BZ #17069)Andreas Schwab2014-06-202-3/+7
* Fix memory leak in regexp compiler (BZ #17069)Andreas Schwab2014-06-193-6/+48
* Don't read past end of pattern in fnmatch (BZ #17062)Andreas Schwab2014-06-183-11/+35
* posix_spawn_faction_addopen: Add missing string.h include directiveStefan Liebler2014-06-121-0/+1
* posix_spawn_file_actions_addopen needs to copy the path argument (BZ 17048)Florian Weimer2014-06-114-7/+40
* Remove redundant C locale settings.Joseph Myers2014-06-071-2/+0
* Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2014-06-063-18/+25
* Include LOCPATH in default test environment.Joseph Myers2014-06-041-22/+0
* Define TSVTX in tar.h for older POSIX (bug 16978).Joseph Myers2014-05-231-1/+1
* Use += before-compile instead of a :=.Stefan Liebler2014-03-241-1/+1
* Include all of <time.h> from <sched.h> for older standards (bug 16670).Joseph Myers2014-03-071-2/+4
* Make tests consistently use *.out output files.Joseph Myers2014-03-071-27/+28
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-13/+19
* Fix fallout from Joseph's untested Makeconfig change.Roland McGrath2014-02-281-1/+1
* Support expected failures in .test-result files.Joseph Myers2014-02-271-1/+2
* 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-15/+31
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-215-29/+29
* Split up rules for tests using mtrace and something else.Joseph Myers2014-02-142-11/+14