README-release: various improvements
[gnulib.git] / lib /
2012-02-10 Paul Eggertmaint: replace FSF snail-mail addresses with URLs
2012-02-08 Akim Demaillefatal-signal: use C prototypes (with explicit void).
2012-02-08 Paul Eggertregex: spelling fix
2012-02-08 Paul Eggertregex: rely on stdint.h for SIZE_MAX
2012-02-08 Paul Eggertregex: merge glibc changes
2012-02-05 Paul Eggertmaint: spelling fixes
2012-02-04 Eric Blakecanonicalize: avoid uninitialized memory use
2012-02-04 Bruno Haibleisatty: Fix test failure of ptsname_r on native Windows.
2012-02-04 Eric Blakecanonicalize-lgpl: fix // handling
2012-02-04 Eric Blakecanonicalize: fix // handling
2012-02-04 Bruno Haibleioctl: Fix test failure on native Windows.
2012-02-04 Bruno Haiblefsync: Avoid test failure on native Windows.
2012-02-04 Bruno Haible* lib/sys_select.in.h [OpenBSD]: When /usr/include...
2012-02-04 Bruno Haiblesys_select: Avoid syntax error on OpenBSD 5.0.
2012-02-04 Bruno Haiblestdioext: Fix last commit.
2012-02-03 Bruno Haiblestdioext: Add tentative support for Plan9.
2012-02-02 Jim Meyeringfile-has-acl: suppress a warning from gcc -Wsuggest...
2012-02-01 Paul EggertSpelling fixes.
2012-01-31 Bruno Haiblepopen: Make more robust on Windows.
2012-01-31 Bruno Haiblepclose: Fix typo.
2012-01-30 Bruno Haiblesys_stat: Fix support for mingw64 and MSVC.
2012-01-28 Bruno Haiblesys_time: Override 'struct timeval' on some native...
2012-01-28 Marc-André Lureauaccept4, fcntl, socket modules: Avoid warnings on x86_6...
2012-01-28 Marc-André Lureauselect, poll, isatty: Avoid warnings on x86_64 mingw64.
2012-01-25 Marc-André Lureaumalloca: Avoid warnings on x86_64 mingw64.
2012-01-25 Paul Eggertobstack: remove __STDC__ conditionals
2012-01-24 Bruno Haiblestdint: Improve support for Android.
2012-01-21 Jim Meyeringmaint: enable sc_prohibit_cloexec_without_use
2012-01-21 Jim Meyeringmaint: enable sc_prohibit_intprops_without_use
2012-01-21 Jim Meyeringmaint: remove empty lines at EOF, but excluding modules/*
2012-01-21 Bruno Haiblestdint: Add support for Android.
2012-01-15 Bruno HaibleImprove support for MSVC 9.
2012-01-14 Bruno HaibleNew module 'random'.
2012-01-12 Bruno Haiblerandom_r: Use common idioms.
2012-01-12 Bruno Haiblerandom_r: Override incompatible API on AIX, OSF/1.
2012-01-12 Bruno Haiblerandom_r: Support for MSVC 9.
2012-01-12 Eric Blakeinet_ntop: guard extra work by IF_LINT
2012-01-12 Eric Blakestrptime: fix regression on mingw
2012-01-12 Reuben Thomascopy-file: add error-code-returning variant.
2012-01-12 Bruno Haiblecopy-file: Use 'quote' module consistently.
2012-01-12 Bruno Haiblecopy-file: Refactor.
2012-01-12 Bruno Haibleacl: Export qcopy_acl.
2012-01-12 Bruno Haibleacl: Rename a local variable.
2012-01-12 Bruno Haibleacl: Align return values of copy_acl and qcopy_acl.
2012-01-11 Eric Blakestrptime: silence gcc warnings
2012-01-11 Eric Blakeinet_ntop: silence gcc warning
2012-01-10 Jim Meyeringignore-value: remove deprecated ignore_ptr function
2012-01-08 Bruno Haibleposix_spawn_file_actions_addopen: Work around Solaris...
2012-01-08 Bruno Haibleposix_spawn_file_actions_adddup2: Work around Solaris...
2012-01-08 Bruno Haibleposix_spawn_file_actions_addclose: Work around Solaris...
2012-01-08 Bruno Haiblemktime: Avoid compilation error on Solaris 11.
2012-01-08 Jim Meyeringselect.c: indent with spaces, not TABs
2012-01-07 Paolo Bonziniquotearg: do not use grave accent for left quote
2012-01-07 Paolo Bonziniquotearg: fall back to Unicode single quotes in UTF...
2012-01-07 Paolo Bonziniquotearg: fix Wikipedia link
2012-01-07 Bruno HaibleTalk about "native Windows API", not "Woe32".
2012-01-07 Guillem Joverargp: Avoid crash if translator uses % characters in...
2012-01-06 Paul Eggertdoc: C11 and C++11 are now official
2012-01-06 Paul EggertIn commentary, do not use ` to quote.
2012-01-06 Paul EggertUse ', not `, for quoting output.
2012-01-05 Bruno Haiblestrtoimax: Work around AIX 5.1 bug.
2012-01-05 Bruno Haibleinttypes: Modernize.
2012-01-04 Paul EggertSpell out "Windows 9x" and "Windows XP".
2012-01-04 Bruno HaibleTalk about "native Windows API", not "Win32".
2012-01-03 Bruno Haibleisatty: Support for MSVC 9.
2012-01-03 Bruno HaibleNew module 'isatty'.
2012-01-03 Bruno Haiblecanonicalize: Tweak 2011-12-29 commit.
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2012-01-01 Jim Meyeringversion-etc: update copyright year reported by --version
2011-12-31 Pádraig Bradycanonicalize: only stat() when required
2011-12-31 Paul Eggertsame-inode: port to OpenVMS
2011-12-30 Pádraig Bradycanonicalize: fix references to stat() and lstat()
2011-12-30 Pádraig Bradycanonicalize: add support for not resolving symlinks
2011-12-19 Paul Eggertftoastr: fix typo
2011-12-15 Paul Eggertalloca: protect comment from gnulib-tool
2011-12-13 Paul Eggertinttypes, stdint: add C++11 support
2011-12-12 Jim Meyeringargmatch: don't hard-code `' when listing valid option...
2011-12-05 Bruno Haiblesethostname: Port to Windows platforms.
2011-12-03 Bruno HaibleTweak last commit.
2011-12-03 Ben WaltonIntegrate the sethostname module into unistd
2011-12-03 Bruno HaibleTweak last commit.
2011-12-03 Ben WaltonAdd a new sethostname module
2011-11-30 Jim Meyeringhash: mark a few floating point constants with "f"...
2011-11-30 Matthew WalaAvoid subtracting two pointers that don't point into...
2011-11-29 Jim Meyeringhash: mark compute_bucket_size with the pure attribute
2011-11-29 Jim Meyeringquotearg, propername: correct pragma guard expression
2011-11-28 Jim Meyeringpropername: do not mark proper_name with the const...
2011-11-28 Jim Meyeringpropername: mark one more function as const
2011-11-28 Jim Meyeringmark functions with const and pure attributes
2011-11-28 Bruno HaibleRemove unused macros from !_LIBC code in glibc-borrowed...
2011-11-25 Bruno Haiblepagealign_alloc: Doc and comments.
2011-11-20 Bruno Haiblegetcwd: Work around getcwd bug on AIX 5..7.
2011-11-20 Bruno Haiblefma: Remove unused code.
2011-11-19 Bruno Haibleeuidaccess: Update a comment.
2011-11-19 Bruno Haiblefstatat: Simplify.
2011-11-19 Simon Josefssonhash: Don't refer to deprecated interfaces.
2011-11-19 Paul Eggertfstatat: fix configuration bug on mingw, OpenBSD 4...
2011-11-18 Jim Meyeringhash: deprecate poorly-named hash_insert0: use hash_ins...
2011-11-18 Dagobert Michelsenopenat: avoid compilation failure due to lack of <errno...
2011-11-11 Bruno Haibleobstack: Fix compilation error on MSVC 9.
next