PatchSet 6873 Date: 2005/08/25 22:24:58 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with gnu classpath: awt swing and other fixes from 23rd
Members: ChangeLog:1.4394->1.4395 libltdl/configure:1.88->1.89 libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c:1.14->1.15 libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c:1.11->1.12 libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c:1.18->1.19 libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c:1.25->1.26 libraries/clib/awt/classpath-qt/qttextfieldpeer.cpp:1.3->1.4 libraries/javalib/gnu/CORBA/ForwardRequestHelper.java:1.1->1.2 libraries/javalib/gnu/java/awt/peer/gtk/GtkChoicePeer.java:1.8->1.9 libraries/javalib/gnu/java/awt/peer/gtk/GtkComponentPeer.java:1.22->1.23 libraries/javalib/gnu/java/awt/peer/gtk/GtkFileDialogPeer.java:1.11->1.12 libraries/javalib/gnu/java/awt/peer/gtk/GtkFramePeer.java:1.14->1.15 libraries/javalib/gnu/java/awt/peer/gtk/GtkWindowPeer.java:1.14->1.15 libraries/javalib/gnu/java/awt/peer/qt/QtComponentPeer.java:1.5->1.6 libraries/javalib/java/awt/EventQueue.java:1.19->1.20 libraries/javalib/java/sql/Date.java:1.5->1.6 libraries/javalib/java/sql/Time.java:1.5->1.6 libraries/javalib/java/text/SimpleDateFormat.java:1.55->1.56 libraries/javalib/javax/swing/DefaultCellEditor.java:1.8->1.9 libraries/javalib/javax/swing/UIManager.java:1.10->1.11 libraries/javalib/javax/swing/event/SwingPropertyChangeSupport.java:1.3->1.4 libraries/javalib/javax/swing/plaf/basic/BasicDesktopPaneUI.java:1.3->1.4 libraries/javalib/javax/swing/plaf/basic/BasicInternalFrameUI.java:1.11->1.12 libraries/javalib/javax/swing/plaf/basic/BasicLookAndFeel.java:1.24->1.25 libraries/javalib/javax/swing/plaf/basic/BasicTreeUI.java:1.20->1.21 libraries/javalib/javax/swing/plaf/metal/MetalBorders.java:1.5->1.6 libraries/javalib/javax/swing/plaf/metal/MetalIconFactory.java:1.3->1.4 libraries/javalib/javax/swing/plaf/metal/MetalLookAndFeel.java:1.18->1.19 libraries/javalib/javax/swing/plaf/metal/MetalTreeUI.java:1.3->1.4 libraries/javalib/javax/swing/tree/DefaultTreeCellEditor.java:1.6->1.7 libraries/javalib/javax/xml/namespace/QName.java:1.10->1.11 libraries/javalib/org/omg/DynamicAny/_DynAnyFactoryStub.java:1.2->1.3 libraries/javalib/org/omg/DynamicAny/_DynAnyStub.java:1.2->1.3 libraries/javalib/org/omg/DynamicAny/_DynArrayStub.java:1.2->1.3 libraries/javalib/org/omg/DynamicAny/_DynEnumStub.java:1.2->1.3 libraries/javalib/org/omg/DynamicAny/_DynFixedStub.java:1.2->1.3 libraries/javalib/org/omg/DynamicAny/_DynSequenceStub.java:1.2->1.3 libraries/javalib/org/omg/DynamicAny/_DynStructStub.java:1.2->1.3 libraries/javalib/org/omg/DynamicAny/_DynUnionStub.java:1.2->1.3 libraries/javalib/org/omg/DynamicAny/_DynValueStub.java:1.2->1.3 libraries/javalib/org/omg/PortableServer/CurrentHelper.java:1.1->1.2 libraries/javalib/org/omg/PortableServer/ForwardRequest.java:1.1->1.2 libraries/javalib/org/omg/PortableServer/ForwardRequestHelper.java:1.1->1.2 libraries/javalib/org/omg/PortableServer/ServantActivatorHelper.java:1.1->1.2 libraries/javalib/org/omg/PortableServer/ServantLocatorHelper.java:1.1->1.2 libraries/javalib/org/omg/PortableServer/_ServantActivatorStub.java:1.1->1.2 libraries/javalib/org/omg/PortableServer/_ServantLocatorStub.java:1.1->1.2 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4394 kaffe/ChangeLog:1.4395 --- kaffe/ChangeLog:1.4394 Thu Aug 25 19:21:23 2005 +++ kaffe/ChangeLog Thu Aug 25 22:24:58 2005 @@ -2,6 +2,288 @@ Resynced with GNU Classpath. + 2005-08-25 Thomas Fitzsimmons <[EMAIL PROTECTED]> + + * gnu/java/awt/ClasspathToolkit.java (getFont): Throw + RuntimeException in case of error. + * gnu/java/awt/EmbeddedWindow.java (addNotify): Likewise. + + 2005-08-24 Thomas Fitzsimmons <[EMAIL PROTECTED]> + + * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c + (beginNativeRepaintID): Remove variable. + (endNativeRepaintID): Likewise. + (cp_gtk_button_init_jni): Don't look up beginNativeRepaint and + endNativeRepaint methods. + * gnu/java/awt/peer/gtk/GtkFramePeer.java (resizing): Remove + field. + * gnu/java/awt/peer/gtk/GtkWindowPeer.java, + native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c + (resizing): Remove field. + * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java (hiding): Remove + field. + (setVisible): Don't override. + * gnu/java/awt/peer/gtk/GtkChoicePeer.java, + native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c + (selectNative): New method. + (selectNativeUnlocked): Likewise. + (select): Call setNativeUnlocked if in the GTK main thread, + selectNative otherwise. + * gnu/java/awt/peer/gtk/GtkComponentPeer.java, + native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c + (gtkWidgetSetCursorUnlocked): New method. + (setCursor(Cursor)): Call gtkWidgetSetCursorUnlocked if in the GTK + main thread, gtkWidgetSetCursor otherwise. + (setVisibleNative): New method. + (setVisibleNativeUnlocked): Likewise. + (setVisible): Call setVisibleNativeUnlocked if in the GTK main + thread, setVisibleNative otherwise. + (hide): Call setVisible(false). + (show): Call setVisible(true). + + 2005-08-24 Tom Tromey <[EMAIL PROTECTED]> + + * java/text/SimpleDateFormat.java (compileFormat): Correctly + handle quoted single quotes. PR classpath/23183. + + 2005-08-24 David Gilbert <[EMAIL PROTECTED]> + + * javax/swing/plaf/metal/MetalIconFactory.java + (InternalFrameCloseIcon): new private class, + (InternalFrameAltMaximizeIcon): likewise, + (InternalFrameMaximizeIcon): likewise, + (InternalFrameMinimizeIcon): likewise, + (getInternalFrameCloseIcon): implemented, + (getInternalFrameMaximizeIcon): implemented, + (getInternalFrameMinimizeIcon): implemented, + (getInternalFrameAltMaximizeIcon): implemented. + + 2005-08-24 Mark Wielaard <[EMAIL PROTECTED]> + + * gnu/CORBA/ForwardRequestHelper.java: Update copyright boilerplate + address. + * javax/xml/namespace/QName.java: Likewise. + * org/omg/DynamicAny/_DynAnyFactoryStub.java: Likewise. + * org/omg/DynamicAny/_DynAnyStub.java: Likewise. + * org/omg/DynamicAny/_DynArrayStub.java: Likewise. + * org/omg/DynamicAny/_DynEnumStub.java: Likewise. + * org/omg/DynamicAny/_DynFixedStub.java: Likewise. + * org/omg/DynamicAny/_DynSequenceStub.java: Likewise. + * org/omg/DynamicAny/_DynStructStub.java: Likewise. + * org/omg/DynamicAny/_DynUnionStub.java: Likewise. + * org/omg/DynamicAny/_DynValueStub.java: Likewise. + * org/omg/PortableServer/ForwardRequest.java: Likewise. + * org/omg/PortableServer/CurrentHelper.java: Likewise. + * org/omg/PortableServer/ForwardRequestHelper.java: Likewise. + * org/omg/PortableServer/ServantActivatorHelper.java: Likewise. + * org/omg/PortableServer/ServantLocatorHelper.java: Likewise. + * org/omg/PortableServer/_ServantActivatorStub.java: Likewise. + * org/omg/PortableServer/_ServantLocatorStub.java: Likewise. + + 2005-08-24 Lillian Angel <[EMAIL PROTECTED]> + + * javax/swing/DefaultCellEditor.java + (isCellEditable): Reversed last changes. + + 2005-08-24 Lillian Angel <[EMAIL PROTECTED]> + + * javax/swing/DefaultCellEditor.java + (isCellEditable): If the event is null, the cell is still + editable. + * javax/swing/plaf/basic/BasicTextUI.java + (getVisibleEditorRect): Use getPreferredSize to get the width + and height. + * javax/swing/tree/DefaultTreeCellEditor.java + (paint): Fixed to paint the JTextField with the background + and border at the correct location. + (DefaultTreeCellEditor): Changed to initialize realEditor. + (configureEditingComponent): Helper function implemented. + (getTreeCellEditorComponent): Fixed to use realEditor to get component. + (isCellEditable): Fixed to configure editing component. + (shouldSelectCell): Always returns true. + (stopCellEditing): Fixed to configure editing component if needed. + (cancelCellEditing): Fixed to configure editing component if needed. + (createTreeCellEditor): Fixed to initialize fields. + + 2005-08-24 David Gilbert <[EMAIL PROTECTED]> + + * javax/swing/plaf/basic/BasicInternalFrameUI.java + (installDefaults): just fetch border from UIDefaults, + * javax/swing/plaf/metal/MetalIconFactory.java + (InternalFrameDefaultMenuIcon): implemented, + (getInternalFrameDefaultMenuIcon): implemented, + * javax/swing/plaf/metal/MetalLookAndFeel.java + (initComponentDefaults): add values for "InternalFrame.border" and + "InternalFrame.icon". + + 2005-08-24 David Gilbert <[EMAIL PROTECTED]> + + * javax/swing/plaf/metal/MetalBorders.java + (InternalFrameBorder): implemented. + + 2005-08-24 David Gilbert <[EMAIL PROTECTED]> + + * javax/swing/plaf/basic/BasicDesktopPaneUI.java + (installDefaults): set background color using "desktop" color, + * javax/swing/plaf/basic/BasicLookAndFeel.java + (initSystemColorDefaults): removed "Desktop.background" color, + * javax/swing/plaf/metal/MetalLookAndFeel.java + (initSystemColorDefaults): added "desktop" color. + + 2005-08-23 Lillian Angel <[EMAIL PROTECTED]> + + * javax/swing/plaf/basic/BasicTreeUI.java + (stopEditing): Implemented. + (cancelEditing): Implemented. + (startEditingAtPath): Implemented. + (getEditingPath): Implemented. + (createDefaultCellEditor): Implemented. + (updateCellEditor): Implemented. + (completeEditing): Implemented. + (completeEditing): Implemented. + (startEditing): Implemented. + (editingStopped): Implemented. + (editingCanceled): Implemented. + * javax/swing/tree/DefaultTreeCellEditor.java + (stopCellEditing): Stopped the timer. + (cancelCellEditing): Likewise. + + 2005-08-23 Lillian Angel <[EMAIL PROTECTED]> + + * javax/swing/DefaultCellEditor.java + (getTreeCellEditorComponent): Implemented cases for JCheckBox + and JComboBox. + * javax/swing/plaf/basic/BasicTreeUI.java + (BasicTreeUI): Moved lines to installUI where the renderer + and editor are created. + (installUI): Likewise. + * javax/swing/tree/DefaultTreeCellEditor.java + (getPreferredSize): Implemented. + (DefaultTreeCellEditor): Implemented. + (DefaultTreeCellEditor): Implemented. + (getTreeCellEditorComponent): Implemented. + (getCellEditorValue): Implemented. + (isCellEditable): Implemented. + (shouldSelectCell): Implemented. + (stopCellEditing): Implemented. + (cancelCellEditing): Implemented. + (valueChanged): Implemented. + (actionPerformed): Implemented. + (shouldStartEditingTimer): Implemented. + (startEditingTimer): Implemented. + (canEditImmediately): Implemented. + (inHitRegion): Implemented. + (determineOffset): Implemented. + (prepareForEditing): Implemented. + (createContainer): Implemented. + (createTreeCellEditor): Implemented. + + 2005-08-23 Tom Tromey <[EMAIL PROTECTED]> + + * java/text/SimpleDateFormat.java (compileFormat): Reformatted. + + 2005-08-23 Tom Tromey <[EMAIL PROTECTED]> + + PR classpath/23531 + * java/sql/Date.java (toString): Not deprecated. + (valueOf): Likewise. + * java/sql/Time.java (toString): Not deprecated. + (valueOf): Likewise. + + 2005-08-23 David Gilbert <[EMAIL PROTECTED]> + + * javax/swing/UIManager.java: + (addAuxiliaryLookAndFeel): renamed field, added check for null + argument, + (removeAuxiliaryLookAndFeel): reimplemented, + (getAuxiliaryLookAndFeels): renamed field, + (installLookAndFeel): implemented by delegation. + + 2005-08-23 David Gilbert <[EMAIL PROTECTED]> + + * javax/swing/UIManager.java: added API docs all over. + + 2005-08-23 David Gilbert <[EMAIL PROTECTED]> + + * javax/swing/UIManager.java: + (look_and_feel): renamed currentLookAndFeel, + (currentUIDefaults): new field, + (get(Object)): access cached UIDefaults, + (get(Object, Locale)): likewise, + (getBoolean(Object)): likewise, + (getBoolean(Object, Locale)): likewise, + (getBorder(Object)): likewise, + (getBorder(Object, Locale)): likewise, + (getColor(Object)): likewise, + (getColor(Object, Locale)): likewise, + (getDefaults): return reference to UIDefaults from current look and + feel rather than recreating them every time, + (getDimension(Object)): access local defaults, + (getDimension(Object, Locale)): likewise, + (getFont(Object)): likewise, + (getFont(Object, Locale)): likewise, + (getIcon(Object)): likewise, + (getIcon(Object, Locale)): likewise, + (getInsets(Object)): likewise, + (getInsets(Object, Locale)): likewise, + (getInt(Object)): likewise, + (getInt(Object, Locale)): likewise, + (getLookAndFeel): renamed attribute, + (getLookAndFeelDefaults): return reference to UIDefaults from current + look and feel rather than recreating them every time, + (getString(Object)): access local defaults, + (getString(Object, Locale)): likewise, + (getUI(JComponent)): likewise, + (installLookAndFeel(String, String)): implemented by delegation, + (put(Object, Object)): update local defaults, + (setLookAndFeel): create and retain reference to UIDefaults. + + 2005-08-23 David Gilbert <[EMAIL PROTECTED]> + + * javax/swing/UIManager.java: + (addPropertyChangeListener): implemented, + (removePropertyChangeListener): likewise, + (getPropertyChangeListeners): likewise, + (setLookAndFeel): fire a property change event. + + 2005-08-23 Lillian Angel <[EMAIL PROTECTED]> + + * javax/swing/plaf/basic/BasicTreeUI.java + (BasicTreeUI): Moved these lines to installUI + because they were causing NullPointerExceptions. + (installUI): Added code from constructor. + * javax/swing/plaf/metal/MetalTreeUI.java + (createUI): Formatted code. + + 2005-08-23 David Gilbert <[EMAIL PROTECTED]> + + * javax/swing/event/SwingPropertyChangeSupport.java + (writeObject): removed empty method, + (readObject): likewise, + (getPropertyChangeListeners()): implemented, + (getPropertyChangeListeners(String)): likewise, + (hasListeners): return true if there are any general listeners, + added API docs all over. + + 2005-08-23 Mark Wielaard <[EMAIL PROTECTED]> + + * native/jni/qt-peer/qttextfieldpeer.cpp + (Java_gnu_java_awt_peer_qt_QtTextFieldPeer_getCaretPosition): Renamed + from Java_gnu_java_awt_peer_qt_QtTextFieldPeer_getCaretPositionNative. + + * gnu/java/awt/peer/qt/QtComponentPeer.java (getMinimumSizeNative): + Removed unused native method. + (getPreferredSizeNative): Likewise. + + 2005-08-23 Thomas Fitzsimmons <[EMAIL PROTECTED]> + + * java/awt/EventQueue.java (getNextEvent): Don't check if this is + the dispatch thread. + +2005-08-25 Dalibor Topic <[EMAIL PROTECTED]> + + Resynced with GNU Classpath. + 2005-08-23 Sven de Marothy <[EMAIL PROTECTED]> * gnu/java/awt/peer/qt/QtAudioClip.java Index: kaffe/libltdl/configure diff -u kaffe/libltdl/configure:1.88 kaffe/libltdl/configure:1.89 --- kaffe/libltdl/configure:1.88 Sun Aug 7 22:58:07 2005 +++ kaffe/libltdl/configure Thu Aug 25 22:25:09 2005 @@ -1153,7 +1153,7 @@ else echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi - cd $ac_popdir + cd "$ac_popdir" done fi @@ -2541,8 +2541,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -2600,8 +2599,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -2717,8 +2715,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -2772,8 +2769,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -2818,8 +2814,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -2863,8 +2858,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -3153,8 +3147,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -3214,8 +3207,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -3868,7 +3860,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 3871 "configure"' > conftest.$ac_ext + echo '#line 3863 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -3988,8 +3980,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -4540,8 +4531,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -4711,8 +4701,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -4779,8 +4768,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -5040,8 +5028,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -5099,8 +5086,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -5171,8 +5157,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -5216,8 +5201,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -5689,7 +5673,7 @@ # Provide some information about the compiler. -echo "$as_me:5692:" \ +echo "$as_me:5676:" \ "checking for Fortran 77 compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 @@ -5735,8 +5719,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_f77_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -5785,8 +5768,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_f77_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -6791,11 +6773,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:6794: $lt_compile\"" >&5) + (eval echo "\"\$as_me:6776: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:6798: \$? = $ac_status" >&5 + echo "$as_me:6780: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -7053,11 +7035,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7056: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7038: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:7060: \$? = $ac_status" >&5 + echo "$as_me:7042: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -7115,11 +7097,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7118: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7100: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:7122: \$? = $ac_status" >&5 + echo "$as_me:7104: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -7543,8 +7525,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -7604,8 +7585,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -8815,8 +8795,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -8919,8 +8898,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -8985,8 +8963,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -9079,8 +9056,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -9145,8 +9121,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -9212,8 +9187,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -9279,8 +9253,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -9355,7 +9328,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 9358 "configure" +#line 9331 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -9453,7 +9426,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 9456 "configure" +#line 9429 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -10522,8 +10495,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -10584,8 +10556,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -11705,11 +11676,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:11708: $lt_compile\"" >&5) + (eval echo "\"\$as_me:11679: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:11712: \$? = $ac_status" >&5 + echo "$as_me:11683: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -11767,11 +11738,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:11770: $lt_compile\"" >&5) + (eval echo "\"\$as_me:11741: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:11774: \$? = $ac_status" >&5 + echo "$as_me:11745: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -12596,8 +12567,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -12700,8 +12670,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -12766,8 +12735,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -12860,8 +12828,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -12926,8 +12893,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -12993,8 +12959,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -13060,8 +13025,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -13136,7 +13100,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 13139 "configure" +#line 13103 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -13234,7 +13198,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 13237 "configure" +#line 13201 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -14119,11 +14083,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:14122: $lt_compile\"" >&5) + (eval echo "\"\$as_me:14086: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:14126: \$? = $ac_status" >&5 + echo "$as_me:14090: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -14181,11 +14145,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:14184: $lt_compile\"" >&5) + (eval echo "\"\$as_me:14148: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:14188: \$? = $ac_status" >&5 + echo "$as_me:14152: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -14599,8 +14563,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_f77_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -14650,8 +14613,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_f77_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -16307,11 +16269,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16310: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16272: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:16314: \$? = $ac_status" >&5 + echo "$as_me:16276: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -16569,11 +16531,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16572: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16534: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:16576: \$? = $ac_status" >&5 + echo "$as_me:16538: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -16631,11 +16593,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16634: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16596: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:16638: \$? = $ac_status" >&5 + echo "$as_me:16600: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -17059,8 +17021,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -17120,8 +17081,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -18331,8 +18291,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -18435,8 +18394,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -18501,8 +18459,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -18595,8 +18552,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? @@ -18661,8 +18617,7 @@ cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 *** Patch too long, truncated *** _______________________________________________ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe