Age | Commit message (Expand) | Author | Files | Lines |
2003-03-03 | verify.cc (handle_jsr_insn): Don't fail if `jsr' appears at end of bytecode. | Tom Tromey | 2 | -10/+22 |
2003-03-03 | 2003-03-03 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -9/+24 |
2003-03-03 | 2003-03-03 Michael Koch <konqueror@gmx.de> | Michael Koch | 5 | -12/+30 |
2003-03-02 | * libjava.mauve/xfails: Remove all AcuniaPropertiesTest failures | Mark Wielaard | 2 | -7/+4 |
2003-03-02 | Properties.java (load): Only skip line if the first character is a comment, w... | Mark Wielaard | 2 | -3/+12 |
2003-03-02 | NetPermission.java: Merged copyright with classpath. | Michael Koch | 2 | -1/+6 |
2003-03-02 | Package.java: Remerged from classpath. | Michael Koch | 2 | -78/+109 |
2003-03-02 | Removed accidentical commits. | Michael Koch | 1 | -8/+0 |
2003-03-02 | Package.java: Little merge with libgcj. | Michael Koch | 1 | -0/+8 |
2003-03-02 | 2003-03-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 5 | -5/+27 |
2003-03-02 | 2003-03-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -5/+9 |
2003-03-02 | 2003-03-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 6 | -8/+39 |
2003-03-02 | 2003-03-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -44/+85 |
2003-03-02 | DropTargetContext.java: Compile fix: Forgot to commit import. | Michael Koch | 2 | -0/+6 |
2003-03-02 | Component.java, [...]: Fixed typos. | Michael Koch | 3 | -3/+9 |
2003-03-02 | DnDEventMulticaster.java: New file. | Michael Koch | 9 | -51/+354 |
2003-03-02 | 2003-03-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 6 | -100/+258 |
2003-03-02 | 2003-03-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -15/+29 |
2003-03-02 | configure.in: Added check for memory mapping of files. | Michael Koch | 4 | -0/+279 |
2003-03-02 | posix-threads.cc: Include <unistd.h> if HAVE_UNISTD_H is defined. | Jason Thorpe | 2 | -0/+10 |
2003-03-02 | File.java (normalizePath): Remove trailing separator on Windows only if path ... | Ranjit Mathew | 3 | -20/+170 |
2003-03-02 | natObject.cc: Don't include assert.h. | Tom Tromey | 2 | -25/+33 |
2003-03-01 | File (getAbsolutePath): Prefix drive specifier on Windows for paths starting ... | Ranjit Mathew | 4 | -11/+71 |
2003-03-01 | natWin32Process.cc (startProcess): Double-quote each program array element pa... | Mohan Embar | 2 | -8/+14 |
2003-03-01 | * java/rmi/registry/RegistryHandler.java: Deprecate. | Tom Tromey | 2 | -1/+11 |
2003-03-01 | AccessibleEditableText.java, [...]: New versions from Classpath. | Tom Tromey | 3 | -4/+8 |
2003-03-01 | LocaleInformation_af_ZA.java, [...]: Updated copyright info; from Classpath. | Tom Tromey | 132 | -0/+5111 |
2003-03-01 | XPanelPeer.java (beginLayout, [...]): New methods. | Tom Tromey | 39 | -133/+547 |
2003-03-01 | ObjectInputStream.java: Reindent. | Mark Wielaard | 3 | -724/+709 |
2003-02-28 | natMethod.cc (_Jv_CallAnyMethodA): Allocate a full jvalue for each argument. | Hans Boehm | 4 | -28/+39 |
2003-02-28 | Makefile.am (nat_source_files): Remove java/io/natObjectOutputStream.cc. | Mark Wielaard | 9 | -653/+812 |
2003-02-27 | Beans.java, [...]: Reformated to GNU style. | Michael Koch | 4 | -396/+533 |
2003-02-25 | MappedByteFileBuffer.java, [...]: New files, both are not compiled yet to get... | Michael Koch | 3 | -0/+572 |
2003-02-24 | AbstractPreferences.java (isUserNode): Implemented. | Tom Tromey | 2 | -4/+12 |
2003-02-24 | ClassLoader.java (defineClass(byte[],int,int)): Deprecate. | Tom Tromey | 4 | -3/+14 |
2003-02-24 | Makefile.in: Rebuilt. | Tom Tromey | 5 | -9/+18 |
2003-02-24 | * libjava.jacks/jacks.xfail: Most 4.7.10 tests pass now. | Tom Tromey | 3 | -38/+15 |
2003-02-24 | natRuntime.cc (libraries_size, [...]): Removed. | Tom Tromey | 2 | -42/+29 |
2003-02-22 | New docs for Thread.java, and little tweaks identified by japi. | Anthony Green | 3 | -14/+562 |
2003-02-21 | ZipEntry.java (setComment): Don't check length when argument is null. | Mark Wielaard | 2 | -1/+6 |
2003-02-21 | ZipEntry.java (ZipEntry(String)): When name is bigger then 65535 chars throw ... | Mark Wielaard | 2 | -2/+11 |
2003-02-21 | * java/util/zip/ZipFile.java (finalize): New method. | Mark Wielaard | 2 | -0/+13 |
2003-02-21 | natSocketChannelImpl.cc: Reverse logic for DISABLE_JAVA_NET. | Michael Koch | 2 | -3/+9 |
2003-02-20 | BigInteger.java (euclidInv): Take result array as an argument. | Raif S. Naffah | 2 | -16/+19 |
2003-02-20 | configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status. | Alexandre Oliva | 3 | -278/+300 |
2003-02-20 | natSocketChannelImpl.cc: Added support for platforms without network support. | Michael Koch | 2 | -2/+65 |
2003-02-19 | natStackTrace.cc: Include platform.h immediately after config.h. | Rainer Orth | 8 | -16/+41 |
2003-02-19 | 2003-02-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 14 | -21/+65 |
2003-02-19 | 2003-02-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -1/+6 |
2003-02-19 | ScrollPaneAdjustable.java: Reformated. | Michael Koch | 2 | -24/+22 |