users.txt: order package names lexicographically.
[gnulib.git] / lib /
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.
2011-11-10 Bruno Haibleptsname_r: Avoid compilation error on OSF/1 5.1.
2011-11-10 Paul Eggertfstatat: work with cross-compilation
2011-11-09 Eric Blakeptsname_r: new module
2011-11-09 Eric Blakeopenpty: provide a stub on mingw
2011-11-09 Eric Blakeraise: fix mingw handling of SIGPIPE
2011-11-08 Bruno Haibleopenat: Conditionalize dependencies.
2011-11-07 Eric Blakegrantpt: fix typo
2011-11-06 Bruno Haiblecopysignl: Fix result for zero argument on HP-UX 11...
2011-11-06 Bruno HaibleNew module 'fmal'.
2011-11-06 Bruno HaibleNew module 'fmaf'.
2011-11-06 Bruno HaibleNew module 'fma'.
2011-11-05 Bruno Haibleopenat: Include <stdbool.h>.
2011-11-04 Paul Eggertopenat: remove direct dependency on dirent
2011-11-04 Jim Meyeringat-func*.c: fix comments
2011-11-04 Bruno Haibleclosedir: Avoid warning on mingw.
2011-11-04 Bruno HaibleNew module 'fstatat', split off from module 'openat'.
2011-11-02 Bruno HaibleNew module 'fchmodat', split off from module 'openat'.
2011-11-02 Jim Meyeringputenv: indent #definition of "environ" to placate...
2011-11-01 Bruno Haiblealignof: Avoid collision with stdalign module.
2011-11-01 Bruno HaibleNew module 'fchownat', split off from module 'openat'.
2011-11-01 Paul Eggertstdalign: port better to MSVC and to Sun C 5.11
2011-10-31 Bruno Haibleffsl, ffsll: Avoid compilation error due to 'restrict'.
2011-10-27 Paul EggertAdjust to Bruno's comments.
2011-10-27 Paul Eggertsys_socket: use stdalign, not alignof
2011-10-27 Paul Eggertcrypto libraries: use stdalign
2011-10-27 Paul Eggertargp: use stdalign
2011-10-27 Paul Eggertstdalign: new module
2011-10-27 Bruno Haibleutimensat: Work around problem on Linux/hppa.
2011-10-24 Jim Meyeringfts: close parent dir FD before returning from post...
2011-10-22 Bruno Haibleerrno, strerror-override: Support for MSVC 10.
2011-10-22 Bruno Haibleisfinite, isinf, isnan, signbit: Don't define as a...
2011-10-21 Bruno Haibleopenpty, posix_openpt: Remove code duplication.
2011-10-21 Bruno Haibleunlockpt: Detect invalid argument.
2011-10-21 Bruno Haibleopenpty: Avoid compilation error on AIX 6.1.
2011-10-20 Bruno Haibleposix_openpt: Support for OpenBSD.
2011-10-20 Bruno Haibleopenpty: Update comments.
2011-10-19 Jim Meyeringposix_openpt: remove spurious #endif
2011-10-19 Bruno Haibleposix_openpt: Fix compilation error.
2011-10-19 Daniel Richard GSupport for old NeXTstep 3.3 gcc.
2011-10-18 Eric Blakeposix_openpt: new module
2011-10-15 Bruno Haiblexstrtoll: Fix compilation failure.
2011-10-15 Bruno Haiblevasnprintf: Optimize bit search operation.
2011-10-15 Bruno Haiblevasnprintf: Fix comments.
2011-10-15 Bruno HaibleNew module 'integer_length_ll'.
2011-10-15 Bruno HaibleNew module 'integer_length_l'.
2011-10-15 Bruno HaibleNew module 'integer_length'.
next