summaryrefslogtreecommitdiff
path: root/gnulib
AgeCommit message (Collapse)Author
2009-11-05build: reflect gnulib changes to tempnameEric Blake
In glibc 2.11 and gnulib, gen_tempname added a parameter suffixlen (unfortunately, it is typed as int rather than size_t, for historical compatibility to a poor choice by BSD). * gnulib: Import latest changes. * gl/lib/tempname.h.diff: Accommodate new suffixlen parameter. * gl/lib/tempname.c.diff (check_x_suffix): Allow for X in suffix beyond x_suffix_len. (gen_tempname_len): Add suffixlen parameter. (__gen_tempname): Update caller. * src/mktemp.c (mkstemp_len, mkdtemp_len): Update callers.
2009-11-02build: update gnulib submodule to latest, for fewer compiler warningsEric Blake
2009-10-29build: update gnulib submodule to latestJim Meyering
2009-10-22build: update gnulib submodule to latest, for test cleanupsEric Blake
2009-10-22maint: turn on compiler warnings for gnulib testsEric Blake
* gnulib-tests/Makefile.am (AM_CFLAGS): Add WARN_CFLAGS. * configure.ac (enable-gcc-warnings): Also use -funit-at-a-time, to silence gcc 4.3.4 -Wdisabled-optimization. * .gitignore: Ignore some more files.
2009-10-22tail -f: avoid a race conditionGiuseppe Scrivano
* NEWS (Bug fixes): Mention it. * src/tail.c (check_fspec): New function. (tail_forever_inotify): Ensure there is no new data before entering the inotify events wait loop.
2009-10-21build: update gnulib submodule to latest, for utimens enhancementsEric Blake
2009-10-19build: use gnulib's isblank moduleJim Meyering
* bootstrap.conf (gnulib_modules): Add isblank. * src/system.h (isblank): Don't define. * m4/check-decl.m4: Don't check for isblank declaration. * gnulib: Update submodule to latest.
2009-10-17build: update gnulib submodule to latestJim Meyering
2009-10-10build: update gnulib submodule to latest, for utimens improvementsEric Blake
2009-10-09build: update gnulib submodule to latest, for getfilecon wrappersJim Meyering
2009-10-06build: update gnulib submodule to latestJim Meyering
2009-10-03build: update gnulib submodule to latestJim Meyering
2009-10-02build: update gnulib submodule to latestJim Meyering
2009-09-30build: update gnulib submodule to latestJim Meyering
2009-09-24build: update gnulib submodule to latestEric Blake
2009-09-23build: update gnulib submodule to latestEric Blake
2009-09-23build: update gnulib submodule to latestJim Meyering
2009-09-14build: update gnulib submodule to latest, for fixed posixtm moduleJim Meyering
2009-09-10build: update gnulib submodule to latestJim Meyering
2009-09-08* gnulib: Update submodule to latest.Jim Meyering
2009-09-07build: update gnulib submodule to latestJim Meyering
2009-09-05build: update gnulib submodule to latestJim Meyering
2009-09-04build: update from gnulibEric Blake
* gnulib: Update submodule to latest.
2009-09-04mv, cp: tweak LINK_FOLLOWS_SYMLINKS logicEric Blake
* gnulib: Update to latest gnulib. * src/copy.c (copy_internal): Adjust comment in light of POSIX 2008, and deal with macro now being tri-state.
2009-09-01build: update from gnulibJim Meyering
* gnulib: Update submodule to latest.
2009-08-29build: update from gnulibJim Meyering
* gnulib: Update submodule to latest.
2009-08-23build: update from *public* gnulibJim Meyering
* gnulib: Update submodule to latest. Kamil Dudka reported that bootstrap was broken.
2009-08-22build: update from gnulibJim Meyering
* gnulib: Update submodule to latest.
2009-08-18build: update from gnulibJim Meyering
* gnulib: Update submodule to latest.
2009-08-17build: update from gnulibJim Meyering
* gnulib: Update submodule to latest.
2009-08-14build: use gnulib's getopt-gnu module (getopt is now deprecated)Jim Meyering
* bootstrap.conf (gnulib_modules): Gnulib's getopt module is now deprecated; use the new, preferred name, getopt-gnu. * gnulib: Update to latest.
2009-08-10build: update from gnulib, for HOST_NAME_MAX on solaris 10Jim Meyering
* gnulib: Update submodule to latest.
2009-08-06maint: move selinux-at module from gl/ to gnulibJim Meyering
* gl/lib/selinux-at.c: Remove file. * gl/lib/selinux-at.h: Likewise. * gl/modules/selinux-at: Likewise. * gnulib: update to latest, to get the new module.
2009-08-04maint: move the update-copyright rule to gnulib's maint.mkJim Meyering
* gnulib: Update submodule to get latest maint.mk. * Makefile.am (update-copyright): Remove rule; now it's in maint.mk. * m4/check-decl.m4: Update sole remaining copyright year list.
2009-07-31build: *really* update to a usable gnulib commitJim Meyering
2009-07-31build: update to a usable gnulib commitJim Meyering
The commit, 5ef90695, 2009-07-29, "maint: move update-copyright to gnulib" recorded a local-only commit. Reported by Pádraig Brady.
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.