S390: Add hwcaps value for vector facility.
[platform/upstream/linaro-glibc.git] / posix /
2016-05-22 Andreas SchwabFix read past end of pattern in fnmatch (bug 18032)
2016-05-22 Roland McGrathMove findidx nested functions to top-level.
2016-05-22 Carlos O'DonellCVE-2014-7817: wordexp fails to honour WRDE_NOCMD.
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...
2013-01-11 Joseph MyersRemove __GLIBC_HAVE_LONG_LONG.
2013-01-11 H.J. LuAdd --enable-hardcoded-path-in-tests configure option
2013-01-10 H.J. LuSupport run tst-exec and tst-spawn directly
2013-01-10 Roland McGrathForce getconf.speclist to be generated in the others...
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01 Joseph MyersAdd script to update copyright notices and reformat...
2013-01-01 David S. MillerUpdate copyright years.
2012-11-19 Joseph MyersFix _POSIX_TZNAME_MAX for older POSIX (bug 14856).
2012-11-17 Joseph MyersGenerate /usr/libexec/getconf files when cross-compiling.
2012-11-14 Marcus ShawcroftAdding missing -fexception CFLAGS
2012-11-09 Joseph MyersSupport --with-pkgversion and --with-bugurl.
2012-11-04 Thomas Schwinge[BZ #157] Remove include/stub-tag.h for good.
2012-10-24 Joseph MyersSupport cross-testing.
2012-10-24 Roland McGrathBZ#14743: Move clock_* symbols from librt to libc.
2012-10-24 Joseph MyersUse build directory instead of /tmp in globtest.sh.
2012-10-24 Joseph MyersDefine and use $(run-built-tests).
2012-10-23 Joseph MyersUse $(run-program-prefix) in posix/globtest.sh.
2012-10-23 Jim BlandyAdd and use $(host-built-program-cmd).
2012-10-22 Jim BlandyDon't pass shell loops' stdin to programs run on glibc...
2012-10-19 Joseph MyersUse $(run-program-prefix) in more shell script tests.
2012-10-19 Joseph MyersUse $(built-program-cmd) in posix/tst-getconf.sh.
2012-09-28 Roland McGrathAdd a missing $(make-target-directory).
2012-09-28 Jeff Law [BZ #11438]
2012-09-25 Joseph MyersUse size_t instead of int for internal variables in...
2012-09-25 Dmitry V. LevinSet "fail on error" mode directly in testsuite shell...
2012-09-25 Dmitry V. LevinAdd copyright notices to testsuite shell scripts
2012-08-23 Roland McGrathFix tst-rfc3484* build failures from USE_NSCD move...
2012-08-22 Roland McGrathBZ#13696: Add --disable-nscd configure option.
2012-08-15 Roland McGrathSuppress regcomp.c warnings in 32-bit builds.
2012-08-01 Florian Weimer * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
2012-07-30 Roland McGrathFix lots of bitrot for stub configurations.
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory.
2012-05-24 Andreas SchwabRemove use of INTDEF/INTUSE in intl
2012-05-10 Samuel ThibaultHurd: Update posix_opt.h
2012-04-29 Marek PolacekFix attributes for fortify functions.
2012-03-27 Andreas JaegerMerge branch 'elf-move'
2012-03-25 Roland McGrathFix last change.
2012-03-25 Roland McGrathFix confstr use of local buffer outside its extent.
2012-03-23 Paul Pluzhnikov2012-03-23 Daniel Jacobowitz <dmj@google.com>
2012-03-20 H.J. LuMove stdio-common/_itoa.h to sysdeps/generic
2012-03-14 Andreas JaegerRemove files so that i386 uses the iee754/dbl-64 sin...
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-10 Paul EggertReplace FSF snail mail address with URL in miscellaneou...
2012-03-07 Ulrich DrepperRemove distribute variable from Makefiles
2012-03-07 Andreas JaegerMerge branch 'master' into bug13658-branch
next