1. 30 May, 2004 11 commits
    • System.java: Reordered imports. · 071917b0
      2004-05-30  Michael Koch  <konqueror@gmx.de>
      
      	* java/lang/System.java: Reordered imports.
      
      From-SVN: r82450
      Michael Koch committed
    • 2004-05-30 Michael Koch <konqueror@gmx.de> · 289f9db7
      	* java/text/DecimalFormat.java
      	(parse): Fixed parsing of decimal strings. Number of maximum
      	digits to be read should now work.
      	* java/text/SimpleDateFormat.java
      	(SimpleDateFormat): Set maximumFractionDigit to 0 for the number
      	formatter. This fixes DateFormatTest.
      
      From-SVN: r82449
      Michael Koch committed
    • 2004-05-30 Michael Koch <konqueror@gmx.de> · 1b2545bc
      	* java/nio/Buffer.java
      	(limit): Fixed off by one error.
      	* java/nio/CharBuffer.java
      	(wrap): Fixed arguments, added javadocs.
      
      From-SVN: r82448
      Michael Koch committed
    • BeanInfoEmbryo.java, [...]: Rename enum to e because enum is a keyword in Java 1.5. · 74c2dbf7
      2004-05-30  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/beans/BeanInfoEmbryo.java,
      	java/awt/im/InputContext.java,
      	javax/swing/tree/DefaultMutableTreeNode.java:
      	Rename enum to e because enum is a keyword in Java 1.5.
      
      From-SVN: r82447
      Michael Koch committed
    • MPN.java, Arc2D.java: Fixed javadocs all over. · 27d14326
      2004-05-30  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/math/MPN.java,
      	java/awt/geom/Arc2D.java:
      	Fixed javadocs all over.
      
      From-SVN: r82446
      Michael Koch committed
    • 2004-05-30 Michael Koch <konqueror@gmx.de> · 933592af
      	* java/awt/DefaultKeyboardFocusManager.java
      	(dispatchEvent): Call method to get key event dispatchers.
      	(dispatchKeyEvent): Call method to get key event post processors.
      	* javax/swing/JComponent.java
      	(listenerList): Made protected.
      	* javax/swing/JOptionPane.java
      	(message): Don't initialize.
      	(JOptionPane): Set message text.
      	* javax/swing/JPopupMenu.java
      	(show): Fixed typo in argument name.
      	* javax/swing/RepaintManager.java
      	(paintDirtyRegions): Use public API of java.util.Map.
      	* javax/swing/plaf/basic/BasicSplitPaneDivider.java
      	(positionForMouseEvent): Removed redundant ';'.
      	(continueDrag): Use method arguments.
      
      From-SVN: r82445
      Michael Koch committed
    • iresolve.c (gfc_resolve_random_number): Clean up conditional. · 5f251c26
      	* iresolve.c (gfc_resolve_random_number): Clean up conditional.
      libgfortran/
      	* libgfortran.h (random_seed): Update prototype.
      	* intrinsics/random.c: Disable old implementation and add new one.
      testsuite/
      	* gfortran.fortran-torture/execute/random_1.f90: New test.
      
      From-SVN: r82443
      Steven G. Kargl committed
    • random.c: Include unistd.h for close and read prototypes... · ebeb17c7
      	* intrinsics/random.c: Include unistd.h for close and read
      	prototypes, remove unneeded inclusion of assert.h.
      
      	* intrinsics/abort.c: Include stdlib.h for abort prototype, remove
      	unneeded inclusion of assert.h.
      
      From-SVN: r82442
      Andreas Jaeger committed
    • c-common.c, [...]: Fix comment typos. · 1ea7e6ad
      	* c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c,
      	ddg.c, ddg.h, df.c, df.h, except.c, expr.c, flags.h,
      	fold-const.c, gcc.c, gimplify.c, haifa-sched.c,
      	modulo-sched.c, tree-inline.c, tree-into-ssa.c, tree-nested.c,
      	tree-nrv.c, tree-ssa-ccp.c, tree-ssa-dom.c, tree-ssa-live.c,
      	tree-ssa-loop.c, tree-ssa-pre.c, tree-tailcall.c, tree.h: Fix
      	comment typos.  Follow spelling conventions.
      
      From-SVN: r82439
      Kazu Hirata committed
    • Index: libcpp/ChangeLog · b453c95f
      2004-05-29  Geoffrey Keating  <geoffk@apple.com>
      
      	* symtab.c (ht_create): Set entries_owned.
      	(ht_destroy): Honour entries_owned.
      	(ht_expand): Likewise.
      	(ht_load): New.
      
      Index: libcpp/include/ChangeLog
      2004-05-29  Geoffrey Keating  <geoffk@apple.com>
      
      	* symtab.h (struct ht): New field 'entries_owned'
      	(ht_load): New prototype.
      
      Index: gcc/ChangeLog
      2004-05-29  Geoffrey Keating  <geoffk@apple.com>
      
      	* gengtype-yacc.y: Add NESTED_PTR token.
      	(option): Record `nested_ptr' option.
      	* gengtype-lex.l: Handle `nested_ptr' keyword.
      	* gengtype.c (walk_type): Process `nested_ptr' option.
      	* gengtype.h (struct nested_ptr_data): New.
      	* doc/gty.texi (GTY Options): Document `nested_ptr' option.
      	* stringpool.c (struct string_pool_data): Make 'entries' point to
      	ht_identifier instead of tree.
      	(gt_pch_save_stringpool): Don't adjust pointers.
      	(gt_pch_restore_stringpool): Call ht_load.
      
      From-SVN: r82438
      Geoffrey Keating committed
    • Daily bump. · 666e5d7b
      From-SVN: r82436
      GCC Administrator committed
  2. 29 May, 2004 19 commits
  3. 28 May, 2004 10 commits