<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/classpath.git/java/util/PropertyResourceBundle.java, branch master</title>
<subtitle>git.savannah.gnu.org: git/classpath.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/'/>
<entry>
<title>Add support for non-ISO-8859-1 property files.</title>
<updated>2008-07-06T00:38:56+00:00</updated>
<author>
<name>Andrew John Hughes</name>
<email>gnu_andrew@member.fsf.org</email>
</author>
<published>2008-07-06T00:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=256eb63d10a0fa402e44ca5cb42a4d9220cff762'/>
<id>256eb63d10a0fa402e44ca5cb42a4d9220cff762</id>
<content type='text'>
2008-07-06  Andrew John Hughes  &lt;gnu_andrew@member.fsf.org&gt;

	* java/util/Properties.java:
	(load(Reader)): Implemented.
	(load(InputStream)): Fixed to use load(Reader).
	* java/util/PropertyResourceBundle.java:
	(PropertyResourceBundle(Reader)): Implemented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2008-07-06  Andrew John Hughes  &lt;gnu_andrew@member.fsf.org&gt;

	* java/util/Properties.java:
	(load(Reader)): Implemented.
	(load(InputStream)): Fixed to use load(Reader).
	* java/util/PropertyResourceBundle.java:
	(PropertyResourceBundle(Reader)): Implemented.
</pre>
</div>
</content>
</entry>
<entry>
<title>2006-12-10  Andrew John Hughes  &lt;gnu_andrew@member.fsf.org&gt;</title>
<updated>2006-12-10T20:25:39+00:00</updated>
<author>
<name>Andrew John Hughes</name>
<email>gnu_andrew@member.fsf.org</email>
</author>
<published>2006-12-10T20:25:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=da66af5951b18b6f5e8752cbbe11f5f842332a33'/>
<id>da66af5951b18b6f5e8752cbbe11f5f842332a33</id>
<content type='text'>
	* Merge of generics-branch to HEAD (woohoo!)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* Merge of generics-branch to HEAD (woohoo!)
</pre>
</div>
</content>
</entry>
<entry>
<title>2005-07-05  David Gilbert  &lt;david.gilbert@object-refinery.com&gt;</title>
<updated>2005-07-05T10:28:03+00:00</updated>
<author>
<name>David Gilbert</name>
<email>david.gilbert@object-refinery.com</email>
</author>
<published>2005-07-05T10:28:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=4ef4abe5fa972953ae16b5b2859c6016a550a04f'/>
<id>4ef4abe5fa972953ae16b5b2859c6016a550a04f</id>
<content type='text'>
	* java/util/BitSet.java: fixed minor problems in API docs,
	* java/util/Calendar.java: likewise,
	* java/util/Collections.java: likewise,
	* java/util/Date.java: likewise,
	* java/util/Hashtable.java: likewise,
	* java/util/LinkedList.java: likewise,
	* java/util/Properties.java: likewise,
	* java/util/PropertyResourceBundle.java: likewise,
	* java/util/ResourceBundle.java: likewise,
	* java/util/SimpleTimeZone.java: likewise,
	* java/util/TreeMap.java: likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* java/util/BitSet.java: fixed minor problems in API docs,
	* java/util/Calendar.java: likewise,
	* java/util/Collections.java: likewise,
	* java/util/Date.java: likewise,
	* java/util/Hashtable.java: likewise,
	* java/util/LinkedList.java: likewise,
	* java/util/Properties.java: likewise,
	* java/util/PropertyResourceBundle.java: likewise,
	* java/util/ResourceBundle.java: likewise,
	* java/util/SimpleTimeZone.java: likewise,
	* java/util/TreeMap.java: likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>       * all files: Update for new FSF address.</title>
<updated>2005-07-02T20:32:07+00:00</updated>
<author>
<name>Mark Wielaard</name>
<email>mark@klomp.org</email>
</author>
<published>2005-07-02T20:32:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=d300c5f7e90eeb0ffc7f7bc4299d461b38383d93'/>
<id>d300c5f7e90eeb0ffc7f7bc4299d461b38383d93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2004-04-17  Michael Koch  &lt;konqueror@gmx.de&gt;</title>
<updated>2004-04-17T19:23:19+00:00</updated>
<author>
<name>Michael Koch</name>
<email>konqueror@gmx.de</email>
</author>
<published>2004-04-17T19:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=6720b6bf2f6cff181f19bb7bb34a06ca6925ef52'/>
<id>6720b6bf2f6cff181f19bb7bb34a06ca6925ef52</id>
<content type='text'>
	* java/util/Collections.java,
	java/util/PropertyResourceBundle.java,
	java/util/ResourceBundle.java,
	java/util/StringTokenizer.java,
	java/util/jar/Attributes.java,
	java/util/logging/ConsoleHandler.java,
	java/util/logging/LogManager.java,
	java/util/logging/MemoryHandler.java,
	java/util/logging/SocketHandler.java:
	Fixed HTML tags in javadocs all over.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* java/util/Collections.java,
	java/util/PropertyResourceBundle.java,
	java/util/ResourceBundle.java,
	java/util/StringTokenizer.java,
	java/util/jar/Attributes.java,
	java/util/logging/ConsoleHandler.java,
	java/util/logging/LogManager.java,
	java/util/logging/MemoryHandler.java,
	java/util/logging/SocketHandler.java:
	Fixed HTML tags in javadocs all over.
</pre>
</div>
</content>
</entry>
<entry>
<title>       * java/util/Properties.java: Use the word umlaut, not &amp;auml; in api</title>
<updated>2003-08-16T23:44:44+00:00</updated>
<author>
<name>Mark Wielaard</name>
<email>mark@klomp.org</email>
</author>
<published>2003-08-16T23:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=dbc4445043f4ba6e4465e29468e9511bf1dfd342'/>
<id>dbc4445043f4ba6e4465e29468e9511bf1dfd342</id>
<content type='text'>
       documentation.
       * java/util/PropertyResourceBundle.java: Likewise and add closing code
       tag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
       documentation.
       * java/util/PropertyResourceBundle.java: Likewise and add closing code
       tag.
</pre>
</div>
</content>
</entry>
<entry>
<title>2003-06-18  Michael Koch  &lt;konqueror@gmx.de&gt;</title>
<updated>2003-06-18T09:42:56+00:00</updated>
<author>
<name>Michael Koch</name>
<email>konqueror@gmx.de</email>
</author>
<published>2003-06-18T09:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=e1ad825e4817d5e489eb8f63e4b3cfcbad72af65'/>
<id>e1ad825e4817d5e489eb8f63e4b3cfcbad72af65</id>
<content type='text'>
	* java/util/Locale.java,
	java/util/PropertyResourceBundle.java,
	java/util/prefs/AbstractPreferences.java,
	java/util/prefs/Preferences.java,
	java/util/prefs/PreferencesFactory.java,
	java/util/zip/ZipEntry.java,
	java/util/zip/ZipFile.java,
	java/util/zip/ZipInputStream.java,
	java/util/zip/ZipOutputStream.java:
	New versions from libgcj.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* java/util/Locale.java,
	java/util/PropertyResourceBundle.java,
	java/util/prefs/AbstractPreferences.java,
	java/util/prefs/Preferences.java,
	java/util/prefs/PreferencesFactory.java,
	java/util/zip/ZipEntry.java,
	java/util/zip/ZipFile.java,
	java/util/zip/ZipInputStream.java,
	java/util/zip/ZipOutputStream.java:
	New versions from libgcj.
</pre>
</div>
</content>
</entry>
<entry>
<title>class description: Docfix for pre-formatted code without asterisks in JavaDoc.</title>
<updated>2002-04-30T22:10:22+00:00</updated>
<author>
<name>Sascha Brawer</name>
<email>brawer@dandelis.ch</email>
</author>
<published>2002-04-30T22:10:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=026b709e956dd5aa42c98b7dec1d79e1de6aa594'/>
<id>026b709e956dd5aa42c98b7dec1d79e1de6aa594</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2002-03-24  Eric Blake  &lt;ebb9@email.byu.edu&gt;</title>
<updated>2002-03-24T23:42:37+00:00</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2002-03-24T23:42:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=13c3d17ce3a0595e13b798ad7b10f8d5ecb38d01'/>
<id>13c3d17ce3a0595e13b798ad7b10f8d5ecb38d01</id>
<content type='text'>
	* java/lang/InheritableThreadLocal.java (newChildThread): Fix case
	with inheriting null.
	* java/util/ListResourceBundle.java: Update to 1.4.
	* java/util/Locale.java: Update to 1.4.
	* java/util/PropertyResourceBundle.java: Update to 1.4.
	* java/util/ResourceBundle.java: Javadoc improvements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* java/lang/InheritableThreadLocal.java (newChildThread): Fix case
	with inheriting null.
	* java/util/ListResourceBundle.java: Update to 1.4.
	* java/util/Locale.java: Update to 1.4.
	* java/util/PropertyResourceBundle.java: Update to 1.4.
	* java/util/ResourceBundle.java: Javadoc improvements.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add License clarification</title>
<updated>2002-01-22T22:26:56+00:00</updated>
<author>
<name>Mark Wielaard</name>
<email>mark@klomp.org</email>
</author>
<published>2002-01-22T22:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=21ce2e275ce2e3dfc41878ea34feda01f2597743'/>
<id>21ce2e275ce2e3dfc41878ea34feda01f2597743</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
