summaryrefslogtreecommitdiff
path: root/gnulib
AgeCommit message (Collapse)Author
2009-07-29maint: move update-copyright to gnulibJim Meyering
* build-aux/update-copyright: Remove file. * bootstrap.conf (gnulib_modules): Add update-copyright. * gnulib: Update submodule to latest.
2009-07-21build: update from gnulibJim Meyering
* gnulib: Update submodule to latest.
2009-07-08build: update from gnulibJim Meyering
* gnulib: Update submodule to latest.
2009-07-04move argv-iter module to gnulibJim Meyering
* gl/lib/argv-iter.c: Remove file. * gl/lib/argv-iter.h: Remove file. * gl/modules/argv-iter: Remove file. * gl/modules/argv-iter-tests: Remove file. * gl/tests/test-argv-iter.c: Remove file. * gnulib: Update submodule, to get argv-iter
2009-07-03build: update from gnulibJim Meyering
* gnulib: Update submodule to latest.
2009-06-20build: update from gnulib (hash module updates; maint.mk tweak)Jim Meyering
* gnulib: Update submodule to latest.
2009-06-07build: update from gnulibJim Meyering
* gnulib: Update submodule to latest.
2009-05-16maint: cfg.mk: remove now-unnecessary gnulib_dir definitionJim Meyering
* cfg.mk (gnulib_dir): Remove definition, now that gnulib's maint.mk provides the default we want. * gnulib: Update submodule to latest.
2009-05-14build: update from gnulib, for rename.m4 fix, improved tests, etc.Jim Meyering
* gnulib: Update submodule to latest.
2009-05-04build: use a gnulib SHA1 that is not privateJim Meyering
* gnulib: Update submodule to latest *public*.
2009-05-04build: update from gnulib, for ACL-related fixesJim Meyering
* gnulib: Update submodule to latest.
2009-05-03mv, rm: adapt to new and improved gnulib interfacesDavid Bartley
Use gnulib's new priv-set module and updated write-any-file. With them, the remove-called can_write_any_file function no longer tries to drop the unlink-directory privilege, so now each caller of remove must do that separately, calling priv_set_remove_linkdir. * bootstrap.conf (gnulib_modules): Add priv-set. * src/rm.c: Include "priv-set.h". (main): Call priv_set_remove_linkdir. * src/mv.c (main): Likewise. * gnulib: Update submodule to latest.
2009-05-03tests: correct the "make check"-run check-AUTHORS testJim Meyering
* src/Makefile.am (check-AUTHORS): Revert back to using en_US.UTF-8, to ease parsing (English-only) text around the list of names, even when .po files are not installed. Reported by Andreas Schwab. Along the way, use $(AM_V_GEN), not "@". (sc_tight_scope): Use $(AM_V_GEN) here, too. * gnulib: Update submodule to latest, for the proper_name_utf8 fix that makes --version output print the UTF-8 rendering of author names in more cases.
2009-05-03tests: add tests of e.g., date -d 'next monday'Jim Meyering
* tests/misc/date-next-dow: New file. * tests/Makefile.am (TESTS): Add misc/date-next-dow. * gnulib: Update submodule to latest, for getdate.y that handles "next Monday" properly when run on a Monday.
2009-04-30build: update from gnulib, for fixed lib/signbitl.cJim Meyering
* gnulib: Update submodule to latest.
2009-04-29build: update from gnulib, for the lib/*-state.c compilation fixesJim Meyering
* gnulib: Update submodule to latest.
2009-04-25build: update from gnulib, for the vc-list-files fixJim Meyering
* gnulib: Update submodule to latest.
2009-04-24cfg.mk: update to latest gnulib changeEric Blake
* cfg.mk (bootstrap-tools): Override maint.mk default to include bison. * gnulib: Update to latest gnulib.
2009-04-24build: move coreutils-specific rules from maint.mk to new fileJim Meyering
* dist-check.mk: New file: coreutils-specific rules extracted from maint.mk, now that maint.mk has migrated to gnulib. * Makefile.am (EXTRA_DIST): Add dist-check.mk. * coreutils/cfg.mk: Include $(srcdir)/dist-check.mk. * gnulib: Update submodule to latest.
2009-04-24build: use maint.mk from gnulibSimon Josefsson
* maint.mk: Remove file. Now it's generated. * .gitignore: Ignore it. * bootstrap.conf (gnulib_modules): Add maintainer-makefile. * gnulib: Update submodule to latest.
2009-04-23* gnulib: Update submodule to latest.Jim Meyering
2009-04-16* gnulib: Update submodule to latest.Jim Meyering
2009-04-10gnulib: update to latest: fix ls -v & sort -VJim Meyering
* NEWS (Bug fixes): Mention it.
2009-04-04gnulib: update to latest: includes Solaris 8 portability fixesJim Meyering
2009-03-26* gnulib: Update submodule to latest.Jim Meyering
2009-03-24* gnulib: Update submodule to latest.Jim Meyering
2009-03-19* gnulib: Update submodule to latest.Jim Meyering
2009-03-15* gnulib: Update submodule to latest.Jim Meyering
2009-03-14* gnulib: Update to pull in select/interix work-around.Jim Meyering
2009-03-12* gnulib: Update submodule to latest.Jim Meyering
2009-03-08gnulib: sync submodule to latestJim Meyering
2009-03-07maint: use a git submodule for gnulibJim Meyering
* .gitmodules: New file, to track gnulib. * gnulib: New file, created by running this: git submodule add git://git.sv.gnu.org/gnulib.git gnulib