gcc/libjava/java
Ranjit Mathew bea63b0acc Properties.java (store): Move the code formerly in list(), into this method.
2003-02-17  Ranjit Mathew  <rmathew@hotmail.com>

	* java/util/Properties.java (store): Move the code formerly in
	list(), into this method.
	(list (PrintStream)): Just call list (PrintWriter) with a
	PrintWriter object constructed from the given PrintStream object.
	(list (PrintWriter)): Emulate the output of Properties.list()
	as found in JDK 1.3/1.4.

From-SVN: r63006
2003-02-17 19:05:56 +00:00
..
applet
awt 2003-02-17 Michael Koch <konqueror@gmx.de> 2003-02-17 15:26:30 +00:00
beans Stephen Crawley <crawley@dstc.edu.au> 2003-02-07 20:19:53 +00:00
io InputStreamReader.java (getEncoding): Return null when closed. 2003-02-13 23:28:57 +00:00
lang System.java (properties): Use Properties.clone. 2003-02-14 17:43:34 +00:00
math BigDecimal.java (BigDecimal(String)): Always set scale to zero when there is an exponent and the significant is zero. 2003-02-14 18:48:50 +00:00
net 2003-02-17 Michael Koch <konqueror@gmx.de> 2003-02-17 15:33:54 +00:00
nio 2003-02-15 Jesse Rosenstock <jmr@ugcs.caltech.edu> 2003-02-15 09:39:51 +00:00
rmi UnicastServerRef.java (unexportObject): Don't throw RemoteException. 2003-01-03 22:57:25 +00:00
security re PR libgcj/9271 (Severe bias in java.security.SecureRandom) 2003-02-13 17:00:22 +00:00
sql Timestamp.java (compareTo(Object)): New method. 2003-02-10 19:56:12 +00:00
text
util Properties.java (store): Move the code formerly in list(), into this method. 2003-02-17 19:05:56 +00:00