Add ChangeLog entry for the previous checkin.

This commit is contained in:
Akim Demaille
2008-11-11 14:48:56 +01:00
parent 11707b2b48
commit de62edee66

View File

@@ -1,3 +1,15 @@
2008-11-11 Akim Demaille <demaille@gostai.com>
Test 214 was failing: it greps with a pattern containing [ ]*
which obviously meant to catch spaces and tabs, but contained only
spaces. Tabulations in sources are a nuisance, so to simplify the
matter, get rid of all the tabulations in the Java sources. The
other skeletons will be treated equally later.
* data/java.m4, data/lalr1.java: Untabify.
* tests/java.at: Simplify AT_CHECK_JAVA_GREP invocations:
tabulations are no longer generated.
2008-11-11 Paolo Bonzini <bonzini@gnu.org>
* bootstrap.conf: Replace m4/warning.m4 with warnings module.