1. 19 Nov, 2005 5 commits
  2. 18 Nov, 2005 26 commits
  3. 17 Nov, 2005 9 commits
    • elf.h (STARTFILE_SPEC): Add "crtlibid%O%s" · 9976dec8
      	* config/bfin/elf.h (STARTFILE_SPEC): Add "crtlibid%O%s"
      	* config/bfin/uclinux.h (STARFILE_SPEC): Likewise.
      	* config/bfin/t-bfin-elf (EXTRA_PARTS, EXTRA_MULTILIB_PARTS): Add
      	crtlibid.o.
      	($(T)crtlibid.o): New rule.
      
      From-SVN: r107138
      Bernd Schmidt committed
    • re PR ada/22333 (ACATS FAIL c34007p c34007r c45282b spurious discriminant CONSTRAINT_ERROR) · 115a82d3
      	PR ada/22333
      	* trans.c (gnat_gimplify_expr, case ADDR_EXPR): Always make
      	a temporary if taking the address of something that is neither
      	reference, declaration, or constant, since the gimplifier
      	can't handle that case.
      
      From-SVN: r107134
      Richard Kenner committed
    • [multiple changes] · f4e1433a
      2005-11-17  Mark Wielaard  <mark@klomp.org>
      
             * gnu/java/net/protocol/file/Handler.java: Removed, fully merged now.
             * java/net/ServerSocket.java: Likewise.
             * sources.am: Regenerated.
             * Makefile.in: Regenerated.
      
      2005-11-17  Mark Wielaard  <mark@klomp.org>
      
             Fixes bug #24006
             * java/net/ServerSocket.java (implAccept): Set Socket.bound to true.
      
      2005-11-17  Tom Tromey  <tromey@redhat.com>
      
             * java/net/ServerSocket.java (accept): Use correct security manager
             call.
      
      2005-11-17  Jeroen Frijters  <jeroen@frijters.net>
      
             * java/net/ServerSocket.java
             (bound): Removed.
             (local): New field.
             (bind): Cache local socket address.
             (getInetAddress, getLocalPort, getLocalSocketAddress, isBound):
             Use cached local socket address.
             (close): bound field was removed.
      
      2005-11-17  Tom Tromey  <tromey@redhat.com>
      
             * java/net/URLConnection.java (setDoInput): Javadoc fix.
             (setDoOutput): Likewise.
             (setContentHandlerFactory): Likewise.
             (setFileNameMap): Likewise.
      
      2005-11-17  Mark Wielaard  <mark@klomp.org>
      
             * java/net/URLClassloader.java (addURLs): Add comment about jboss.
      
      2005-11-17  Mark Wielaard  <mark@klomp.org>
      
             * java/net/URLClassLoader.java (addURLs): Don't call addURL(), but
             call urls.add() and addURLImpl() directly on each URL.
      
      2005-11-17  Tom Tromey  <tromey@redhat.com>
      
             * java/net/URLClassLoader.java (definePackage): Javadoc fixes.
      
      2005-11-17  Jeroen Frijters  <jeroen@frijters.net>
      
             * java/net/URLClassLoader.java
             (Resource.name): Removed field.
             (JarURLResource.name): Added field.
             (FileResource.getURL): Use File.toURL() instead of doing it in
             a way that breaks on Windows.
      
      2005-11-17  Roman Kennke  <roman@kennke.org>
      
             Reported by: Ingo Proetel  <proetel@aicas.com>
             * java/net/URLClassLoader.java
             (findClass): Added null check to avoid NullPointerException.
      
      2005-11-17  David Gilbert  <david.gilbert@object-refinery.com>
      
             * java/net/URLClassLoader.java: reordered some API doc comments to
             suppress Eclipse warnings, and fixed API doc link.
      
      2005-11-17  Tom Tromey  <tromey@redhat.com>
      
             * java/net/URLClassLoader.java (URLClassLoader): Removed
             unused constructor.
      
      2005-11-17  Jeroen Frijters  <jeroen@frijters.net>
      
             * java/net/URLClassLoader (findClass): Close InputStream after we're
             done with it.
      
      From-SVN: r107133
      Mark Wielaard committed
    • Implement -Xss. · 11922361
              * include/jvm.h (gcj::stack_size): Declare.
              (_Jv_StackSize): Declare.
              * posix-threads.cc (_Jv_InitThreads): Validate gcj::stack_size.
              (_Jv_ThreadStart): Set stack size if specified.
              * prims.cc (gcj::stack_size): Define.
              (parse_memory_size): Renamed from parse_heap_size.
              (_Jv_SetStackSize): Parse stack size argument and set
              gcj::stack_size.
      
      From-SVN: r107132
      Bryce McKinlay committed
    • /Network/Servers/hills/Volumes/capanna/gkeating/l · f9314d01
      From-SVN: r107131
      Geoffrey Keating committed
    • [multiple changes] · 035db16b
      2005-11-17  Mark Wielaard  <mark@klomp.org>
      
             * java/text/SimpleDateFormat.java: Removed, fully merged now.
             * sources.am: Regenerated.
             * Makefile.in: Regenerated.
      
      2005-11-17  Sven de Marothy  <sven@physto.se>
      
             * java/text/SimpleDateFormat.java
             (computeOffset): Allow timezone to be first in the parsed String.
      
      2005-11-17  Mark Wielaard  <mark@klomp.org>
      
             * java/text/SimpleDateFormat.java (field, size): Make package private.
      
      2005-11-17  Tom Tromey  <tromey@redhat.com>
      
             * java/text/SimpleDateFormat.java (compileFormat): Correctly
             handle quoted single quotes.  PR classspath/23183.
      
      2005-11-17  Tom Tromey  <tromey@redhat.com>
      
             * java/text/SimpleDateFormat.java (compileFormat): Reformatted.
      
      2005-11-17  Tom Tromey  <tromey@redhat.com>
      
             * java/text/DateFormat.java (serialVersionUID): New field.
      
      2005-11-17  Mark Wielaard  <mark@klomp.org>
      
             * java/text/DateFormat.java (equals): Reimplement.
      
      2005-11-17  David Gilbert  <david.gilbert@object-refinery.com>
      
             * java/text/Collator.java: API doc fixes,
             * java/text/DateFormat.java: likewise,
             * java/text/DecimalFormatSymbols.java: likewise,
             * java/text/DateFormatSymbols.java: likewise,
             * java/text/SimpleDateFormat.java: likewise.
      
      2005-11-17  Jeroen Frijters  <jeroen@frijters.net>
      
             * java/text/Collator.java (getInstance(Locale)):
             Added default collation pattern to handle case when resource
             is missing and throw InternalError instead of returning null
             should parsing fail.
      
      From-SVN: r107121
      Mark Wielaard committed
    • re PR fortran/20811 (gfortran include problem (regression from g77)) · b424a572
      	PR fortran/20811
      	* scanner.c (gfc_open_included_file): Add an extra include_cwd
      	argument. Only include files in the current working directory if
      	its value is true.
      	* gfortran.h: Change prototype for gfc_open_included_file.
      	(load_file): Don't search for include files in the current working
      	directory.
      	* options.c (gfc_post_options): Add the directory of the source file
      	to the list of paths for included files.
      	* module.c (gfc_use_module): Look for module files in the current
      	directory.
      
      From-SVN: r107120
      Francois-Xavier Coudert committed
    • re PR libfortran/24892 (ACCESS argument to the OPEN statement) · 1c2e7a3a
      	PR fortran/24892
      	* io/io.h (unit_access): Add ACCESS_APPEND.
      	* io/open.c (access_opt): Add APPEND value for ACCESS keyword.
      	(st_open): Use that new value to set the POSITION accordingly.
      
      	* gfortran.dg/open_access_append_1.f90: New test.
      	* gfortran.dg/open_access_append_2.f90: New test.
      
      From-SVN: r107119
      Francois-Xavier Coudert committed
    • re PR middle-end/24851 (f2c miscompilation) · 0bc52d42
      2005-11-16  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/24851
      	* fold-const.c (extract_array_ref): Return byte offset
      	in all cases.
      	(fold_binary): Fold &x[a] CMP &x[b] to
      	a*sizeof(*x) CMP b*sizeof(*x) to get correct overflow
      	behavior.
      
      	* gcc.c-torture/execute/pr24851.c: New testcase.
      
      From-SVN: r107117
      Richard Guenther committed