1. 19 Apr, 1999 4 commits
  2. 18 Apr, 1999 10 commits
  3. 17 Apr, 1999 19 commits
  4. 16 Apr, 1999 7 commits
    • system.h: Always prototype abort. · 2a611d21
      1999-04-16 22:44 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
      	* system.h: Always prototype abort.  Prototype fatal.  Define
      	abort to call fatal, not fprintf/exit.  Define a stub macro
      	for trim_filename.
      	* toplev.c: Define DIR_SEPARATOR.  (trim_filename): New
      	function.
      	* toplev.h: Prototype trim_filename, and #undef system.h's stub.
      	* gcc.c, genattr.c, genattrtab.c, gencodes.c, genconfig.c,
      	genemit.c, genextract.c, genflags.c, genopinit.c, genoutput.c,
      	genpeep.c, genrecog.c: Make fatal non-static.
      	* gcov.c, gengenrtl.c, protoize.c: #undef abort after
      	including system.h.
      	* config/i386/dgux.h, config/m68k/xm-amix.h: Remove stale code
      	relating to abort.
      
      From-SVN: r26511
      Zack Weinberg committed
    • Note char-conversion-related optimizations. · bf69fb7e
      From-SVN: r26510
      Per Bothner committed
    • InputStreamReader.java (<init>): Set super.in correctly. · 839df961
      �
      	* java/io/InputStreamReader.java (<init>):  Set super.in correctly.
      	* java/io/OutputStreamWriter.java (<init>):  Set super.in correctly.
      	(writeChars):  Don't be quite so eager to flush.
      	* java/io/PrintStream.java:  Rewrite.  Now more similar to
      	OutputStreamWriter, using explicit UnicodeToBytes converter.
      	Also, autoflush does not need to flush so often.
      	* java/lang/natString.cc (getBytes):  More efficient algorithm.
       	(init(jbyteArray,jint,jint,jstring)):  More efficient.
      
      From-SVN: r26509
      Per Bothner committed
    • InputStreamReader.java (<init>): Set super.in correctly. · a99ce7ca
      �
      	* java/io/InputStreamReader.java (<init>):  Set super.in correctly.
      	* java/io/OutputStreamWriter.java (<init>):  Set super.in correctly.
      	(writeChars):  Don't be quite so eager to flush.
      	* java/io/PrintStream.java:  Rewrite.  Now more similar to
      	OutputStreamWriter, using explicit UnicodeToBytes converter.
      	Also, autoflush does not need to flush so often.
      	* java/lang/natString.cc (getBytes):  More efficient algorithm.
       	(init(jbyteArray,jint,jint,jstring)):  More efficient.
      
      From-SVN: r26508
      Per Bothner committed
    • class.c (finish_struct): Remove unused variable. · 78638e24
      	* class.c (finish_struct): Remove unused variable.
      	(pushclass): Likewise.
      	(invalidate_class_lookup_cache): Likewise.
      	* cp-tree.def (TYPENAME_TYPE): Improve documentation.
      	* decl.c (build_typename_type): Make sure TYPENAME_TYPE_FULLNAME
      	doesn't get obliterated.
      	(make_typename_type): Handle template classes correctly.
      
      From-SVN: r26507
      Mark Mitchell committed
    • tweak spelling · 4d1bb612
      From-SVN: r26506
      Jason Merrill committed
    • Makefile.am: Various changes for new files and conversions. · 714091c6
      �
      	* Makefile.am:  Various changes for new files and conversions.
      
      From-SVN: r26505
      Per Bothner committed