]> Savannah Git Hosting - gnulib.git/shortlog
gnulib.git
2017-09-12 Dmitry Selyutinconfig/cache: simplify regular expressions
2017-09-11 Dmitry Selyutinparser: isolate command-line parser; richer parse(...
2017-09-11 Dmitry Selyutinconfig: parser: suppress and override inactive arguments
2017-09-11 Dmitry Selyutinconfig: clean and simplify parser a little bit
2017-09-10 Dmitry Selyutinmake command-line usage() and help() properties
2017-09-09 Dmitry Selyutinconfig: split CommandLine into parts; custom exception...
2017-09-09 Dmitry Selyutinerror: formatting cleanup
2017-09-09 Dmitry Selyutinprivate import even for standard modules
2017-09-09 Dmitry Selyutintype_assert helper (unify type error handling)
2017-09-09 Dmitry Selyutinprivate import; yet another naming simplification
2017-09-09 Dmitry Selyutinmodule: do not export private class members into inheri...
2017-09-09 Dmitry Selyutinmodule: alternate naming for some properties
2017-09-09 Dmitry Selyutin[backport] Assume gnulib is checked out from Git, not CVS
2017-09-09 Dmitry Selyutin[backport] gnulib-tool: fix incompatibility with autopo...
2017-09-09 Dmitry Selyutingenerator: do not export private class members into...
2017-09-09 Dmitry Selyutinfilesystem: do not export private class members into...
2017-09-09 Dmitry Selyutinconfig: do not export private class members into inheri...
2017-09-09 Dmitry Selyutinalmost full support of command-line options (except...
2017-09-08 Dmitry Selyutin[python] python gnulib API development branch
2017-09-08 Paul Eggert* lib/fts.c: Fix XFS comments.
2017-09-08 Bruno Haiblestddef: Avoid conflict with system-defined max_align_t.
2017-09-06 Paul Eggertlibc-config: port to MSVC
2017-09-06 Paul Eggertglob: Use enum for __glob_pattern_type result
2017-09-06 Paul Eggertglob: fix for use in glibc
2017-09-02 Paul Eggertglob: fix bugs with long login names
2017-09-02 Bruno Haibledirent: Update doc.
2017-09-02 Paul Eggertglob: fix getpwnam_r errno typo
2017-09-02 Paul Eggertglob: fix typo in recent change
2017-09-02 Paul Eggertglob: don't save and restore errno unnecessarily
2017-09-02 Paul Eggertglob: don't assume getpwnam_r
2017-09-02 Paul Eggertscratch_buffer: don’t use private glibc API
2017-09-01 Paul Eggertglob: use scratch_buffer instead of extend_alloca
2017-09-01 Paul Eggertscratch_buffer: new module
2017-09-01 Paul Eggertlibc-config: new module
2017-08-31 Paul Eggertglob: match dangling symlinks
2017-08-31 Paul Eggertglob, backupfile: inode 0 is a valid inode number
2017-08-31 Paul Eggertglob: simplify symlink detection
2017-08-31 Pádraig Bradyfts-tests: tag as a longrunning-test so not included...
2017-08-30 Pádraig Bradyrenameat2: fix compilation on alpine linux
2017-08-25 Paul Eggertglob: try to port recent changes to MS-Windows
2017-08-25 Eric Blakewarnings: fix compilation with old autoconf
2017-08-24 Bruno Haible* doc/gnulib-intro.texi: Add comment regarding IRIX.
2017-08-24 Karl Berryautoupdate
2017-08-24 Bruno Haibleglob: Fix compilation error on NetBSD 7.0 and OpenBSD...
2017-08-24 Paul Eggertglob: fix typo that broke platforms lacking d_ino
2017-08-23 Paul Eggertflexmember: fix typo in previous patch
2017-08-23 Paul Eggertglob: merge from glibc with Zanella glob changes
2017-08-22 Paul Eggertglob: port to clang's Undefined Sanitizer
2017-08-21 Bruno Haible) -> } -> })
2017-08-21 Paul Eggertvc-list-files: port to Solaris 10
2017-08-21 Karl Berry) -> }
2017-08-21 Karl Berryautoupdate
2017-08-21 Paul Eggertgit-version-gen: port to Solaris 10
2017-08-19 Bruno Haiblehost-cpu-c-abi: Improve detection of MIPS ABI.
2017-08-17 Bruno Haiblehypot tests: Fix test failure on FreeBSD 11.0/x86.
2017-08-17 Bruno Haiblefloat: Fix LDBL_MIN value on FreeBSD/x86.
2017-08-17 Bruno Haiblerandom: Fix test compilation failure on Cygwin 1.5.25.
2017-08-17 Bruno Haiblestdnoreturn: Fix test compilation failure on Cygwin.
2017-08-16 Paul Eggertcloexec: spelling fixes in comments
2017-08-16 Bruno Haiblethread: Fix conflict with pthread_sigmask module.
2017-08-16 Paul Eggertrename: port better to NetBSD
2017-08-16 Bruno Haibleiconv_open, uni*: Add support for VPATH builds with...
2017-08-16 Bruno Haiblenonblocking-socket tests: Fix failure on OpenBSD 6.0.
2017-08-16 Bruno Haiblerename, renameat: Update doc regarding NetBSD.
2017-08-16 Paul Eggertrenameat2: port better to macOS
2017-08-15 Paul Eggertfutimens: don’t assume struct timespec layout
2017-08-15 Paul Eggertrename: document+test NetBSD rename
2017-08-15 Bruno Haiblerenameat: Ensure declaration in <stdio.h> on NetBSD.
2017-08-15 Bruno Haibleduplocale: Work around NetBSD 7.0 bug.
2017-08-15 Bruno Haibleduplocale tests: Verify use with *_l functions.
2017-08-15 Bruno Haibleextensions: Enable NetBSD specific extensions.
2017-08-14 Bruno Haibleopen, openat: Update doc about O_CLOEXEC.
2017-08-14 Paul Eggertopen: support O_CLOEXEC
2017-08-13 Paul Eggert* lib/reallocarray.c: Fix layout.
2017-08-13 Paul Eggertreallocarray: minor fixes
2017-08-13 Darshit Shahreallocarray: New module
2017-08-12 Paul Eggertdirent-safer: fix cloexec race
2017-08-12 Paul Eggertfts: fix cloexec races
2017-08-11 Bruno Haiblefts tests: Fix link error.
2017-08-10 Paul Eggertfts: port recent changes to CentOS 6
2017-08-09 Karl Berryautoupdate
2017-08-09 Paul Eggerttempname: do not depend on secure_getenv
2017-08-08 Paul Eggertextensions: add _OPENBSD_SOURCE
2017-08-07 Reuben Thomasmanywarnings: Add support for C++.
2017-08-07 Reuben Thomasmanywarnings: Add support for C++.
2017-08-07 Paul Eggertgit-version-gen: another fix for tags with "-"
2017-08-06 Bruno Haiblewarnings, manywarnings: Add support for multiple langua...
2017-08-06 Paul Eggertgit-version-gen: port better to older Git
2017-08-06 Markus Armbrustergit-version-gen: Fix for tags containing '-'
2017-08-05 Paul Eggertvalgrind-tests: use ls, and cache
2017-08-04 Paul Eggertmanywarnings: port to 64-bit GCC builds of Emacs
2017-08-04 Bruno HaibleRelax the license of some modules with no runtime code.
2017-08-03 Paul Eggertrenameat2: port to RHEL 7 + NFS
2017-08-02 Paul Eggertrenameat2: port to non-renameat platforms
2017-08-01 Paul Eggertmanywarnings: port to 32-bit GCC bug
2017-07-31 Paul Eggertbackupfile: new function to validate backup suffix
2017-07-30 Paul Eggertcanonicalize: fix EOVERFLOW commentary
2017-07-30 Paul EggertDon't interpret EOVERFLOW to mean nonexistence
2017-07-30 Paul Eggertbackup-rename: new module
2017-07-30 Paul Eggertrenameat2: port better to older Solaris
next