1. 28 Dec, 2000 11 commits
  2. 27 Dec, 2000 10 commits
  3. 26 Dec, 2000 7 commits
    • bsearch.c: New file. · dac45916
      * bsearch.c: New file.
      * configure.in (funcs): Add bsearch.
      (AC_CHECK_FUNCS): Likewise.
      * configure, config.in: Regenerate.
      
      From-SVN: r38492
      Michael Sokolov committed
    • h8300.c: Fix a comment typo. · 3e39bdb9
      2000-12-26  Kazu Hirata  <kazu@hxi.com>
      
      	* config/h8300/h8300.c: Fix a comment typo.
      	(get_shift_alg): Do not output extra whitespace after one line
      	of assembly code.  Output a tab after an opcode instead of a
      	space.
      	(emit_a_shift): Output a tab after an opcode instead of a space.
      
      From-SVN: r38491
      Kazu Hirata committed
    • h8300.c (get_shift_alg): Fix a typo in the assembly code for 12-bit ASHIFTRT in HImode. · a3027199
      2000-12-26  Kazu Hirata  <kazu@hxi.com>
      
      	* config/h8300/h8300.c (get_shift_alg): Fix a typo in the assembly
      	code for 12-bit ASHIFTRT in HImode.
      
      From-SVN: r38490
      Kazu Hirata committed
    • Daily bump. · e8f15a94
      From-SVN: r38489
      Jeff Law committed
    • MenuItem.java (paramString): Now protected. · b3b90f82
      	* java/awt/MenuItem.java (paramString): Now protected.
      
      	* java/awt/MenuShortcut.java: Implements Serializable.
      
      	* java/awt/MenuBar.java: Rewrote from scratch.
      
      	* java/awt/MenuComponent.java (removeNotify): Wrote.
      	Implements Serializable.
      
      	* java/awt/GridBagConstraints.java (GridBagConstraints): New
      	constructor.
      
      	* java/awt/CheckboxMenuItem.java: Wrote.
      
      From-SVN: r38488
      Tom Tromey committed
    • MenuContainer.java: Fixed typo. · 5472d195
      	* java/awt/MenuContainer.java: Fixed typo.
      
      	* Makefile.in: Rebuilt.
      	* Makefile.am (awt_java_source_files): Added SystemColor.java.
      	* java/awt/SystemColor.java: New file.
      
      	* java/awt/Color.java (rgba): Now package-private.
      
      	* java/awt/event/InputEvent.java (isAltGraphDown): New method.
      
      	* java/awt/event/ContainerEvent.java (getContainer): Renamed from
      	getComponent.
      
      	* java/awt/MenuItem.java (addNotify): New method.
      	(MenuItem(String,MenuShortcut)): New constructor.
      	(setLabel): Notify peer of change.
      	(setEnabled): Likewise.
      
      	* java/awt/GridLayout.java (toString): New method.
      
      	* java/awt/FlowLayout.java (LEADING, TRAILING): New constants.
      	(FlowLayout): Check for LEADING and TRAILING.
      	(setAlignment): Likewise.
      	(layoutContainer): Handle component orientation.
      
      	* java/awt/Component.java (orientatin): New field.
      	(setComponentOrientation): Wrote.
      	(getComponentOrientation): Wrote.
      
      	* java/awt/Event.java (Event): Implements Serializable.
      	(consumed): New field for serialization.
      	* java/awt/Dimension.java (Dimension): Implements Serializable.
      	* java/awt/Cursor.java (Cursor): Implements Serializable.
      	* java/awt/Container.java (Container): No longer abstract.
      
      	* java/awt/Choice.java: Wrote.
      	* java/awt/Checkbox.java: Wrote.
      	* java/awt/ItemSelectable.java: Documented.
      	* java/awt/CheckboxGroup.java: Wrote.
      
      	* java/awt/CardLayout.java (layoutContainer): Directly use fields
      	in other classes.
      	(getSize): Likewise.
      
      From-SVN: r38486
      Tom Tromey committed
    • FileDescriptor.java: Initialize fd to -1. · 83050e0d
      2000-12-24  Jeff Sturm  <jeff.sturm@commerceone.com>
      
      	* java/io/FileDescriptor.java: Initialize fd to -1.
      	Remove default constructor.
      
      From-SVN: r38485
      Jeff Sturm committed
  4. 25 Dec, 2000 1 commit
  5. 24 Dec, 2000 2 commits
  6. 23 Dec, 2000 9 commits