summaryrefslogtreecommitdiff
path: root/gnulib-tool
Commit message (Expand)AuthorAgeFilesLines
* Typo in comment.Bruno Haible2010-02-211-1/+1
* Really work around around "broken pipe" error message from bash 3.2.Bruno Haible2010-02-211-38/+31
* Tweak last commit: Reduce the candidate list.Bruno Haible2010-02-191-4/+5
* Make it easier to find modules. New gnulib-tool option '--find'.Bruno Haible2010-02-191-9/+56
* gnulib-tool: Fix typo in 2010-02-07 commit.Bruno Haible2010-02-081-1/+1
* gnulib-tool: Fix up caching patches.Bruno Haible2010-02-081-207/+537
* gnulib-tool: Ensure cache variables are unique.Ralf Wildenhues2010-02-081-1/+5
* gnulib-tool: Make caching optional.Ralf Wildenhues2010-02-081-35/+139
* gnulib-tool: cache module metainformation.Ralf Wildenhues2010-02-081-53/+163
* gnulib-tool: Make warning diagnostics consistent.Bruno Haible2010-01-251-6/+13
* Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.Bruno Haible2010-01-241-0/+5
* gnulib-tool: fix filelist for AIX, HP-UX ksh.Ralf Wildenhues2010-01-171-2/+5
* gnulib-tool: avoid writing in the current directory.Ralf Wildenhues2010-01-171-17/+17
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* New module attribute 'Applicability'.Bruno Haible2009-12-191-5/+38
* Use sed with option -e.Bruno Haible2009-12-101-11/+11
* Add `gnulib-tool --import' support for LGPLv3+.Ludovic Courtès2009-11-171-1/+1
* Add xalloc-die self-test.Simon Josefsson2009-11-151-0/+1
* gnulib-tool: correctly detect absence of m4 directoriesRobert Millan2009-11-141-1/+1
* Conditionally emit AM_PROG_CC_C_O invocation to tests/configure.ac.Bruno Haible2009-10-031-0/+4
* Add 'link-warning' to testsrelated_modules during --import.Bruno Haible2009-09-231-4/+6
* Fix value of uses_subdirs in tests/Makefile.am.Bruno Haible2009-09-231-2/+2
* Add advice to an error message.Bruno Haible2009-09-181-1/+1
* Replace uses of obsolete Autoconf macros with modern counterparts.Ralf Wildenhues2009-09-031-5/+8
* Fix test whether $CONFIG_SHELL has a working 'echo' command.Stefano Lattarini2009-08-311-1/+1
* Undo last gnulib-tool commit: maintainer-makefile is fixed.Bruno Haible2009-07-251-4/+2
* Exclude the maintainer-makefile module from big testdir builds.Bruno Haible2009-07-251-2/+4
* Don't do HAVE_CONFIG_H replacements on build-aux/ files.Bruno Haible2009-05-281-2/+2
* gnulib-tool: Transform license on build-aux/ files too.Simon Josefsson2009-05-281-0/+19
* gnulib-tool: Don't use non-POSIX regexps.Simon Josefsson2009-05-271-2/+2
* Fix the rewriting rules for file names.Bruno Haible2009-05-101-26/+33
* Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.Bruno Haible2009-05-021-4/+2
* Work around an autoconf limitation on line lengths.Bruno Haible2009-04-061-1/+8
* Make it easier to distribute gnulib-built libraries.Bruno Haible2009-04-051-3/+8
* New gnulib-tool option --copy-file.Bruno Haible2009-04-051-60/+169
* Fix comment for func_filter_filelist.Ralf Wildenhues2009-03-231-1/+1
* gnulib-tool: execute $MAKE not makeRalf Wildenhues2009-03-141-8/+13
* gnulib-tool: use $MAKE not make in generated filesRalf Wildenhues2009-03-141-1/+2
* Make it easier to use the 'visibility' module.Bruno Haible2009-03-041-0/+1
* Re-enable the use of "sed --posix" with sed >= 4.2.Bruno Haible2009-03-011-20/+24
* Make a sed expression POSIX compliant.Bruno Haible2009-02-281-1/+1
* Don't use "sed --posix", since it is buggy.Bruno Haible2009-02-281-17/+21
* Backport improved autoconf semantics of AC_DEFUN_ONCE.Eric Blake2009-01-261-0/+1
* gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCEEric Blake2009-01-211-11/+0
* Improve func_remove_prefix, func_remove_suffix.Bruno Haible2009-01-181-3/+15
* gnulib-tool: fix sed-based filteringJim Meyering2009-01-031-1/+1
* Speed up gnulib-tool by doing more string processing through shell built-ins.Bruno Haible2009-01-021-23/+102
* Fix a security bug.Bruno Haible2009-01-011-15/+16
* Add comments.Bruno Haible2009-01-011-1/+3
* Terminate loops early when possible.Bruno Haible2009-01-011-13/+23