Age | Commit message (Expand) | Author | Files | Lines |
2003-03-21 | 2003-03-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 14 | -138/+208 |
2003-03-21 | 2003-03-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+137 |
2003-03-21 | 2003-03-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -110/+9 |
2003-03-20 | InetAddress.java, [...]: Merged copyright statements with classpath for easie... | Michael Koch | 5 | -39/+180 |
2003-03-20 | 2003-03-20 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -7/+37 |
2003-03-20 | DataOutputStream.java, [...]: Merged copyright statements with classpath for ... | Michael Koch | 9 | -63/+317 |
2003-03-19 | Process.java: Merged from classpath. | Michael Koch | 1 | -2/+2 |
2003-03-19 | 2003-03-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -1/+46 |
2003-03-18 | 2003-03-18 Michael Koch <konqueror@gmx.de> | Michael Koch | 4 | -203/+216 |
2003-03-18 | BufferedOutputStream.java, [...]: More merges from classpath. | Michael Koch | 5 | -808/+790 |
2003-03-18 | configure.in: Fixed links to platform dependant java.net files. | Michael Koch | 4 | -2392/+0 |
2003-03-18 | configure.in: Create links to architecture dependent files... | Michael Koch | 12 | -0/+4719 |
2003-03-18 | BufferedReader.java, [...]: Merged from classpath. | Michael Koch | 24 | -1239/+1245 |
2003-03-17 | ScrollPaneAdjustable.java: Compile fixes. | Michael Koch | 1 | -4/+11 |
2003-03-17 | 2003-03-17 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -2/+2 |
2003-03-17 | Beans.java: Explicitely import classes not packages. | Michael Koch | 6 | -50/+88 |
2003-03-17 | 2003-03-17 Michael Koch <konqueror@gmx.de> | Michael Koch | 4 | -13/+221 |
2003-03-17 | resolve.cc (ncode): Use _Jv_platform_ffi_abi. | Tom Tromey | 1 | -24/+15 |
2003-03-15 | * java/lang/natObject.cc (JV_SYNC_HASH): replace signed % by &. | Hans Boehm | 1 | -3/+3 |
2003-03-14 | ObjectInputStream.java (readObject): Cleaned up the class hierarchy loop. | Jeroen Frijters | 3 | -110/+90 |
2003-03-11 | 2003-03-11 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -2/+12 |
2003-03-10 | [multiple changes] | Andrew Haley | 1 | -1/+5 |
2003-03-10 | 2003-03-10 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -3/+14 |
2003-03-10 | DatagramSocket.java, [...]: Fixed some documentation tags to make javadoc and... | Michael Koch | 5 | -22/+22 |
2003-03-10 | BeanContextServicesSupport.java, [...]: New files. | Michael Koch | 2 | -0/+723 |
2003-03-10 | 2003-03-10 Michael Koch <konqueror@gmx.de> | Michael Koch | 5 | -368/+448 |
2003-03-09 | re PR libgcj/9934 (Bugs in natFileDescriptorPosix.cc:available()) | Tom Tromey | 1 | -2/+2 |
2003-03-07 | No changelog, just replaced one tabulator with some spaces | Michael Koch | 1 | -1/+1 |
2003-03-04 | NetworkInterface.java: Merged with classpath. | Michael Koch | 1 | -2/+1 |
2003-03-03 | 2003-03-03 Michael Koch <konqueror@gmx.de> | Michael Koch | 4 | -12/+16 |
2003-03-02 | Properties.java (load): Only skip line if the first character is a comment, w... | Mark Wielaard | 1 | -3/+7 |
2003-03-02 | NetPermission.java: Merged copyright with classpath. | Michael Koch | 1 | -1/+1 |
2003-03-02 | Package.java: Remerged from classpath. | Michael Koch | 1 | -78/+104 |
2003-03-02 | 2003-03-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 4 | -5/+15 |
2003-03-02 | 2003-03-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 5 | -8/+18 |
2003-03-02 | DropTargetContext.java: Compile fix: Forgot to commit import. | Michael Koch | 1 | -0/+1 |
2003-03-02 | Component.java, [...]: Fixed typos. | Michael Koch | 2 | -3/+3 |
2003-03-02 | DnDEventMulticaster.java: New file. | Michael Koch | 6 | -51/+272 |
2003-03-02 | 2003-03-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 5 | -100/+227 |
2003-03-02 | 2003-03-02 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -15/+19 |
2003-03-02 | File.java (normalizePath): Remove trailing separator on Windows only if path ... | Ranjit Mathew | 2 | -20/+154 |
2003-03-02 | natObject.cc: Don't include assert.h. | Tom Tromey | 1 | -25/+24 |
2003-03-01 | File (getAbsolutePath): Prefix drive specifier on Windows for paths starting ... | Ranjit Mathew | 3 | -11/+55 |
2003-03-01 | natWin32Process.cc (startProcess): Double-quote each program array element pa... | Mohan Embar | 1 | -8/+9 |
2003-03-01 | * java/rmi/registry/RegistryHandler.java: Deprecate. | Tom Tromey | 1 | -1/+7 |
2003-03-01 | XPanelPeer.java (beginLayout, [...]): New methods. | Tom Tromey | 26 | -129/+272 |
2003-03-01 | ObjectInputStream.java: Reindent. | Mark Wielaard | 2 | -723/+703 |
2003-02-28 | natMethod.cc (_Jv_CallAnyMethodA): Allocate a full jvalue for each argument. | Hans Boehm | 1 | -28/+19 |
2003-02-28 | Makefile.am (nat_source_files): Remove java/io/natObjectOutputStream.cc. | Mark Wielaard | 5 | -643/+750 |
2003-02-27 | Beans.java, [...]: Reformated to GNU style. | Michael Koch | 3 | -396/+526 |