gcc/libjava/java
Bryce McKinlay 1e45a14105 Runtime.java (exec): Convert prog name and arguments to string array.
* 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-06-09 18:42:26 +01:00
..
awt natToolkit.cc: Added copyright header. 1999-05-10 09:23:41 +00:00
io Runtime.java (exec): Convert prog name and arguments to string array. 1999-06-09 18:42:26 +01:00
lang Runtime.java (exec): Convert prog name and arguments to string array. 1999-06-09 18:42:26 +01:00
net [multiple changes] 1999-06-03 22:29:12 +00:00
security Makefile.in: Rebuilt. 1999-04-18 08:24:30 +00:00
text DateFormat.java (computeInstance): Separate time and date styles. 1999-05-08 22:21:50 +00:00
util ResourceBundle.java (getBundle): Throw NullPointerException if baseName is null. 1999-05-24 15:00:02 +00:00