m68k: force inlining bswap functions
[platform/upstream/glibc.git] / posix /
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...
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]
next