summaryrefslogtreecommitdiffstats
path: root/gnulib
Commit message (Collapse)AuthorAgeFilesLines
* gnulib: update to latestHEADmasterJim Meyering2014-02-131-0/+0
|
* build: update gnulib, bootstrap and init.shJim Meyering2012-10-231-0/+0
|
* build: update gnulib submodule to latestJim Meyering2012-05-111-0/+0
|
* maint: reenable gnulib's get-rusage-as-testsJim Meyering2012-02-041-0/+0
| | | | | | * bootstrap.conf (avoided_gnulib_modules): Don't exclude get-rusage-as-tests. That test has now been fixed. * gnulib: Update to latest, for fixed get-rusage-as-tests.
* maint: make copyright statements more consistent; update gnulibJim Meyering2012-01-311-0/+0
| | | | | | | | * cfg.mk (update-copyright-env): Add UPDATE_COPYRIGHT_FORCE=1 to rejoin some split lines, and UPDATE_COPYRIGHT_USE_INTERVALS=2 to make update-copyright use only one year range. * gnulib: Update. * testsuite/files0-from: Adapt to gnulib's change from `q' to 'q'.
* build: update gnulib submodule to latestJim Meyering2011-11-171-0/+0
|
* build: update gnulib submodule to latestJim Meyering2011-08-021-0/+0
| | | | | * cfg.mk (local-checks-to-skip): Add sc_prohibit_path_max_allocation to the list of skipped syntax-check rules. This is temporary.
* maint: update gnulib to latest with accompanying tight-scope tweakJim Meyering2011-05-251-0/+0
| | | | | | * cfg.mk: Include $(srcdir)/dist-check.mk using "-include", to accommodate the new sc_tight_scope rule. * gnulib: Update to latest.
* maint: adapt to use gnulib's tight-scope rule; update gnulib to latestJim Meyering2011-05-231-0/+0
| | | | | | | * cfg.mk (_gl_TS_headers): Define. (_gl_TS_obj_files): Likewise. * src/Makefile.am (sc_tight_scope): Remove rule. * gnulib: Update to latest.
* maint: update copyright year ranges to include 2011Jim Meyering2011-03-201-0/+0
| | | | Run "make update-copyright".
* build: update gnulib submodule to latestJim Meyering2011-01-031-0/+0
|
* build: update gnulib submodule to latestJim Meyering2010-09-041-0/+0
|
* build: update gnulib submodule to latestJim Meyering2010-06-161-0/+0
|
* mkid: use ftello (not ftell) and fail if an offset is 2^32 or largerJim Meyering2010-05-091-0/+0
| | | | | | | | | This is necessary because the internal layout requires that an offset be representable as a 4-byte quantity. * src/mkid.c (write_id_file): Use ftello, not ftell. The latter would fail on files larger than 4GiB. Now, we still fail for such files, but use ftello instead -- and give a diagnostic.
* build: update gnulib submodule to latestJim Meyering2010-05-011-0/+0
|
* build: update gnulib submodule to latestJim Meyering2010-04-211-0/+0
|
* build: update gnulib submodule to latestJim Meyering2010-01-011-0/+0
|
* maint: newer gnulib; don't hard-code my GPG key IDJim Meyering2009-12-311-0/+0
| | | | | * cfg.mk (gpg_key_ID): Remove definition, now that maint.mk automates it. * gnulib: Update to latest.
* maint: cfg.mk: remove factored-out ftp host/dir definitionsJim Meyering2009-11-201-0/+0
| | | | | | | * cfg.mk (gnu_ftp_host-alpha, gnu_ftp_host-beta gnu_ftp_host-stable): (gnu_rel_host, url_dir_list): Remove definitions. The defaults, now provided by maint.mk, are the same. * gnulib: Update for latest, including those maint.mk additions.
* build: update gnulib submodule to latestJim Meyering2009-11-071-0/+0
|
* build: update gnulib submodule to latestJim Meyering2009-10-301-0/+0
|
* build: update gnulib submodule to latestJim Meyering2009-10-191-0/+0
|
* build: update gnulib submodule to latestJim Meyering2009-10-181-0/+0
|
* maint: update gnulib submodule to latestJim Meyering2009-08-311-0/+0
|
* build: update from gnulibJim Meyering2009-08-151-0/+0
| | | | * gnulib: Update submodule to latest.
* gnulib: update to latest, to get argv-iterJim Meyering2009-07-041-0/+0
|
* build: update from coreutilsJim Meyering2009-06-301-0/+0
| | | | | | | * README-hacking: Update from coreutils. * bootstrap.conf: Likewise. * bootstrap: Likewise. * dist-check.mk: Likewise.
* build: update from gnulibJim Meyering2009-06-071-0/+0
| | | | * gnulib: Update submodule to latest.
* build: update from gnulib, for rename.m4 fix, improved tests, etc.Jim Meyering2009-05-171-0/+0
| | | | * gnulib: Update submodule to latest.
* maint: use a git submodule for gnulibJim Meyering2009-04-291-0/+0
* .gitmodules: New file, to track gnulib. * gnulib: New file, created by running this: git submodule add git://git.sv.gnu.org/gnulib.git gnulib