lex.c (java_read_char): Fixed utf8 decoding.
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Mon, 8 Feb 1999 11:20:39 +0000 (11:20 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Mon, 8 Feb 1999 11:20:39 +0000 (03:20 -0800)
commitacd663ee8d130f87133566064f02b94bedcea9d4
treefe8affd6a54b3a7c6a1eeab7a46a96cb0e85bed2
parent5f784c1db94c3df95d307b9d0688778e0ed7679a
lex.c (java_read_char): Fixed utf8 decoding.

Fri Jan 29 18:19:02 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* lex.c (java_read_char): Fixed utf8 decoding.
(java_unicode_2_utf8): Fixed utf8 encoding in the 0x800-0xffff
  range.
* parse.y (valid_builtin_assignconv_identity_widening_p): Fixed
  comments. Local variable `all_primitive' is gone. Broadened
  acceptance of `0' to floating point targets. `long' can now be
  widened to `double' or `float'.
(valid_method_invocation_conversion_p): Added leading
  comment. Fixed tabulation.
(build_string_concatenation): Optimize out left or right empty
  string constants.

From-SVN: r25078
gcc/java/ChangeLog
gcc/java/lex.c
gcc/java/parse.c
gcc/java/parse.y