summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPedro J. Ruiz Lopez <holzplatten@es.gnu.org>2007-02-18 23:27:30 +0000
committerPedro J. Ruiz Lopez <holzplatten@es.gnu.org>2007-02-18 23:27:30 +0000
commit9f64ef6bcd017fec9b6815ac00cad80a11922029 (patch)
tree5cbb32faddb7c341d9eed0543b9e253125b69608 /ChangeLog
parentd49b34302a70ad948ce9cbf5778b1b39adb4286d (diff)
downloadidutils-9f64ef6bcd017fec9b6815ac00cad80a11922029.tar.gz
idutils-9f64ef6bcd017fec9b6815ac00cad80a11922029.tar.bz2
idutils-9f64ef6bcd017fec9b6815ac00cad80a11922029.zip
* Fix warning for redefined cpp macros
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c96c282..1f8daef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+2007-02-19 Pedro J. Ruiz Lopez <holzplatten@es.gnu.org>
+
+ * Upgraded gnulib.
+ * Upgraded gettext.
+
+ * lib/regex_internal.h: fix warnings about redefined cpp macros.
+
2007-01-19 Jim Meyering <jim@meyering.net>
- Temporary fix simply to avoid the infloop.
+ temporary fix simply to avoid the infloop.
* libidu/scanners.c (get_token_lisp): Disable the code that
treats '[]' as part of a kawa identifier. It could call ungetc
two or three times in a row. One is the maximum.