1. 17 Mar, 2003 17 commits
    • Beans.java: Explicitely import classes not packages. · 6d047468
      2003-03-17  Michael Koch  <konqueror@gmx.de>
      
      	* java/beans/Beans.java:
      	Explicitely import classes not packages.
      	* java/beans/FeatureDescriptor.java
      	(preferred): New member variable.
      	(isPreferred): New method.
      	(setPreferred): New method.
      	* java/beans/PropertyEditorManager.java:
      	Explicitely import used classes.
      	* java/beans/beancontext/BeanContextChild.java:
      	Added line wrapping.
      	* java/beans/beancontext/BeanContextChildSupport.java:
      	Reindented.
      	* java/beans/beancontext/BeanContextEvent.java:
      	Reindented.
      
      From-SVN: r64486
      Michael Koch committed
    • 2003-03-17 Michael Koch <konqueror@gmx.de> · 2ff04cc6
      	* java/awt/Dialog.java
      	(Dialog): New constructor, changed implementations, added
      	documentation.
      	* java/awt/ScrollPaneAdjustable.java
      	(ScrollPaneAdjustable): Extends Object, implements Adjustable and
      	Serializable.
      	(serialVersionUID): New member variable.
      	(sp): New member variable.
      	(orientation): New member variable.
      	(value): New member variable.
      	(minimum): New member variable.
      	(maximum): New member variable.
      	(visibleAmount): New member variable.
      	(unitIncrement): New member variable.
      	(blockIncrement): New member variable.
      	(AdjustmentListener): New member variable.
      	(ScrollPaneAdjustable): New implementation.
      	(addAdjustmentListener): New method.
      	(removeAdjustmentListener): New method.
      	(getAdjustmentListeners): New method.
      	(getBlockIncrement): New method.
      	(getMaximum): New method.
      	(getMinimum): New method.
      	(getOrientation): New method.
      	(getUnitIncrement): New method.
      	(getValue): New method.
      	(getVisibleAmount): New method.
      	(setBlockIncrement): New method.
      	(setMaximum): Implemented.
      	(setMinimum): Implemented.
      	(setUnitIncrement): New method.
      	(setValue): New method.
      	(setVisibleAmount): Implemented.
      	(paramString): New stubbed method.
      	* java/awt/Window.java
      	(show): Call setVisible().
      	(hide): Call setVisible().
      	(processEvent): Add cases for WINDOW_GAINED_FOCUS, WINDOW_LOST_FOCUS
      	and WINDOW_STATE_CHANGED.
      	(processWindowFocusEvent): New method.
      	(processWindowStateEvent): New method.
      	(postEvent): Deprecated.
      	(applyResourceBundle): Deprecated.
      	* java/awt/datatransfer/DataFlavor.java
      	(DataFlavor): Doesn't thow ClassNotFoundException.
      
      From-SVN: r64485
      Michael Koch committed
    • Fixed attribution of last checkin. · 94833648
      From-SVN: r64484
      Dave Love committed
    • osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__, __arch64__ to match Compaq cc. · aeefc21d
      	* config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
      	__arch64__ to match Compaq cc.
      
      From-SVN: r64480
      Dave Love committed
    • Makefile.am (C_COMPILE): Remove. · c31da8a5
      	* libsupc++/Makefile.am (C_COMPILE): Remove.
      	(LTCOMPILE): Likewise.
      	* libsupc++/Makefile.in: Regenerate.
      
      From-SVN: r64477
      Danny Smith committed
    • And now the version for the javax.print.attribute addition. · 1c677dbe
      From-SVN: r64474
      Michael Koch committed
    • 2003-03-17 Michael Koch · 90310c23
      	* javax/print/attribute/Attribute.java,
      	javax/print/attribute/AttributeSet.java,
      	javax/print/attribute/PrintRequestAttributeSet.java:
      	New files.
      	* Makefile.am
      	(javax_source_files): Added new files:
      	javax/print/attribute/Attribute.java
      	javax/print/attribute/AttributeSet.java
      	javax/print/attribute/PrintRequestAttributeSet.java
      	* Makefile.in: Regenerated.
      
      From-SVN: r64473
      Michael Koch committed
    • 2003-03-17 Michael Koch · 6e827a37
      	* javax/print/attribute/Attribute.java,
      	javax/print/attribute/AttributeSet.java,
      	javax/print/attribute/PrintRequestAttributeSet.java:
      	New files.
      	* Makefile.am
      	(awt_java_source_files): Added new files:
      	javax/print/attribute/Attribute.java
      	javax/print/attribute/AttributeSet.java
      	javax/print/attribute/PrintRequestAttributeSet.java
      	* Makefile.in: Regenerated.
      
      From-SVN: r64472
      Michael Koch committed
    • c-opts.c: Default TARGET_EBCDIC to 0 if not defined. · 783e2989
      	* c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
      	(c_common_init): Set EBCDIC in cpp options.
      	* cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
      	not conditional compilation.
      	* cpplib.h (struct cpp_options): New entry EBCDIC.
      
      From-SVN: r64471
      Neil Booth committed
    • function.c (thread_prologue_and_epilogue_insns): Set delete_unused argument to 0 for redirect_jump. · 47009d11
      	* function.c (thread_prologue_and_epilogue_insns): Set delete_unused
      	argument to 0 for redirect_jump.
      
      From-SVN: r64468
      Michael Hayes committed
    • re PR c++/8805 (compile time regression with many member variables) · bafb714b
      	PR c++/8805
      	* except.c (eh_region_u_cleanup): Add prev_try.
      	(expand_eh_region_end_cleanup): Set it.
      	(reachable_handlers): Use it to skip over cleanup blocks.
      
      
      	PR c++/8805
      	* g++.dg/eh/cleanup1.C: New test.
      
      From-SVN: r64465
      Mark Mitchell committed
    • Make-lang.in (treelang.tags): Remove duplicate entry. · 40a4184c
      Treelang:
      2003-03-17  Andreas Jaeger  <aj@suse.de>
      
      	* Make-lang.in (treelang.tags): Remove duplicate entry.
      
      cp:
      2003-03-17  Andreas Jaeger  <aj@suse.de>
      
      	* Make-lang.in (cp/TAGS): Remove.
      
      From-SVN: r64463
      Andreas Jaeger committed
    • linux64.h (TARGET_64BIT): Redefine. · 7b3464ee
      	* config/rs6000/linux64.h (TARGET_64BIT): Redefine.
      	(TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
      	(SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
      	(SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
      
      From-SVN: r64462
      Alan Modra committed
    • resolve.cc (ncode): Use _Jv_platform_ffi_abi. · 2b7f1f8f
      	* resolve.cc (ncode): Use _Jv_platform_ffi_abi.
      	Include platform.h.
      	* java/lang/natRuntime.cc (insertSystemProperties): Use
      	_Jv_platform_path_separator.
      	(nativeGetLibname): Use _Jv_platform_file_separator.
      	(_load): Use _Jv_platform_onload_names.
      	(onload_names): New global.
      	* include/win32.h (_Jv_platform_file_separator): New define.
      	(_Jv_platform_path_separator): Likewise.
      	(_Jv_platform_onload_names): Likewise.
      	(_Jv_platform_ffi_abi): Likewise.
      	* include/posix.h (_Jv_platform_file_separator): New define.
      	(_Jv_platform_path_separator): Likewise.
      	(_Jv_platform_onload_names): Likewise.
      	(_Jv_platform_ffi_abi): Likewise.
      
      From-SVN: r64461
      Tom Tromey committed
    • Daily bump. · 01cca2d8
      From-SVN: r64460
      GCC Administrator committed
  2. 16 Mar, 2003 13 commits
  3. 15 Mar, 2003 10 commits