Credit Georg Schwarz for reporting that last bug.
[gnulib.git] / gnulib-tool
2006-11-29 Bruno HaibleFix double initialization of noinst_LTLIBRARIES.
2006-11-27 Bruno HaibleInitialize also noinst_LTLIBRARIES.
2006-11-15 Bruno HaibleAdd license compatibility check in --create-testdir.
2006-11-14 Bruno HaibleFix --create-testdir --with-tests.
2006-11-13 Bruno HaibleOverride also AC_LIBSOURCES. Works around an automake...
2006-11-13 Bruno HaibleReplace build-aux/ also in the Makefile snippet.
2006-11-13 Bruno HaibleNew option --local-symlink.
2006-11-13 Bruno HaibleFix the symlinks installed by the --symlink option.
2006-11-13 Bruno HaibleFinish support for source files in subdirectories.
2006-11-13 Bruno HaibleSynthesize also an EXTRA_lib_SOURCES augmentation.
2006-11-12 Ralf Wildenhues* gnulib-tool (func_create_testdir): Fix replacement of
2006-11-06 Bruno HaibleCreate also all needed subdirectories.
2006-11-02 Bruno HaibleFix typo in actioncmd. From Charles WIlson.
2006-11-02 Bruno HaibleInterpret a backslash-newline sequence in the Makefile...
2006-11-01 Bruno HaibleChange a sed expression to be POSIX compliant.
2006-10-23 Bruno HaibleAvoid syntax error from bash 2.00 ... 2.05.
2006-10-20 Bruno HaibleDon't include ftruncate and mountlist by default.
2006-10-19 Bruno HaibleFix from Charles Wilson.
2006-10-19 Bruno HaibleRemove duplicates from the gl_LIBOBJS list.
2006-10-13 Bruno Haiblegnulib-tool now synthesizes the EXTRA_DIST line.
2006-10-12 Bruno HaibleAdd support for multiple gnulib-tool invocations in...
2006-10-12 Bruno HaibleHandle mismatch between latest gettext release and...
2006-10-12 Bruno Haible--create-testdir without module names now means to...
2006-10-07 Bruno HaibleMark generated files as "DO NOT EDIT".
2006-10-02 Bruno HaibleDon't use no-dependencies, since it's not the default...
2006-09-26 Bruno HaibleTweak last patch, for symmetry.
2006-09-25 Eric Blake* gnulib-tool (func_import, func_create_testdir): Fix...
2006-09-22 Bruno HaibleDon't include the config-h module in megatestdir.
2006-09-22 Bruno HaiblePass to the gl_GETLOADAVG macro the $gl_source_base...
2006-09-22 Ralf Wildenhues* gnulib-tool (func_version): Create output all at...
2006-09-19 Eric Blake* gnulib-tool: Avoid space-tab.
2006-09-19 Ralf Wildenhues* gnulib-tool (func_exit): New function, to allow to...
2006-09-18 Paul Eggert* gnulib-tool (avoidlist): Fix typo that broke options...
2006-09-18 Bruno HaibleAvoid to execute while loops in a subshell.
2006-09-18 Bruno HaibleAvoid quadratic complexity due to string concatenations.
2006-09-18 Bruno HaibleSpeed up presentation of the include files.
2006-09-18 Bruno HaibleRewrite all file names at once.
2006-09-18 Bruno HaibleSpeed up func_modules_transitive_closure.
2006-09-18 Bruno HaibleUse "sort -u" where it makes sense.
2006-09-13 Bruno HaibleTweak for automake.
2006-09-09 Bruno HaibleFor libraries not built with libtool:
2006-09-07 Bruno HaibleA comment about automake-1.9b.
2006-09-06 Bruno HaibleAdd support for LDFLAGS of the generated library.
2006-09-01 Paul Eggert* gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
2006-09-01 Bruno HaibleImprove maintainability.
2006-08-31 Eric Blake* gnulib-tool: Don't let emacs change spaces to TAB.
2006-08-31 Bruno HaibleSlightly change the output generated by --makefile...
2006-08-31 Bruno HaibleFix problem when calling "gnulib-tool --update" on...
2006-08-30 Paul Eggert* MODULES.html.sh (Support for building documentation...
2006-08-28 Paul Eggert* gnulib-tool (emit_lib_Makefile_am): Don't put $makefi...
2006-08-28 Bruno HaibleNew option --makefile-name.
2006-08-28 Bruno HaibleReorder some statements.
2006-08-28 Bruno HaibleSmall fix after --local-dir introduction.
2006-08-28 Bruno HaibleSave the --local-dir value in the cache file.
2006-08-28 Bruno HaibleBetter error handling.
2006-08-26 Paul EggertNew config-h module, so that "make" output needn't...
2006-08-24 Bruno HaibleTest other subdirectory names than 'lib' and 'm4'.
2006-08-23 Bruno HaibleSeparate the "early" and the "normal" part of the macro.
2006-08-22 Bruno HaibleMake it possible to use lib_LTLIBRARIES in a snippet.
2006-08-21 Bruno HaibleMake it possible to install the generated library.
2006-08-21 Bruno HaibleDon't create a $(pkgdatadir) if there's nothing to...
2006-08-21 Bruno HaibleMake it work also with Solaris /bin/sh.
2006-08-15 Bruno HaibleCOPYING is not a module.
2006-08-10 Bruno HaibleApply last patch also to --create-testdir.
2006-08-10 Eric Blake* gnulib-tool (func_import): Detect unexpanded macros...
2006-08-08 Bruno HaibleAllow AC_REQUIREs in the configure.ac snippet.
2006-08-07 Bruno HaibleMake pkgdata_DATA a cumulative variable. From Ralf...
2006-08-04 Bruno HaibleFix for "make -j 3".
2006-07-31 Bruno HaibleClean core dumps.
2006-07-31 Bruno HaibleImprove autoconf_minversion detection.
2006-07-31 Bruno HaibleNew option --no-libtool.
2006-07-29 Bruno HaibleTweak error message about missing --doc-base.
2006-07-29 Bruno HaibleMake it possible to use a locally augmented gnulib.
2006-07-29 Bruno HaibleSupport projects without a top-level Makefile.am.
2006-07-29 Bruno HaibleRemove the --assume-autoconf option.
2006-07-29 Bruno HaibleAvoid creating an empty doc directory.
2006-07-29 Bruno HaibleSplit the --help output into several paragraphs.
2006-07-29 Bruno HaibleRevert the --help output reordering.
2006-07-29 Bruno HaibleImprove an error message.
2006-07-20 Paul Eggert* gnulib-tool (func_usage): Document --assume-autoconf...
2006-07-20 Bruno HaibleAdd option --assume-autoconf. Default is back to 2.59.
2006-07-20 Bruno HaibleReorder tests in doc-base patch.
2006-07-15 Karl Berryhelp message tweaks
2006-07-11 Eric Blake* gnulib-tool: List --doc-base before --tests-base.
2006-07-11 Eric Blake* modules/fdl: New module, to install doc/fdl.texi.
2006-07-09 Paul Eggert* gnulib-tool (func_get_filelist): Don't echo m4/onceon...
2006-06-23 Bruno HaibleInvent MOSTLYCLEANDIRS.
2006-05-09 Eric Blake* gnulib-tool (func_version): Base copyright year on...
2006-05-02 Bruno HaibleMake --update option actually work.
2006-04-25 Bruno HaibleSort the #include directives more carefully.
2006-04-24 Bruno HaibleSupport for packages that use "gettextize --intl"....
2006-04-24 Bruno HaibleFix "gnulib-tool --dry-run --import" in a package that...
2006-02-13 Simon Josefsson* gnulib-tool (Usage): Fix --import, from
2006-01-26 Bruno Haible'trap' portability trapped me...
2006-01-25 Bruno HaiblePortability problem with Solaris sh.
2006-01-24 Bruno HaibleFix portability problem to Solaris 9 sh.
2006-01-22 Paul Eggert* gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass...
2006-01-19 Simon JosefssonSimplify my *-tests modules.
2006-01-12 Bruno HaibleFix sed_replace_auxdir.
2006-01-11 Bruno HaibleMake the AUTOCONF etc. commands overridable by the...
next