1. 15 Feb, 2003 5 commits
    • 2003-02-15 Michael Koch <konqueror@gmx.de> · c68c712e
      	* java/awt/datatransfer/DataFlavor.java
      	(isRepresentationClassByteBuffer): Removed try-catch block.
      	(isRepresentationClassCharBuffer): Removed try-catch block.
      	(isRepresentationClassReader): Removed try-catch block.
      
      From-SVN: r62935
      Michael Koch committed
    • 2003-02-15 Jesse Rosenstock <jmr@ugcs.caltech.edu> · a5915965
      	* java/nio/charset/Charset.java
      	(isRegistered): Fixed method args and implementation.
      	* java/nio/charset/CharsetEncoder.java
      	(unmappableCharacterAction): New method.
      
      From-SVN: r62934
      Jesse Rosenstock committed
    • 2003-02-15 Michael Koch <konqueror@gmx.de> · 30df932c
      	* java/awt/CheckboxMenuItem.java
      	(CheckBoxMenuItem): Dont implement Serializable.
      	(getListeners): New method,
      	(getItemListeners): New method.
      	* java/awt/Choice.java
      	(getListeners): New method,
      	(getItemListeners): New method.
      	* java/awt/Container.java
      	(getListeners): Added exception documentation.
      	(setFocusTraversalKeys): Throw exceptions, added documentattion.
      	(getFocusTraversalKeys): Added documentation.
      	(areFocusTraversalKeysSet): Added documentation.
      	(applyComponentOrientation): Added documentation.
      	* java/awt/ContainerOrderFocusTraversalPolicy.java
      	(implicitDownCycleTraversal): Renamed from downCycle for
      	serialization.
      	(ContainerOrderFocusTraversalPolicy): Added documentation.
      	(accept): Reformated.
      	* java/awt/Dialog.java
      	(Dialog): Dont implement Serializable.
      	(Dialog): Added documentation.
      	* java/awt/Font.java
      	(Font): Dont use absolute class name.
      	* java/awt/Frame.java
      	(Frame): Font implement Serializable.
      	* java/awt/List.java
      	(getListeners): New method,
      	(getActionListeners): New method.
      	(getItemListeners): New method.
      	* java/awt/Menu.java
      	(countItems): New deprecated method.
      	* java/awt/Scrollbar.java
      	(getListeners): New method,
      	(getAdjustmentListeners): New method,
      	* java/awt/TextComponent.java
      	(getListeners): New method,
      	(getTextListeners): New method,
      	* java/awt/TextField.java
      	(getListeners): New method,
      	(getActionListeners): New method.
      	* java/awt/Window.java
      	(windowFocusListener): New member variable.
      	(windowStateListener): New member variable.
      	(getWindowFocusListeners): New method.
      	(getWindowStateListeners): New method.
      	(addWindowFocusListener): New method.
      	(addWindowStateListener): New method.
      	(removeWindowFocusListener): New method.
      	(removeWindowStateListener): New method.
      	* java/awt/datatransfer/DataFlavor.java
      	(isRepresentationClassByteBuffer): New method.
      	(isRepresentationClassCharBuffer): New method.
      	(isRepresentationClassReader): New method.
      
      From-SVN: r62933
      Michael Koch committed
    • mingw32.h (LIBGCC_SPEC): Add libmingwex.a. · e898926c
      	* config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
      	Update copyright.
      	* config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a, for
      	-mno-cygwin case.
      
      From-SVN: r62932
      Danny Smith committed
    • Daily bump. · b62b6de0
      From-SVN: r62931
      GCC Administrator committed
  2. 14 Feb, 2003 17 commits
  3. 13 Feb, 2003 18 commits