gnulib.git
2009-09-08 Ian Beckwithfix test file perms debian/20090908+c5c46dc-1
2009-09-08 Ian Beckwithdebian/copyright: improved somewhat; still needs more...
2009-09-08 Ian BeckwithRegistered gnulib.html with doc-base
2009-09-07 Ian BeckwithMerge branch 'upstream'
2009-09-07 Ian BeckwithAdded stub debian/watch file.
2009-09-07 Eric Blakerename: modernize replacement upstream/20090908+c5c46dc
2009-09-07 Eric Blakestdio: sort witness names
2009-09-07 Eric Blakegetcwd: minor cleanups
2009-09-07 Eric Blakeopenat: provide more convenience names
2009-09-07 Eric Blakedoc: fix comments in recent patches
2009-09-07 Ian BeckwithAdd clisp to Suggests: for gen-uninames.lisp. Should...
2009-09-07 Eric Blakefaccessat, symlinkat: continue cleanup of previous...
2009-09-07 Ian Beckwithremove .cvsignore and .gitignore files on install
2009-09-07 Ian Beckwithadded README.source
2009-09-07 Ian BeckwithBump debhelper build-dep to >= 7.0.50~ (for overrides).
2009-09-07 Ian Beckwith * debian/control: add Depends: ${misc:Depends}.
2009-09-07 Ian Beckwithdebian/rules upstream:
2009-09-07 Ian BeckwithNew Maintainer
2009-09-06 Ian BeckwithMerge branch 'upstream'
2009-09-06 Bruno HaibleRemove dependency from unistd_h.m4, sys_stat_h.m4,...
2009-09-06 Ian BeckwithMerge branch 'upstream'
2009-09-06 Bruno HaibleRemove unneeded gl_MODULE_INDICATOR invocation.
2009-09-06 Bruno HaibleSet errno to ENOSYS when a function is entirely unsuppo...
2009-09-06 Bruno HaibleMention affected platforms.
2009-09-06 Bruno HaibleFix indentation.
2009-09-06 Ian BeckwithMerge branch 'upstream'
2009-09-06 Bruno HaibleFor NULL, include <stdlib.h>, not <stdio.h>.
2009-09-06 Ben PfaffWork around a glibc bug in strtok_r.
2009-09-06 Sergey Poznyakoffexclude: minor fix
2009-09-06 Akim Demaillebootstrap: improve error message
2009-09-06 Bruno HaibleUpdate copyright year.
2009-09-05 Ian BeckwithMerge branch 'upstream'
2009-09-05 Eric Blakesymlinkat: new module
2009-09-05 Eric Blaketest-openat-safer: add more checks
2009-09-05 Jim Meyeringsyntax-check: detect unnecessary inclusion of openat.h
2009-09-05 Bruno HaibleSupport towlower and towupper.
2009-09-05 Bruno HaibleFix bug occurring when converting invalid input.
2009-09-05 Bruno HaibleTest indirect conversion as well.
2009-09-05 Ian BeckwithMerge branch 'upstream'
2009-09-05 Ian Beckwithimported debian/ files from gnulib 20090801-2
2009-09-05 Eric Blakeopenat: fail with ENOENT on empty name
2009-09-04 Eric Blakelink-follow: fix logic bug in prior patch
2009-09-04 Eric Blakelink-follow: accomodate mingw and cross-compilation
2009-09-04 Eric Blakefaccessat: compile replacement
2009-09-04 Eric Blakefts: fix compilation error
2009-09-04 Eric Blakefaccessat: new module
2009-09-04 Eric Blakeeuidaccess: prefer POSIX over non-standard implementation
2009-09-04 Eric Blakeopenat: make template easier to use
2009-09-04 Eric Blakeopenat: declare in POSIX headers
2009-09-03 Eric Blakeerrno: use consistently
2009-09-03 Eric Blakefts: avoid leaking fds
2009-09-03 Eric Blakefts: make directory fds more robust
2009-09-03 Eric Blakebackupfile, chdir-long, fts, savedir: make safer
2009-09-03 Eric Blakeopenat-safer: new module
2009-09-03 Eric Blakedirent-safer: new module
2009-09-03 Eric Blakefdopendir: optimize on mingw
2009-09-03 Eric Blakefdopendir: split into its own module
2009-09-03 Eric Blakefchdir: use more consistent macro convention
2009-09-03 Eric Blakefchdir: simplify error handling, and support dup3
2009-09-02 Ralf WildenhuesReplace uses of obsolete Autoconf macros with modern...
2009-09-02 Bruno HaibleRelicense mkdtemp under LGPLv2+.
2009-09-02 Ralf WildenhuesReplace uses of obsolete autoconf macros in Jim's modules.
2009-09-01 Eric Blakefchdir: fix off-by-one bug in previous patch
2009-09-01 Daniel P. Berrangemaint.mk: sort the list of syntax-check rules
2009-09-01 Simon JosefssonUse $(MKDIR_P) instead of @MKDIR_P@.
2009-09-01 Jim Meyeringfts: help ensure that return values are not ignored
2009-09-01 Jim Meyeringfts: fts_close now fails also when closing a dir file...
2009-09-01 Jim Meyeringannounce-gen: correct formatting in --help output
2009-09-01 Eric Blakefchdir: port to mingw
2009-09-01 Eric Blakecanonicalize: allow cross-testing from cygwin to mingw
2009-09-01 Eric Blakechown: avoid compilation warning on mingw
2009-08-31 Stefano LattariniFix test whether $CONFIG_SHELL has a working 'echo...
2009-08-31 Jim Meyeringcanonicalize: remove useless initialization
2009-08-30 Bruno HaibleFix an unnecessary error on Solaris 10 on NFSv3 file...
2009-08-30 Bruno HaibleUse /usr/xpg6/bin/tr when it exists.
2009-08-30 Bruno HaibleFix today's commit.
2009-08-30 Bruno HaibleWork around deficient /usr/bin/id program on Solaris.
2009-08-30 Bruno HaibleNew module 'xstriconveh'.
2009-08-30 Bruno HaibleMake the striconveh API easier to use.
2009-08-30 Bruno HaibleMention indirect conversion problem.
2009-08-30 Bruno HaibleWork around iconv_open problem on Solaris.
2009-08-29 Jim Meyeringmaint.mk: remove more coreutils-specific targets; XZ_OP...
2009-08-27 Karl Berry-m(dup2): Texinfo typo
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 HaibleClarify affected Linux versioins in last commit.
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
next