summaryrefslogtreecommitdiff
path: root/gnulib
Commit message (Collapse)AuthorAgeFilesLines
* build: update gnulib submodule to latestAndreas Gruenbacher2012-09-281-0/+0
|
* maint: update gnulib submoduleAndreas Gruenbacher2012-09-121-0/+0
|
* maint: update bootstrap and gnulib submoduleAndreas Gruenbacher2012-08-011-0/+0
| | | | * bootstrap: Update from gnulib.
* maint: update bootstrap and gnulib submoduleAndreas Gruenbacher2012-04-171-0/+0
| | | | * bootstrap: Update from gnulib.
* build: update gnulib submodule to latestJim Meyering2012-02-251-0/+0
|
* build: update to latest gnulib and adaptJim Meyering2011-12-141-0/+0
| | | | | | | | | | | | | | | Mark functions as pure of const, per recommendations enabled by new gcc -W options. Apply _GL_ATTRIBUTE_PURE and _GL_ATTRIBUTE_CONST. * src/common.h: Apply new function attributes. * src/pch.c: Likewise. * src/pch.h: Likewise. * src/util.c: Likewise. * src/util.h: Likewise. * configure.ac: Use -Wno-format-nonliteral. * m4/.gitignore: Update. * gnulib: Update to latest. * cfg.mk: Exempt src/util.c from two tests, to avoid new "make syntax-check" failures.
* build: use largefile module and update to latest gnulibJim Meyering2011-08-111-0/+0
| | | | | | | | * configure.ac: Remove AC_SYS_LARGEFILE, subsumed by ... * bootstrap.conf (gnulib_modules): ...this. Use largefile module. * gnulib: Update to latest. This is useful to Mac OS X 10.5 users if/when configure is generated using autoconf prior to v2.68-80-gdb2f2e0.
* maint: update bootstrap and gnulib submoduleJim Meyering2011-03-271-0/+0
| | | | | | * bootstrap: Update from gnulib. * cfg.mk (local-checks-to-skip): Remove (thus, enable) sc_copyright_check, now that the gnulib submodule is up to date.
* build: update gnulib submodule to latestJim Meyering2011-03-211-0/+0
|
* * NEWS: Update.Andreas Gruenbacher2010-05-021-0/+0
| | | | | * gnulib: Update to latest. * bootstrap: Update from gnulib.
* diffseq: Use the gnulib version instead of a private copyAndreas Gruenbacher2010-04-191-0/+0
| | | | * diffseq: Use the gnulib version instead of a private copy.
* Update to latest gnulibAndreas Gruenbacher2010-04-181-0/+0
| | | | * gnulib: Update to latest.
* Convert to automake and use a git submodule for gnulibAndreas Gruenbacher2010-04-121-0/+0
* configure.ac: Add automake and gnulib macros, replace several obsolete macros. * Makefile.am, lib/Makefile.am, src/Makefile.am, tests/Makefile.am: Add for automake. * autogen.sh, INSTALL, Makefile.in, mkinstalldirs, update-version.sh: Obsolete; remove. * README-hacking: Import from diffutils, replace cvs with git. * build-aux: Move gnulib auxiliary files here from the top-level directory. * gnulib: Add gnulib git submodule. * bootstrap, bootstrap.conf: Import from gnulib and adjust. * gl/lib: Remove gnulib files from the repository; they are now imported into lib/ from gnulib as needed. * tests/test-lib.sh: Use $abs_top_builddir exported from tests/Makefile.am here instead of $PWD. * m4/utimbuf.m4: This macro has been removed from gnulib. Add it here for now; this will be replaced by gnulib's utimens module soon.