about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
...
* regex: improve Gnulib port to AIXPaul Eggert2018-12-311-12/+0
* regex: simplify Gnulib portPaul Eggert2018-12-274-30/+8
* regex: fix storage-exhaustion errorPaul Eggert2018-12-161-0/+2
* regex: fix heap-use-after-free errorAssaf Gordon2018-12-161-0/+1
* hurd: Fix linknamespace of spawniSamuel Thibault2018-12-071-1/+3
* posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer2018-12-077-95/+180
* posix: Do not include testcases.h, ptestcases.h in source treeFlorian Weimer2018-11-293-499/+9
* posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer2018-11-067-2/+266
* Avoid printf ("%s", NULL) in posix/bug-regex22.c.Joseph Myers2018-11-011-4/+4
* Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)2018-10-241-0/+8
* posix: Add internal symbols for posix_spawn interfaceAdhemerval Zanella2018-10-2410-12/+25
* Don't reduce test timeout to less than defaultAndreas Schwab2018-10-176-13/+0
* regex: simplify by using intprops.hPaul Eggert2018-10-141-17/+1
* regex: __builtin_expect → __glibc_unlikelyPaul Eggert2018-10-145-401/+423
* Use libsupport for tst-spawn.cAdhemerval Zanella2018-09-251-122/+92
* regex: Add test tst-regcomp-truncated [BZ #23578]Florian Weimer2018-08-282-1/+193
* regex: fix uninitialized memory accessPaul Eggert2018-08-251-2/+2
* regex: port Gnulib code to z/OS POSIX environmentPaul Eggert2018-08-221-0/+3
* regex: Gnulib unibyte RRI uses bytes not charsPaul Eggert2018-08-101-5/+4
* regex: fix memory leak in GnulibPaul Eggert2018-08-011-1/+1
* Keep expected behaviour for [a-z] and [A-z] (Bug 23393).Carlos O'Donell2018-07-252-44/+89
* regcomp: Fix off-by-one bug in build_equiv_class [BZ #23396]Florian Weimer2018-07-201-12/+4
* Avoid insecure usage of tmpnam in tests.Joseph Myers2018-07-186-19/+40
* regexec: Fix off-by-one bug in weight comparison [BZ #23036]Florian Weimer2018-07-101-23/+20
* posix: Fix bug-regex33 after regex syncAdhemerval Zanella2018-07-041-3/+3
* posix: Sync gnulib regex implementationAdhemerval Zanella2018-07-0411-1161/+1591
* manual: Revise crypt.texi.Zack Weinberg2018-06-291-1/+5
* Disallow use of DES encryption functions in new programs.Zack Weinberg2018-06-291-13/+3
* wordexp: Rewrite parse_tilde to use struct scratch_buffer [BZ #18023]Florian Weimer2018-06-271-17/+29
* Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers2018-06-262-2/+3
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-121-0/+1
* posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella2018-06-084-9/+154
* hurd: Avoid exposing all <sched.h> symbols from sys/types.hSamuel Thibault2018-04-191-1/+1
* Revert "Fix sched_param"Samuel Thibault2018-04-192-3/+2
* Fix sched_paramSamuel Thibault2018-04-182-2/+3
* Fix multiple definitions of __nss_*_database (bug 22918)Andreas Schwab2018-03-033-0/+3
* Fix test cases tst-fnmatch and tst-regexloc for the new iso14651_t1_common file.Mike FABIAN2018-02-272-18/+44
* Fix posix/bug-regex5.c test case, adapt to iso14651_t1_common upateMike FABIAN2018-02-271-2/+2
* Fix posix/tst-glob_lstat_compat on alpha [BZ #22818]Aurelien Jarno2018-02-181-0/+7
* [BZ #19239] Don't include sys/sysmacros.h from sys/types.h.Zack Weinberg2018-02-121-9/+0
* Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b...Joseph Myers2018-02-071-0/+10
* Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-071-1/+1
* Correct type of SSIZE_MAX for 32-bit (bug 13575).Joseph Myers2018-02-063-2/+49
* Only define loff_t for __USE_MISC (bug 14553).Joseph Myers2018-02-061-2/+1
* hurd: Fix posix glob testSamuel Thibault2018-01-061-0/+3
* Increase some test timeouts.Joseph Myers2018-01-041-0/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01230-230/+230
* Avoid gcc warnings on cygwinEric Blake2017-12-222-1/+3
* copy_file_range: New function to copy file dataFlorian Weimer2017-12-221-1/+6