-m(dup2): Texinfo typo
[gnulib.git] / ChangeLog
2009-08-27 Bruno HaibleRemove test that is outside the specification.
2009-08-27 Bruno HaibleAvoid sizeof __func__ == 0 pitfall.
2009-08-27 Bruno HaibleFix link error on Solaris.
2009-08-27 Pádraig Bradyignore-value: handle pointer types, too
2009-08-25 Bruno Haibledup2: work around a Linux bug.
2009-08-25 Jim Meyeringlibguestfs uses gnulib
2009-08-25 Eric Blakedup2, pipe2: fix some recent test failures on cygwin...
2009-08-25 Bruno HaibleTolerate declared but missing accept4 syscall.
2009-08-25 Bruno HaibleNew module 'accept4'.
2009-08-24 Jim Meyeringprogname: also set global program_invocation_name,...
2009-08-24 Bruno HaibleInclude string.h, for memset.
2009-08-24 Bruno HaibleAvoid running into nonexistent system calls repeatedly.
2009-08-23 Bruno HaibleTolerate declared but missing dup3 syscall.
2009-08-23 Bruno HaibleTolerate declared but missing pipe2 syscall.
2009-08-23 Bruno HaibleMove #ifs inside function.
2009-08-23 Joel E. Dennyquotearg: document limitations of quote_these_too
2009-08-23 Joel E. Dennyquotearg: implement custom_quoting_style
2009-08-23 Joel E. Dennyquotearg: fix right quote escaping when it's in quote_t...
2009-08-23 Joel E. Dennyquotearg-tests: test escaping of embedded locale quotes
2009-08-23 Bruno HaibleTests for module 'dup3'.
2009-08-23 Bruno HaibleNew module 'dup3'.
2009-08-23 Bruno HaibleTweak the dup2 test.
2009-08-23 Bruno HaibleAvoid test link errors when the modules getopt-gnu...
2009-08-23 Bruno HaibleFix getdtablesize() on mingw.
2009-08-23 Bruno HaibleNew module 'mkostemp'.
2009-08-23 Bruno HaibleSupport O_TEXT, O_BINARY on all platforms.
2009-08-23 Bruno HaibleFix test of fcntl's return value.
2009-08-23 Bruno HaibleUpdate module dependencies.
2009-08-23 Eric Blakefcntl-h: add O_TTY_INIT support
2009-08-23 Eric Blakefcntl-h: rename from fcntl, in preparation for fcntl(2)
2009-08-23 Bruno HaibleRelicense under LGPL.
2009-08-22 Bruno HaibleFix test of fcntl's return value.
2009-08-22 Bruno HaibleUse module pipe2.
2009-08-22 Bruno HaibleTests for module 'pipe2'.
2009-08-22 Bruno HaibleNew module 'pipe2'.
2009-08-22 Bruno HaibleReference some new glibc functions.
2009-08-22 Jim Meyeringannotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
2009-08-22 Jim Meyeringannounce-gen: remove now-duplicate code at top
2009-08-22 Jim Meyeringannounce-gen: detect write failure
2009-08-21 Akim Demaillebootstrap: --help to stdout.
2009-08-21 Eric Blaketest-popen-safer: split from test-popen
2009-08-21 Eric Blaketest-fcntl-safer: split from test-open
2009-08-21 Eric Blaketest-fopen-safer: split from test-fopen
2009-08-21 Paolo Bonzinipopen-safer: test O_CLOEXEC at run-time.
2009-08-21 Paolo BonziniMove more flags to lib/fcntl.in.h.
2009-08-21 Jim Meyeringconsistently remove $@-t before redirecting to it
2009-08-21 Eric Blakepopen: simplify access to original popen
2009-08-20 Eric Blakebuild: avoid some compiler warnings
2009-08-20 Simon Josefssonexclude-tests: Handle Windows EOL.
2009-08-20 Akim Demaillebootstrap: find sha1sum when named gsha1sum.
2009-08-20 Jim Meyeringmaint.mk: _header_without_use: fix a quoting bug and...
2009-08-20 Paolo BonziniFix polling for writeability of a screen buffer.
2009-08-19 Eric Blakepopen-safer: prevent popen from clobbering std descriptors
2009-08-19 Eric Blaketests: test some of the *-safer modules
2009-08-19 Eric Blakepopen: fix cygwin 1.5 bug when stdin closed
2009-08-18 Joel E. Dennymaint.mk: give full control over update-copyright exclu...
2009-08-16 Bruno HaibleAvoid test failures on Solaris 10.
2009-08-16 Bruno HaibleFix test failures on Solaris 10.
2009-08-16 Eric Blakefpurge: fix previous commits
2009-08-16 Bruno HaibleClarify fpurge's effect on the file position.
2009-08-16 Bruno HaibleTweak last commit.
2009-08-15 Eric Blakefpurge: don't wrap working cygwin implementation
2009-08-15 Eric Blaketest-update-copyright: skip if perl is insufficient
2009-08-15 Eric Blakedoc: mention more functions added in cygwin 1.7.0
2009-08-15 Eric Blakemaint.mk: simplify update-copyright rule
2009-08-15 Bruno HaibleUndo invalid optimization in last commit.
2009-08-14 Joel E. Dennymaint.mk: support update-copyright-env
2009-08-14 Joel E. Dennyupdate-copyright: implement forced reformatting
2009-08-14 Eric Blakestddef: fix NetBSD 5.0 NULL bug, rather than working...
2009-08-14 Eric Blakedoc: improve git diff of texinfo files
2009-08-14 Bruno HaibleDisable multithread support by default on Cygwin 1...
2009-08-14 Joel E. Dennyupdate-copyright: much ado about intervals
2009-08-14 Joel E. Dennyupdate-copyright: convert 2-digit to 4-digit years
2009-08-14 Jim Meyeringtest-exclude: avoid coreutils "make check" failure
2009-08-13 Eric Blaketest-dup2: fix bad assumption
2009-08-13 Eric Blaketest-version-etc: fix CRLF portability issue
2009-08-13 Eric Blakegetopt: update client modules
2009-08-13 Simon Josefssontest-version-etc, test-argp-version-etc: Fix CRLF issue...
2009-08-13 Simon Josefssonversion-etc-test: Make it work imported into projects.
2009-08-12 Bruno HaibleTests for modules 'getopt-posix', 'getopt-gnu'.
2009-08-12 Bruno HaibleNew modules 'getopt-posix', 'getopt-gnu'.
2009-08-12 Bruno HaibleEnsure that optarg etc. get declared by <unistd.h>.
2009-08-12 Bruno HaibleAvoid test link errors.
2009-08-12 Bruno HaibleRestore the gl_GETOPT_SUBSTITUTE macro, under a new...
2009-08-12 Bruno HaiblePut the recent ChangeLog entries in order.
2009-08-12 Sergey PoznyakoffUpdate ChangeLog
2009-08-12 Bruno HaibleReorder macros.
2009-08-12 Bruno HaibleEnsure that getopt() gets declared by <unistd.h>.
2009-08-12 Bruno HaibleClarify logic; Separate gl_replace_getopt and GETOPT_H.
2009-08-12 Bruno HaibleAdd comments.
2009-08-12 Bruno HaibleDisable multithread support by default on Cygwin 1...
2009-08-11 Bruno HaibleAvoid compilation error on NetBSD 5.0.
2009-08-11 Bruno HaibleMost tests don't need module 'close' any more.
2009-08-10 Bruno HaibleUndefine DCHAR_SET after use.
2009-08-10 Bruno HaibleFix a gcc warning.
2009-08-10 Bruno HaibleDon't optimize AC_LIBOBJs, as they may appear in differ...
2009-08-10 Bruno HaibleMake it possible to use module 'gethostname' without...
2009-08-10 Bruno HaibleAdd comment.
2009-08-10 Bruno HaibleAvoid collision between gnulib wrapper and libintl...
2009-08-09 Bruno HaibleMake <sys/select.h> really self-contained, also on...
next