+2000-08-26 Kenichi Handa <handa@etl.go.jp>
+
+ * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
+ "case "${canonical}" in".
+
2000-08-25 Kenichi Handa <handa@etl.go.jp>
* leim-Makefile.in: Rename skkdic to ja-dic throughout the file.
+2000-08-26 Kenichi Handa <handa@etl.go.jp>
+
+ * charset.c (char_to_string): Check the character validity.
+ (char_valid_p): If C is not less than MAX_CHAR, be sure to return
+ 0.
+
2000-08-25 Stefan Monnier <monnier@cs.yale.edu>
* regex.c (PUSH_FAILURE_COUNT): New macro.
*p++ = c + 0x20;
}
}
- else if (CHAR_VALID_P (c))
+ else if (CHAR_VALID_P (c, 0))
{
int charset, c1, c2;