Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-12 | build: update gnulib to latest; more *BSD and Solaris work-arounds | Jim Meyering | |
2009-11-09 | build: update gnulib submodule to latest for its FreeBSD fixes | Jim Meyering | |
2009-11-06 | build: move do-release-commit-and-tag to gnulib | Jim Meyering | |
* bootstrap.conf (gnulib_modules): Add do-release-commit-and-tag. * build-aux/do-release-commit-and-tag: Remove file. Now it's in gnulib. * gnulib: Update submodule to the latest, to get the just-moved script. | |||
2009-11-05 | build: reflect gnulib changes to tempname | Eric 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-02 | build: update gnulib submodule to latest, for fewer compiler warnings | Eric Blake | |
2009-10-29 | build: update gnulib submodule to latest | Jim Meyering | |
2009-10-22 | build: update gnulib submodule to latest, for test cleanups | Eric Blake | |
2009-10-22 | maint: turn on compiler warnings for gnulib tests | Eric 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-22 | tail -f: avoid a race condition | Giuseppe 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-21 | build: update gnulib submodule to latest, for utimens enhancements | Eric Blake | |
2009-10-19 | build: use gnulib's isblank module | Jim 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-17 | build: update gnulib submodule to latest | Jim Meyering | |
2009-10-10 | build: update gnulib submodule to latest, for utimens improvements | Eric Blake | |
2009-10-09 | build: update gnulib submodule to latest, for getfilecon wrappers | Jim Meyering | |
2009-10-06 | build: update gnulib submodule to latest | Jim Meyering | |
2009-10-03 | build: update gnulib submodule to latest | Jim Meyering | |
2009-10-02 | build: update gnulib submodule to latest | Jim Meyering | |
2009-09-30 | build: update gnulib submodule to latest | Jim Meyering | |
2009-09-24 | build: update gnulib submodule to latest | Eric Blake | |
2009-09-23 | build: update gnulib submodule to latest | Eric Blake | |
2009-09-23 | build: update gnulib submodule to latest | Jim Meyering | |
2009-09-14 | build: update gnulib submodule to latest, for fixed posixtm module | Jim Meyering | |
2009-09-10 | build: update gnulib submodule to latest | Jim Meyering | |
2009-09-08 | * gnulib: Update submodule to latest. | Jim Meyering | |
2009-09-07 | build: update gnulib submodule to latest | Jim Meyering | |
2009-09-05 | build: update gnulib submodule to latest | Jim Meyering | |
2009-09-04 | build: update from gnulib | Eric Blake | |
* gnulib: Update submodule to latest. | |||
2009-09-04 | mv, cp: tweak LINK_FOLLOWS_SYMLINKS logic | Eric 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-01 | build: update from gnulib | Jim Meyering | |
* gnulib: Update submodule to latest. | |||
2009-08-29 | build: update from gnulib | Jim Meyering | |
* gnulib: Update submodule to latest. | |||
2009-08-23 | build: update from *public* gnulib | Jim Meyering | |
* gnulib: Update submodule to latest. Kamil Dudka reported that bootstrap was broken. | |||
2009-08-22 | build: update from gnulib | Jim Meyering | |
* gnulib: Update submodule to latest. | |||
2009-08-18 | build: update from gnulib | Jim Meyering | |
* gnulib: Update submodule to latest. | |||
2009-08-17 | build: update from gnulib | Jim Meyering | |
* gnulib: Update submodule to latest. | |||
2009-08-14 | build: 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-10 | build: update from gnulib, for HOST_NAME_MAX on solaris 10 | Jim Meyering | |
* gnulib: Update submodule to latest. | |||
2009-08-06 | maint: move selinux-at module from gl/ to gnulib | Jim 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-04 | maint: move the update-copyright rule to gnulib's maint.mk | Jim 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-31 | build: *really* update to a usable gnulib commit | Jim Meyering | |
2009-07-31 | build: update to a usable gnulib commit | Jim 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-29 | maint: move update-copyright to gnulib | Jim Meyering | |
* build-aux/update-copyright: Remove file. * bootstrap.conf (gnulib_modules): Add update-copyright. * gnulib: Update submodule to latest. | |||
2009-07-21 | build: update from gnulib | Jim Meyering | |
* gnulib: Update submodule to latest. | |||
2009-07-08 | build: update from gnulib | Jim Meyering | |
* gnulib: Update submodule to latest. | |||
2009-07-04 | move argv-iter module to gnulib | Jim 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-03 | build: update from gnulib | Jim Meyering | |
* gnulib: Update submodule to latest. | |||
2009-06-20 | build: update from gnulib (hash module updates; maint.mk tweak) | Jim Meyering | |
* gnulib: Update submodule to latest. | |||
2009-06-07 | build: update from gnulib | Jim Meyering | |
* gnulib: Update submodule to latest. | |||
2009-05-16 | maint: cfg.mk: remove now-unnecessary gnulib_dir definition | Jim 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-14 | build: update from gnulib, for rename.m4 fix, improved tests, etc. | Jim Meyering | |
* gnulib: Update submodule to latest. | |||
2009-05-04 | build: use a gnulib SHA1 that is not private | Jim Meyering | |
* gnulib: Update submodule to latest *public*. |