added missing dependencies to fix failing unistr/ tests
[gnulib.git] / gnulib-tool
2010-06-13 Bruno Haiblegnulib-tool: Display specified modules and dependencies...
2010-06-13 Bruno Haiblegnulib-tool: Align code of func_import and func_create_...
2010-05-02 Bruno HaibleFix regression from 2010-04-25.
2010-04-25 Bruno Haiblegnulib-tool: Don't include hairy tests of dependencies...
2010-04-25 Bruno Haiblegnulib-tool: Add --without-*-tests options.
2010-04-13 Eric Blakegnulib-tool: silence warning on BSD sh
2010-04-11 Bruno HaibleStricter declaration checking in testdirs.
2010-04-02 Bruno Haiblegnulib-tool: Ensure that long-running tests are execute...
2010-04-02 Bruno Haiblegnulib-tool: Ensure the tests in the main directory...
2010-04-02 Bruno Haiblegnulib-tool: Create distributed built sources also...
2010-04-02 Bruno Haiblegnulib-tool: Obey user's environment variables.
2010-04-02 Bruno Haiblegnulib-tool: Provide the value of --m4-base to modules.
2010-03-29 Bruno HaibleFix definition of tests witness macro.
2010-03-29 Bruno HaibleFix definition of tests witness macro.
2010-03-28 Bruno Haiblegnulib-tool: Allow 'foo-tests' module even if there...
2010-03-28 Bruno Haiblegnulib-tool: Add support for special categories of...
2010-03-27 Bruno HaibleNew module description field 'Comment'.
2010-03-27 Bruno HaibleAddendum to 2010-02-07 commit.
2010-03-27 Bruno HaibleAvoid side effects from tests-related modules on the...
2010-03-13 Bruno HaibleClarify which options are available for --create-testdir.
2010-03-12 Simon Josefssongnulib-tool (func_import): Explain origin of code.
2010-03-12 Bruno HaibleFix problem with automake's definition of CXXLINK.
2010-03-09 Simon Josefssongnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
2010-03-08 Bruno Haiblegnulib-tool: Add support for --libtool in --create...
2010-03-07 Bruno HaibleExclude lib-ignore module.
2010-03-07 Bruno HaibleFix incorrect Makefile.am generation in German locale.
2010-02-25 Bruno HaibleFix breakage of gnulib-tool with ksh, introduced on...
2010-02-21 Bruno HaibleTypo in comment.
2010-02-21 Bruno HaibleReally work around around "broken pipe" error message...
2010-02-19 Bruno HaibleTweak last commit: Reduce the candidate list.
2010-02-19 Bruno HaibleMake it easier to find modules. New gnulib-tool option...
2010-02-08 Bruno Haiblegnulib-tool: Fix typo in 2010-02-07 commit.
2010-02-08 Bruno Haiblegnulib-tool: Fix up caching patches.
2010-02-08 Ralf Wildenhuesgnulib-tool: Ensure cache variables are unique.
2010-02-08 Ralf Wildenhuesgnulib-tool: Make caching optional.
2010-02-08 Ralf Wildenhuesgnulib-tool: cache module metainformation.
2010-01-25 Bruno Haiblegnulib-tool: Make warning diagnostics consistent.
2010-01-24 Bruno HaibleProvide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
2010-01-17 Ralf Wildenhuesgnulib-tool: fix filelist for AIX, HP-UX ksh.
2010-01-17 Ralf Wildenhuesgnulib-tool: avoid writing in the current directory.
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-19 Bruno HaibleNew module attribute 'Applicability'.
2009-12-10 Bruno HaibleUse sed with option -e.
2009-11-17 Ludovic CourtèsAdd `gnulib-tool --import' support for LGPLv3+.
2009-11-15 Simon JosefssonAdd xalloc-die self-test.
2009-11-14 Robert Millangnulib-tool: correctly detect absence of m4 directories
2009-10-03 Bruno HaibleConditionally emit AM_PROG_CC_C_O invocation to tests...
2009-09-23 Bruno HaibleAdd 'link-warning' to testsrelated_modules during ...
2009-09-23 Bruno HaibleFix value of uses_subdirs in tests/Makefile.am.
2009-09-18 Bruno HaibleAdd advice to an error message.
2009-09-02 Ralf WildenhuesReplace uses of obsolete Autoconf macros with modern...
2009-08-31 Stefano LattariniFix test whether $CONFIG_SHELL has a working 'echo...
2009-07-25 Bruno HaibleUndo last gnulib-tool commit: maintainer-makefile is...
2009-07-25 Bruno HaibleExclude the maintainer-makefile module from big testdir...
2009-05-28 Bruno HaibleDon't do HAVE_CONFIG_H replacements on build-aux/ files.
2009-05-28 Simon Josefssongnulib-tool: Transform license on build-aux/ files...
2009-05-27 Simon Josefssongnulib-tool: Don't use non-POSIX regexps.
2009-05-10 Bruno HaibleFix the rewriting rules for file names.
2009-05-02 Bruno HaibleRemove incompatibility between modules fnmatch-posix...
2009-04-06 Bruno HaibleWork around an autoconf limitation on line lengths.
2009-04-05 Bruno HaibleMake it easier to distribute gnulib-built libraries.
2009-04-05 Bruno HaibleNew gnulib-tool option --copy-file.
2009-03-23 Ralf WildenhuesFix comment for func_filter_filelist.
2009-03-14 Ralf Wildenhuesgnulib-tool: execute $MAKE not make
2009-03-14 Ralf Wildenhuesgnulib-tool: use $MAKE not make in generated files
2009-03-04 Bruno HaibleMake it easier to use the 'visibility' module.
2009-03-01 Bruno HaibleRe-enable the use of "sed --posix" with sed >= 4.2.
2009-02-28 Bruno HaibleMake a sed expression POSIX compliant.
2009-02-28 Bruno HaibleDon't use "sed --posix", since it is buggy.
2009-01-26 Eric BlakeBackport improved autoconf semantics of AC_DEFUN_ONCE.
2009-01-21 Eric Blakegnulib-tool: avoid warnings from using obsolete AC_GNU_...
2009-01-18 Bruno HaibleImprove func_remove_prefix, func_remove_suffix.
2009-01-03 Jim Meyeringgnulib-tool: fix sed-based filtering
2009-01-02 Bruno HaibleSpeed up gnulib-tool by doing more string processing...
2009-01-01 Bruno HaibleFix a security bug.
2009-01-01 Bruno HaibleAdd comments.
2009-01-01 Bruno HaibleTerminate loops early when possible.
2008-12-29 Bruno HaibleFix small bug in update of .cvsignore or .gitignore.
2008-12-29 Ralf Wildenhueswork around Solaris 8 'join' bug
2008-12-25 Bruno HaibleFix a gnulib-tool failure.
2008-12-07 Bruno HaibleDon't use modules gnumakefile and maintainer-makefile...
2008-11-02 Bruno HaibleNew option --with-obsolete.
2008-11-02 Bruno HaibleModules now have a 'status' attribute.
2008-10-28 Simon Josefssonargp: Use standard gnulib idiom for EXEEXT.
2008-10-27 Simon JosefssonSet and use EXEEXT.
2008-09-27 Eric BlakeFix previous patch, and tweak references to $0.
2008-09-26 Bruno HaibleMake "gnulib-tool --version" work from any directory.
2008-09-25 Bruno HaibleReport all license incompatibilities during --import.
2008-09-25 Bruno HaibleOops, tweak last commit so that it also works in the...
2008-09-25 Bruno HaibleDon't ask the user to perform edits in the generated...
2008-09-25 Yoann VandoorselaereStore the --tests-base option in the comment in gnulib...
2008-09-20 Bruno HaibleUpdate comment.
2008-09-04 Bruno HaibleOops, typo in comment.
2008-09-04 Ralf WildenhuesMake gnulib-tool work with native 'sed' on AIX.
2008-08-31 Bruno HaibleOops, fix syntax error in last commit.
2008-08-30 Bruno HaibleAttempt to avoid error messages like "echo: write error...
2008-08-02 Bruno HaiblePrepend each added line in .gitignore files with a...
2008-07-31 Bruno HaibleMake a sed program more robust.
2008-07-10 Eric BlakeWork with tar's bootstrap.
2008-07-03 Ralf WildenhuesRecognize 'foo_LIBRARIES += libgnu.a'.
next