diff options
author | Bruno Haible <bruno@clisp.org> | 2005-01-14 12:24:23 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:04 +0200 |
commit | b75dbb75f5be7bb102ea019b1d45d096540a2fa9 (patch) | |
tree | 8034890138fb8f6e5379e06779a85e129f54f475 /gettext-tools/ChangeLog | |
parent | 7930a02ede8b3999f8ce59134759a02a360240ed (diff) | |
download | external_gettext-b75dbb75f5be7bb102ea019b1d45d096540a2fa9.zip external_gettext-b75dbb75f5be7bb102ea019b1d45d096540a2fa9.tar.gz external_gettext-b75dbb75f5be7bb102ea019b1d45d096540a2fa9.tar.bz2 |
msggrep now uses libgrep, instead of calling 'grep' through the command line.
Diffstat (limited to 'gettext-tools/ChangeLog')
-rw-r--r-- | gettext-tools/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 26708eb..952bb1b 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,13 @@ +2005-01-08 Bruno Haible <bruno@clisp.org> + + * libgrep: New subdirectory. + * configure.ac: Invoke gt_LIBGREP. Declare libgrep/Makefile.am. + * Makefile.am (SUBDIRS): Add libgrep. + (config.h_vms, config.h.msvc): Define HAVE_DECL_STRDUP, HAVE_MEMCHR, + restrict. + * Makefile.msvc: Recurse into libgrep as well. + * Makefile.vms: Likewise. + 2005-01-06 Bruno Haible <bruno@clisp.org> * configure.ac: Invoke gl_STRCASE. Don't test for strcasecmp and |