gcc/libjava ChangeLog java/util/Properties.java
tromey@gcc.gnu.org
tromey@gcc.gnu.org
Mon Feb 17 19:05:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: tromey@gcc.gnu.org 2003-02-17 19:05:23
Modified files:
libjava : ChangeLog
libjava/java/util: Properties.java
Log message:
2003-02-16 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.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1594.2.100&r2=1.1594.2.101
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/util/Properties.java.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.13.20.2&r2=1.13.20.3
More information about the Gcc-cvs
mailing list