[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Uploaded bock 0.14 (source i386) to chiark



-----BEGIN PGP SIGNED MESSAGE-----

Format: 1.5
Date: Wed, 23 Sep 1998 17:28:18 +0100
Source: bock
Binary: bock
Architecture: source i386
Version: 0.14
Distribution: unstable
Urgency: low
Maintainer: Charles Briscoe-Smith <cpbs@debian.org>
Description: 
 bock       - Bootstrap-only compiler kit for a subset of Java(tm)
Changes: 
 bock (0.14) unstable; urgency=low
 .
   * Implemented stack traces.  The implementation may be somewhat
     inefficient, but at least we now have some kind of diagnostics.
   * Implemented \uXXXX Unicode escapes.  Caveat: these work ONLY in
     character and string literals.  These literals are, however, fully
     16-bit clean.  '\0' in string literals now works properly.
 .
   * Implemented java.io.BufferedInputStream.
 .
   * Made java.io.FilterOutputStream call its flush() method before
     closing its contained stream.  This doesn't conform to the JLS, but
     it is specified by both the JDK 1.1 documentation, and common sense.
   * Fixed a bug in toString() in both java.lang.Integer and
     java.lang.Long, where an erroneous '0' was inserted in single-digit
     negative numbers.
   * Fixed a hideous bug in the set() and clear() methods of
     java.util.BitSet.  (I transposed &= with |=.)
 .
   * Made stringpool_intern_wide() allocate memory using xmalloc()
     (which calls GC_malloc()), rather than calling malloc() and realloc()
     directly and then storing pointers to GC_malloc()ed memory in there.
     This seems to have been causing memory to be collected too early,
     and was corrupting the string pool.
 .
   * Removed a spurious error message associated with nested array
     initialisers.
 .
   * Since bock can now compile JLex (with minor changes, namely to move
     the square brackets before the declarator in all declarations, and
     to delete a spurious semicolon which javac should not have accepted
     anyway), JLex is now part of bock's test suite.
Files: 
 74b5e8ea43a4080bce0de446cf9c4158 544 devel extra bock_0.14.dsc
 f5ac757f50c9f9ed9b46dc15c2ddb55e 181428 devel extra bock_0.14.tar.gz
 8afc2dd3475840e7ba1470a3a3f69898 72730 devel extra bock_0.14_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv

iQCVAwUBNglPV6d3thqzXugRAQGNigQAhfLjq5rOMgzuxlfI6SoTaJReOjKDMECg
4lUEp6qnHryC/B8xZPR09Im59BmAqS9XbUEG8QYCUXvoOZAIVGG/DjfL/9bygphg
dvB+15RQS1Uccao01/NRlReZuy/czN0JT9IoovqvNmwFMoX5C9weIVfbOs6N6HHj
1HV9U6OMO08=
=kJLm
-----END PGP SIGNATURE-----


Reply to: