| Age | Commit message (Expand) | Author |
| 2003-03-07 | No changelog, just replaced one tabulator with some spaces | Michael Koch |
| 2003-03-04 | NetworkInterface.java: Merged with classpath. | Michael Koch |
| 2003-03-03 | 2003-03-03 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-02 | Properties.java (load): Only skip line if the first character is a comment, w... | Mark Wielaard |
| 2003-03-02 | NetPermission.java: Merged copyright with classpath. | Michael Koch |
| 2003-03-02 | Package.java: Remerged from classpath. | Michael Koch |
| 2003-03-02 | 2003-03-02 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-02 | 2003-03-02 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-02 | DropTargetContext.java: Compile fix: Forgot to commit import. | Michael Koch |
| 2003-03-02 | Component.java, [...]: Fixed typos. | Michael Koch |
| 2003-03-02 | DnDEventMulticaster.java: New file. | Michael Koch |
| 2003-03-02 | 2003-03-02 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-02 | 2003-03-02 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-02 | File.java (normalizePath): Remove trailing separator on Windows only if path ... | Ranjit Mathew |
| 2003-03-02 | natObject.cc: Don't include assert.h. | Tom Tromey |
| 2003-03-01 | File (getAbsolutePath): Prefix drive specifier on Windows for paths starting ... | Ranjit Mathew |
| 2003-03-01 | natWin32Process.cc (startProcess): Double-quote each program array element pa... | Mohan Embar |
| 2003-03-01 | * java/rmi/registry/RegistryHandler.java: Deprecate. | Tom Tromey |
| 2003-03-01 | XPanelPeer.java (beginLayout, [...]): New methods. | Tom Tromey |
| 2003-03-01 | ObjectInputStream.java: Reindent. | Mark Wielaard |
| 2003-02-28 | natMethod.cc (_Jv_CallAnyMethodA): Allocate a full jvalue for each argument. | Hans Boehm |
| 2003-02-28 | Makefile.am (nat_source_files): Remove java/io/natObjectOutputStream.cc. | Mark Wielaard |
| 2003-02-27 | Beans.java, [...]: Reformated to GNU style. | Michael Koch |
| 2003-02-24 | AbstractPreferences.java (isUserNode): Implemented. | Tom Tromey |
| 2003-02-24 | ClassLoader.java (defineClass(byte[],int,int)): Deprecate. | Tom Tromey |
| 2003-02-24 | natRuntime.cc (libraries_size, [...]): Removed. | Tom Tromey |
| 2003-02-22 | New docs for Thread.java, and little tweaks identified by japi. | Anthony Green |
| 2003-02-21 | ZipEntry.java (setComment): Don't check length when argument is null. | Mark Wielaard |
| 2003-02-21 | ZipEntry.java (ZipEntry(String)): When name is bigger then 65535 chars throw ... | Mark Wielaard |
| 2003-02-21 | * java/util/zip/ZipFile.java (finalize): New method. | Mark Wielaard |
| 2003-02-20 | BigInteger.java (euclidInv): Take result array as an argument. | Raif S. Naffah |
| 2003-02-19 | natStackTrace.cc: Include platform.h immediately after config.h. | Rainer Orth |
| 2003-02-19 | 2003-02-19 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-02-19 | ScrollPaneAdjustable.java: Reformated. | Michael Koch |
| 2003-02-19 | 2003-02-19 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-02-19 | XToolkit.java (getFontMetrics): initialize if necessary. | Hans Boehm |
| 2003-02-18 | 2003-02-18 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-02-18 | ColorModel.java: Re-merged with Classpath. | Tom Tromey |
| 2003-02-17 | BigInteger.java (euclidInv): Return array of `BigInteger's. | Raif S. Naffah |
| 2003-02-17 | Properties.java (store): Move the code formerly in list(), into this method. | Ranjit Mathew |
| 2003-02-17 | 2003-02-17 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-02-17 | 2003-02-17 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-02-15 | 2003-02-15 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-02-15 | 2003-02-15 Jesse Rosenstock <jmr@ugcs.caltech.edu> | Jesse Rosenstock |
| 2003-02-15 | 2003-02-15 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-02-14 | BigDecimal.java (BigDecimal(String)): Always set scale to zero when there is ... | Mark Wielaard |
| 2003-02-14 | System.java (properties): Use Properties.clone. | Tom Tromey |
| 2003-02-13 | InputStreamReader.java (getEncoding): Return null when closed. | Mark Wielaard |
| 2003-02-13 | InflaterInputStream.java (read): Return zero when len is zero. | Mark Wielaard |
| 2003-02-13 | BufferedOutputStream.java (write(int)): Only flush when next byte cannot be b... | Mark Wielaard |