Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-06-09 | Runtime.java (exec): Convert prog name and arguments to string array. | Bryce McKinlay | 1 | -15/+52 | |
* java/lang/Runtime.java (exec): Convert prog name and arguments to string array. * java/lang/natPosixProcess.cc (startProcess): Fix typo in environment array conversion. Preserve current environment if envp not passed. Preserve PATH unless explicitly specified. * java/io/DataInputStream.java (readLine): Fix case where '\r' is followed by EOF. Set a flag when a line is terminated by '\r' and ignore following '\n' if set. From-SVN: r27458 | |||||
1999-04-12 | DataInputStream.java (readLine): Corrected handling of empty lines, from ↵ | Urban Widmark | 1 | -3/+6 | |
null to "". 1999-04-12 Urban Widmark <urban@svenskatest.se> * java/io/DataInputStream.java (readLine): Corrected handling of empty lines, from null to "". From-SVN: r26381 | |||||
1999-04-07 | Initial revision | Tom Tromey | 1 | -0/+249 | |
From-SVN: r26263 |