1. 15 Jan, 2003 33 commits
  2. 14 Jan, 2003 7 commits
    • 2003-01-14 Michael Koch <konqueror@gmx.de> · 8cb5ee71
      	* java/net/InetSocketAddress.java
      	(serialVersionUID): New member variable.
      	* java/net/NetPermission.java
      	(NetPermission): Dont implement java.io.Serialization directly.
      	* java/net/SocketAddress.java:
      	(serialVersionUID): Documentation added.
      
      From-SVN: r61305
      Michael Koch committed
    • Further conform g++'s __vmi_class_type_info to the C++ ABI specification. · a7189b49
      2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
      
      	Further conform g++'s __vmi_class_type_info to the C++ ABI
      	specification.
      	* gcc/cp/rtti.c (dfs_class_hint_mark): Do not set hints not
      	specified by the specification.
      	(class_hint_flags): Likewise.
      	* gcc/testsuite/g++.old-deja/g++.abi/vmihint.C (main): Revise
      	expected flags per the specification.
      	* libstdc++-v3/libsupc++/cxxabi.h
      	(__vmi_class_type_info::__flags_masks): Remove enumerations not
      	required by the specification.
      
      From-SVN: r61304
      Jeffrey D. Oldham committed
    • 2003-01-14 Michael Koch <konqueror@gmx.de> · 7365ecf7
      	* java/awt/Label.java
      	(Label): Implements javax.accessibility.Accessible;
      	* java/awt/List.java
      	(List): Implements javax.accessibility.Accessible;
      	* java/awt/ScrollPane.java
      	(ScrollPane): Implements javax.accessibility.Accessible;
      	* java/awt/Scrollbar.java
      	(Scrollbar): Implements javax.accessibility.Accessible;
      	* java/awt/TextComponent.java
      	(setCaretPosition): Throw exception, documentation added.
      	* java/awt/Toolkit.java:
      	Added some newlines in method documentations.
      	(createButton): Exception documentation added.
      	(createTextField): Exception documentation added.
      	(createLabel): Exception documentation added.
      	(createList): Exception documentation added.
      	(createCheckbox): Exception documentation added.
      	(createScrollbar): Exception documentation added.
      	(createScrollPane): Exception documentation added.
      	(createTextArea): Exception documentation added.
      	(createChoice): Exception documentation added.
      	(createFrame): Exception documentation added.
      	(createWindow): Exception documentation added.
      	(createDialog): Exception documentation added.
      	(createMenuBar): Exception documentation added.
      	(createMenu): Exception documentation added.
      	(createMenuItem): Exception documentation added.
      	(createFileDialog): Exception documentation added.
      	(createCheckboxMenuItem): Exception documentation added.
      	(loadSystemColors): Exception documentation added.
      	(setDynamicLayout): Exception documentation added.
      	(isDynamicLayoutSet): Exception documentation added.
      	(isDynamicLayoutActive): Exception documentation added.
      	(getScreenSize): Exception documentation added.
      	(getScreenResolution): Exception documentation added.
      	(getScreenInsets): Exception documentation added.
      	(getColorModel): Exception documentation added.
      	(getSystemClipboard): Exception documentation added.
      	(getSystemSelection): Exception documentation added.
      	(getMenuShortcutKeyMask): Exception documentation added.
      	(getSystemEventQueue): Exception documentation added.
      	* java/awt/Window.java:
      	Reindented some code.
      	(Window): Centralized implementation, documentation added.
      	(finalize): Documentation added.
      	(hide): Fixed typo in comment.
      	(getWindowListeners): Documentation added.
      	* java/awt/color/ColorSpace.java
      	(toRGB): Documentation added.
      	* java/awt/color/ICC_ColorSpace.java
      	(ICC_ColorSpace): Documentation added.
      	(toRGB): Throw exception, documentation added.
      	(fromRGB): Throw exception, documentation added.
      	(toCIEXYZ): Documentation added.
      	(fromCIEXYZ): Documentation added.
      	(getMinValue): Documentation added.
      	(getMaxValue): Documentation added.
      	* java/awt/geom/Dimension2D.java
      	(clone): Documentation added.
      	* java/awt/geom/GeneralPath.java
      	(clone): Documentation added.
      	* java/awt/geom/Line2D.java
      	(clone): Documentation added.
      	* java/awt/geom/QuadCurve2D.java
      	(clone): Documentation added.
      	* java/awt/image/ColorModel.java
      	(ColorModel): Throw exception, documentation added.
      	* java/awt/image/ImageFilter.java
      	(clone): Doesnt throw CloneNotSupportedException.
      
      From-SVN: r61303
      Michael Koch committed
    • * config.h.in: Rebuilt. · b41621ee
      From-SVN: r61302
      Tom Tromey committed
    • ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove. · 6028880a
      	* config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
      	(VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
      
      	* config/ip2k/ip2k.c (ip2k_attribute_table): New table of
              attributes.
      	(TARGET_ATTRIBUTE_TABLE): New macro.
      	(valid_machine_type_attribute): Remove.
      	(valid_machine_decl_attribute): Remove.
      	(ip2k_handle_progmem_attribute): New function.
      	(ip2k_handle_fndecl_attribute): New function.
      
      From-SVN: r61295
      Denis Chertykov committed
    • natRuntime.cc (_load): StackTrace access needs to be in a try block. · 4cf0d20f
      2003-01-14  Andrew Haley  <aph@redhat.com>
      
              * java/lang/natRuntime.cc (_load): StackTrace access needs to be
              in a try block.
      
      From-SVN: r61293
      Andrew Haley committed
    • class.c (make_class_data): Check that super is compiled before building class reference to it. · d9bbf3f7
      	* class.c (make_class_data): Check that super is compiled before
      	building class reference to it.
      
      From-SVN: r61292
      Tom Tromey committed