]> git.ipfire.org Git - thirdparty/glibc.git/history - posix
Modify several tests to use test-skeleton.c
[thirdparty/glibc.git] / posix /
2015-07-09  Roland McGrathPLT avoidance for _exit in rtld.
2015-06-12  Joseph MyersFix getlogin_r namespace (bug 18527).
2015-06-12  Joseph MyersFix aio_* pread namespace (bug 18519).
2015-06-09  Joseph MyersFix regcomp wcscoll, wcscmp namespace (bug 18497).
2015-06-05  Joseph MyersFix open_memstream namespace (bug 18498).
2015-06-05  Joseph MyersFix regex wcrtomb namespace (bug 18496).
2015-06-05  Joseph MyersFix regex wctype namespace (bug 18495).
2015-06-03  Joseph MyersFix fnmatch strnlen namespace (bug 18470).
2015-06-03  Joseph MyersFix fnmatch wmemchr namespace (bug 18468).
2015-06-02  Joseph MyersFix fnmatch towlower namespace (bug 18469).
2015-05-22  Joseph MyersRestore _POSIX2_C_VERSION definition (bug 438).
2015-05-12  Roland McGrathNaCl: Provide non-default values for uname.
2015-03-23  Florian WeimerAvoid SIGFPE in wordexp [BZ #18100]
2015-03-11  Paul PluzhnikovFix BZ #18043 comment # 19: don't call undefined setenv...
2015-03-10  Roland McGrathHarmonize posix/regcomp.c with gnulib: comment formatting
2015-03-09  Paul PluzhnikovMinor refactoring:
2015-03-09  Paul PluzhnikovFix BZ #18043 (c4): buffer-overflow (read past the...
2015-03-09  Paul PluzhnikovFix off-by-one which caused BZ #18042 and add a test...
2015-03-09  Paul PluzhnikovRefactor wordexp-test.c such that words always ends...
2015-03-06  Paul PluzhnikovFix BZ #18043: buffer-overflow (read past the end)...
2015-03-02  Paul PluzhnikovFix BZ 18036 buffer overflow (read past end of buffer...
2015-02-26  Andreas SchwabFix read past end of pattern in fnmatch (bug 18032)
2015-02-06  Roland McGrathMove tst-getlogin to login/ subdirectory.
2015-01-07  Chris Metcalfposix/regcomp: initialize union structure tag to avoid...
2015-01-02  Joseph MyersUpdate copyright dates not handled by scripts/update...
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-30  H.J. LuReplace %ld with %jd and cast to intmax_t
2014-12-29  Chris Metcalfposix/Makefile: use $(objpfx) for files in before-compile.
2014-12-29  Siddhesh PoyarekarMake type for spec variable size as size_t
2014-12-29  Siddhesh PoyarekarUse posix-conf-vars.list to generate spec array
2014-12-29  Siddhesh PoyarekarAdd _POSIX namespace SYSCONF macros to posix-conf-vars...
2014-12-29  Siddhesh PoyarekarRemove Wundef warnings for specification macros
2014-12-11  Roland McGrathFix -Wformat-security warnings in posix/regexbug1.c
2014-12-02  Joseph MyersFix warning in posix/tst-getopt_long1.c.
2014-12-02  Joseph MyersRemove excess declarations from unistd.h for XPG3/XPG4...
2014-11-25  Paul Eggertfnmatch: work around GCC compiler warning bug with...
2014-11-25  Joseph MyersFix warning in posix/bug-regex31.c.
2014-11-24  Siddhesh PoyarekarRemove NOT_IN_libc
2014-11-21  Alexandre OlivaBZ#16469: don't drop trailing dot in res_nquerydomain...
2014-11-19  Carlos O'DonellCVE-2014-7817: wordexp fails to honour WRDE_NOCMD.
2014-11-12  Joseph MyersFix qsort_r namespace (bug 17571).
2014-11-07  Joseph MyersRemove __libc_waitpid function name.
2014-11-05  Arjun ShankarModify several tests to use test-skeleton.c
2014-11-04  Andreas SchwabRemove unused include
2014-11-01  Joseph MyersRemove __libc_nanosleep function name.
2014-09-16  Siddhesh PoyarekarAssume that all _[PS]C_* and _CS_* macros are always...
2014-09-15  Siddhesh PoyarekarAdd correct variable names for _POSIX_IPV6 and _POSIX_R...
2014-09-11  Roland McGrathMove findidx nested functions to top-level.
2014-08-01  Siddhesh PoyarekarFix -Wundef warnings in regex_internal.h
2014-08-01  Siddhesh PoyarekarCheck if DEBUG is defined in regex_internal.c
2014-08-01  Siddhesh PoyarekarFix -Wundef warnings in fnmatch.c
2014-07-14  Jim Meyeringregex: don't deref NULL upon heap allocation failure
2014-06-26  Roland McGrathAdd missing #include in spawn_faction_addopen.c
2014-06-26  Siddhesh PoyarekarFix Wundef warning for WIDE_CHAR_VERSION
2014-06-20  Andreas SchwabFix another memory leak in regexp compiler (BZ #17069)
2014-06-19  Andreas SchwabFix memory leak in regexp compiler (BZ #17069)
2014-06-18  Andreas SchwabDon't read past end of pattern in fnmatch (BZ #17062)
2014-06-12  Stefan Lieblerposix_spawn_faction_addopen: Add missing string.h inclu...
2014-06-11  Florian Weimerposix_spawn_file_actions_addopen needs to copy the...
2014-06-07  Joseph MyersRemove redundant C locale settings.
2014-06-06  Joseph MyersDon't require test wrappers to preserve environment...
2014-06-04  Joseph MyersInclude LOCPATH in default test environment.
2014-05-23  Joseph MyersDefine TSVTX in tar.h for older POSIX (bug 16978).
2014-03-24  Stefan LieblerUse += before-compile instead of a :=.
2014-03-07  Joseph MyersInclude all of <time.h> from <sched.h> for older standa...
2014-03-07  Joseph MyersMake tests consistently use *.out output files.
2014-03-06  Joseph MyersEnumerate tests with special rules in tests-special...
2014-02-28  Roland McGrathFix fallout from Joseph's untested Makeconfig change.
2014-02-27  Joseph MyersSupport expected failures in .test-result files.
2014-02-26  Joseph MyersConsistently include Makeconfig after defining subdir.
2014-02-21  Joseph MyersGenerate .test-result files for tests with special...
2014-02-21  Joseph MyersComplete _BSD_SOURCE / _SVID_source followup cleanup.
2014-02-14  Joseph MyersSplit up rules for tests using mtrace and something...
2014-02-13  Joseph MyersClean up trivially redundant __USE_MISC conditionals.
2014-02-12  Joseph MyersCombine __USE_BSD and __USE_SVID into __USE_MISC.
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-01  Allan McRaeUpdate remaining copyright dates
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-17  Joseph MyersRemove __FAVOR_BSD.
2013-11-21  Meador IngeUse __glibc_block in public headers.
2013-10-20  Ondřej BílkaWhen glob pattern contains a trailing slash match only...
2013-10-01  Eric Blakeglob: silence -Wattribute warnings
2013-06-13  Roland McGrathFix raciness in waitid test.
2013-06-08  Joseph MyersUse (void) in no-arguments function definitions.
2013-06-07  Joseph MyersAvoid use of "register" as optimization hint.
2013-06-06  Ondrej BilkaFix executable mode.
2013-06-05  Joseph MyersRemove trailing whitespace.
2013-06-04  Siddhesh PoyarekarIncrease test case timeout
2013-05-21  Dmitry V. LevinTest getaddrinfo return value
2013-05-16  Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-05-06  Roland McGrathMove getlogin, getlogin_r, setlogin to login/ subdir.
2013-03-09  Paul PluzhnikovSet LC_ALL=C before sed.
2013-03-07  Siddhesh PoyarekarRemove PIPE_BUF Linux-specific code
2013-02-26  Paul EggertBring back definition of __attribute__ for non-gcc...
2013-02-26  Siddhesh PoyarekarFix some build warnings
2013-02-17  Andreas JaegerSort Versions files
2013-02-12  Andreas SchwabFix buffer overrun in regexp matcher
2013-02-12  Andreas SchwabFix handling of collating symbols in regexps
2013-02-07  Roland McGrathRemove lots of inline keywords.
2013-01-21  Andreas SchwabAvoid busy loop in wordexp when substituted command...
next