1. 06 May, 1999 7 commits
    • Update · 775de547
      From-SVN: r26798
      Per Bothner committed
    • natSystem.cc (DEFAULT_FILE_ENCODING): New macro. · 11a606eb
      �
      	* java/lang/natSystem.cc (DEFAULT_FILE_ENCODING):  New macro.
      	(default_file_encoding):  New global, initial value is above macro.
      	(init_properties):  Default file.encoding to default_file_encoding.
      
      From-SVN: r26797
      Per Bothner committed
    • *** empty log message *** · bb27e388
      From-SVN: r26796
      Per Bothner committed
    • InflaterInputStream.java: New stub class. · 0ec3c547
      �
      	* InflaterInputStream.java:  New stub class.
      	* ZipInputStream.java:  New class.  Partly works.
      	* ZipConstants.java:  Add two (internal) constants.
      	* ZipEntry.java (timeFromDOS):  New static (non-public) method.
      	* ZipFile.java:  Make it mostly work, except for compression.
      	* ZipOutputStream.java:  Start implementation.
      
      From-SVN: r26795
      Per Bothner committed
    • InflaterInputStream.java: New stub class. · f7f65c79
      8
      	* InflaterInputStream.java:  New stub class.
      	* ZipInputStream.java:  New class.  Partly works.
      	* ZipConstants.java:  Add two (internal) constants.
      	* ZipEntry.java (timeFromDOS):  New static (non-public) method.
      	* ZipFile.java:  Make it mostly work, except for compression.
      	* ZipOutputStream.java:  Start implementation.
      
      From-SVN: r26794
      Per Bothner committed
    • InflaterInputStream.java: New stub class. · 0e9c6b0b
      e
      	* InflaterInputStream.java:  New stub class.
      	* ZipInputStream.java:  New class.  Partly works.
      	* ZipConstants.java:  Add two (internal) constants.
      	* ZipEntry.java (timeFromDOS):  New static (non-public) method.
      	* ZipFile.java:  Make it mostly work, except for compression.
      	* ZipOutputStream.java:  Start implementation.
      
      From-SVN: r26793
      Per Bothner committed
    • InflaterInputStream.java: New stub class. · efd6b47e
      u
      	* InflaterInputStream.java:  New stub class.
      	* ZipInputStream.java:  New class.  Partly works.
      	* ZipConstants.java:  Add two (internal) constants.
      	* ZipEntry.java (timeFromDOS):  New static (non-public) method.
      	* ZipFile.java:  Make it mostly work, except for compression.
      	* ZipOutputStream.java:  Start implementation.
      
      From-SVN: r26792
      Per Bothner committed
  2. 05 May, 1999 18 commits
  3. 04 May, 1999 6 commits
  4. 03 May, 1999 9 commits
    • typeck.c (string_conv_p): Use same_type_p to check whether we try to convert… · 6e176bd6
      typeck.c (string_conv_p): Use same_type_p to check whether we try to convert between char and wchar_t.
      
      	* typeck.c (string_conv_p): Use same_type_p to check whether we
      	try to convert between char and wchar_t.
      
      From-SVN: r26764
      Martin v. Löwis committed
    • New test case · 891febc6
      From-SVN: r26763
      Martin v. Löwis committed
    • aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Change non-PowerPC and AIX64 combination to warning. · bf034054
              * rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Change non-PowerPC
              and AIX64 combination to warning.  Add warning for disabling
              PowerPC64 support when using 64-bit mode.
              (LIB_SPEC): Do not link with libg.a in 64-bit mode.
              (LINK_SPEC): Do not export libg.exp symbols in 64-bit mode.
              * rs6000/rs6000.h (MY_ISCOFF): Treat import/export files as valid
              XCOFF files.
              (read_only_data_section, private_data_section,
              read_only_private_data_section): Always align CSECTs to doubleword
              boundary regardless of mode.
              (TEXT_SECTION_ASM_OP): Align text CSECT on doubleword boundary in
              64-bit mode.
              (DATA_SECTION_ASM_OP): Always align CSECT to doubleword boundary.
              (ASM_OUTPUT_LOCAL): Use rounded size in 64-bit mode to
              maintain doublword alignment.
      
      From-SVN: r26762
      David Edelsohn committed
    • parse-scan.y (interface_declaration): Call report_class_declaration for interfaces. · 51d2ffa1
      	* parse-scan.y (interface_declaration): Call
      	report_class_declaration for interfaces.
      
      From-SVN: r26761
      Tom Tromey committed
    • parse-scan.y (interface_declaration): Call report_class_declaration for interfaces. · a7f0ef91
      	* parse-scan.y (interface_declaration): Call
      	report_class_declaration for interfaces.
      
      From-SVN: r26760
      Tom Tromey committed
    • fix CTIME_subr bug · c56f65d6
      From-SVN: r26759
      Craig Burley committed
    • check-init.c (check_init): Exclude a case of error when doing xrefs. · 7f10c2e2
      Fri Apr 30 17:54:40 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      	* check-init.c (check_init): Exclude a case of error when doing
       	xrefs.
      	* class.c (layout_class_method): Don't generate the error message
       	twice when compiling from source.
      	* lang-options.h: Added `-Wredundant-modifers' and
      	`-Wunusupported-jdk11' flags and help text.
      	* lang.c (lang_decode_option): Added support for
       	`-Wunsupported-jdk11' and `-Wredundant-modifiers'.
      	flag_static_local_jdk11 and flag_redundant set accordingly.
      	* lex.c (java_lex): Call BUILD_OPERATOR on CCB_TK.
      	* parse.h (EXPR_WFL_ADD_COL): New macro.
      	(DECL_END_SOURCE_LINE): Likewise.
      	(DECL_INHERITED_SOURCE_LINE): Likewise.
      	* parse.y (static_ref_err): New function, prototyped.
      	(CCB_TK): Now tagged <operator>.
      	(class_body:): Remember the location of the closing '}' of a class
       	definition when doing xrefs.
      	(block:): Likewise.
      	(block_end:): Likewise.
      	(create_class): Remember the location of the inherited class
       	identifier when doing xrefs.
      	(register_fields): Added test on first operand of `init' before
       	testing it TREE_CODE.
      	(method_header): Store the location of the class identifier in the
       	class decl when doing xrefs.
      	(finish_method_declaration): Don't combine first/last method line
       	when doing xref.
      	(java_check_regular_methods): Warning check on not overriding
       	methods with default access on other packages move before check on
       	static methods. Initialization of `aflags' also moved up.
      	(resolve_expression_name): Call static_ref_err to report the error.
      	(static_ref_err): New function, implemented.
      	(resolve_field_access): Returned simplified static field access
       	when doing xrefs.
      	(resolve_qualified_expression_name): Check for illegal use of
       	static fields in a non static context. Call static_ref_err to
       	report error in various places.
      	(java_complete_tree): To not fold initialized static fields when
       	doing xrefs.
      	(java_complete_lhs): Likewise.
      
      From-SVN: r26758
      Alexandre Petit-Bianco committed
    • Declare ABORT as intrinsic · dbd9ec97
      From-SVN: r26757
      Craig Burley committed