<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/classpath.git/java/util/logging/SimpleFormatter.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>2008-05-06  Andrew John Hughes  &lt;gnu_andrew@member.fsf.org&gt;</title>
<updated>2008-05-06T22:47:44+00:00</updated>
<author>
<name>Andrew John Hughes</name>
<email>gnu_andrew@member.fsf.org</email>
</author>
<published>2008-05-06T22:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=be7ec498b9f7468d6d526c287a774c2be20ac407'/>
<id>be7ec498b9f7468d6d526c287a774c2be20ac407</id>
<content type='text'>
	PR classpath/21869
	* java/util/AbstractCollection.java,
	* java/util/BitSet.java,
	* java/util/Collections.java,
	* java/util/Locale.java,
	* java/util/ResourceBundle.java,
	* java/util/TimeZone.java,
	* java/util/logging/FileHandler.java,
	* java/util/logging/Logger.java,
	* java/util/logging/SimpleFormatter.java,
	* java/util/logging/XMLFormatter.java,
	* java/util/prefs/AbstractPreferences.java,
	* java/util/regex/PatternSyntaxException.java:
	Swap use of StringBuffer for CPStringBuilder.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	PR classpath/21869
	* java/util/AbstractCollection.java,
	* java/util/BitSet.java,
	* java/util/Collections.java,
	* java/util/Locale.java,
	* java/util/ResourceBundle.java,
	* java/util/TimeZone.java,
	* java/util/logging/FileHandler.java,
	* java/util/logging/Logger.java,
	* java/util/logging/SimpleFormatter.java,
	* java/util/logging/XMLFormatter.java,
	* java/util/prefs/AbstractPreferences.java,
	* java/util/regex/PatternSyntaxException.java:
	Swap use of StringBuffer for CPStringBuilder.
</pre>
</div>
</content>
</entry>
<entry>
<title>2006-01-31  Chris Burdess  &lt;dog@gnu.org&gt;</title>
<updated>2006-01-31T15:28:47+00:00</updated>
<author>
<name>Chris Burdess</name>
<email>dog@bluezoo.org</email>
</author>
<published>2006-01-31T15:28:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=ec80a4d83ee8b04d65215d92efe22fd108cf1d23'/>
<id>ec80a4d83ee8b04d65215d92efe22fd108cf1d23</id>
<content type='text'>
	* gnu/xml/stream/SAXParser.java,
	  gnu/xml/stream/UnicodeReader.java,
	  gnu/xml/stream/XIncludeFilter.java,
	  gnu/xml/stream/XMLParser.java: Fix case where resolved InputSource
	  only resolved the system ID not the stream. Make some utility methods
	  public and static for use by other private XML APIs.
	* java/lang/ClassNotFoundException.java: Ensure that initCause can be
	  called without throwing IllegalStateException.
	* java/util/logging/SimpleFormatter.java: Write thrown exception if
	  provided.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* gnu/xml/stream/SAXParser.java,
	  gnu/xml/stream/UnicodeReader.java,
	  gnu/xml/stream/XIncludeFilter.java,
	  gnu/xml/stream/XMLParser.java: Fix case where resolved InputSource
	  only resolved the system ID not the stream. Make some utility methods
	  public and static for use by other private XML APIs.
	* java/lang/ClassNotFoundException.java: Ensure that initCause can be
	  called without throwing IllegalStateException.
	* java/util/logging/SimpleFormatter.java: Write thrown exception if
	  provided.
</pre>
</div>
</content>
</entry>
<entry>
<title>	* java/lang/Process.java: Added import for javadoc.</title>
<updated>2005-09-13T21:25:07+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tromey@redhat.com</email>
</author>
<published>2005-09-13T21:25:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=e8faca64ff138cf162d15affacbab03f4bb5d3c3'/>
<id>e8faca64ff138cf162d15affacbab03f4bb5d3c3</id>
<content type='text'>
	* java/lang/Object.java (notify): Javadoc fix.
	(notifyAll): Likewise.
	* java/io/PipedInputStream.java (connect): Javadoc fix.
	* java/io/OutputStreamWriter.java: Organized imports.
	* java/io/ObjectStreamField.java (setOffset): Javadoc fix.
	* java/io/ObjectInputStream.java (readFields): Javadoc fix.
	* java/io/DataOutputStream.java (writeChars): Javadoc fix.
	(writeFloat): Likewise.
	(writeDouble): Likewise.
	* java/util/Locale.java (readObject): Javadoc fix.
	(writeObject): Likewise.
	* java/io/LineNumberReader.java (read): Javadoc fix.
	(setLineNumber): Likewise.
	(mark): Likewise.
	* java/io/InputStreamReader.java: Updated imports.
	* java/lang/Integer.java (parseInt): Javadoc fix.
	* java/io/FilterReader.java (skip): Javadoc fix.
	* java/util/HashMap.java (containsValue): Javadoc fix.
	* java/lang/ClassLoader.java (findLibrary): Javadoc fix.
	(setPackageAssertionStatus): Likewise.
	(setClassAssertionStatus): Likewise.
	* java/lang/Class.java: Added imports for javadoc.
	(matchMethod): Javadoc fix.
	* java/util/ArrayList.java (readObject): Javadoc fix.
	(writeObject): Likewise.
	* java/lang/String.java (CaseInsensitiveComparator): Javadoc fix.
	* java/util/zip/PendingBuffer.java (toByteArray): Javadoc fix.
	* javax/swing/plaf/metal/OceanTheme.java: Mark as 1.5.
	* java/util/logging/SimpleFormatter.java (format): Javadoc fix.
	* java/util/zip/ZipFile.java (getEntries): Javadoc fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* java/lang/Object.java (notify): Javadoc fix.
	(notifyAll): Likewise.
	* java/io/PipedInputStream.java (connect): Javadoc fix.
	* java/io/OutputStreamWriter.java: Organized imports.
	* java/io/ObjectStreamField.java (setOffset): Javadoc fix.
	* java/io/ObjectInputStream.java (readFields): Javadoc fix.
	* java/io/DataOutputStream.java (writeChars): Javadoc fix.
	(writeFloat): Likewise.
	(writeDouble): Likewise.
	* java/util/Locale.java (readObject): Javadoc fix.
	(writeObject): Likewise.
	* java/io/LineNumberReader.java (read): Javadoc fix.
	(setLineNumber): Likewise.
	(mark): Likewise.
	* java/io/InputStreamReader.java: Updated imports.
	* java/lang/Integer.java (parseInt): Javadoc fix.
	* java/io/FilterReader.java (skip): Javadoc fix.
	* java/util/HashMap.java (containsValue): Javadoc fix.
	* java/lang/ClassLoader.java (findLibrary): Javadoc fix.
	(setPackageAssertionStatus): Likewise.
	(setClassAssertionStatus): Likewise.
	* java/lang/Class.java: Added imports for javadoc.
	(matchMethod): Javadoc fix.
	* java/util/ArrayList.java (readObject): Javadoc fix.
	(writeObject): Likewise.
	* java/lang/String.java (CaseInsensitiveComparator): Javadoc fix.
	* java/util/zip/PendingBuffer.java (toByteArray): Javadoc fix.
	* javax/swing/plaf/metal/OceanTheme.java: Mark as 1.5.
	* java/util/logging/SimpleFormatter.java (format): Javadoc fix.
	* java/util/zip/ZipFile.java (getEntries): Javadoc fix.
</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-10-20  Michael Koch  &lt;konqueror@gmx.de&gt;</title>
<updated>2004-10-20T07:54:14+00:00</updated>
<author>
<name>Michael Koch</name>
<email>konqueror@gmx.de</email>
</author>
<published>2004-10-20T07:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=bf38a2250520c95252158619fa2449414e62407a'/>
<id>bf38a2250520c95252158619fa2449414e62407a</id>
<content type='text'>
	* java/util/logging/ConsoleHandler.java,
	java/util/logging/ErrorManager.java,
	java/util/logging/FileHandler.java,
	java/util/logging/Filter.java,
	java/util/logging/Formatter.java,
	java/util/logging/Handler.java,
	java/util/logging/Level.java,
	java/util/logging/LogManager.java,
	java/util/logging/LogRecord.java,
	java/util/logging/Logger.java,
	java/util/logging/LoggingPermission.java,
	java/util/logging/MemoryHandler.java,
	java/util/logging/SimpleFormatter.java,
	java/util/logging/SocketHandler.java,
	java/util/logging/StreamHandler.java,
	java/util/logging/XMLFormatter.java:
	Standardized copyrigth header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* java/util/logging/ConsoleHandler.java,
	java/util/logging/ErrorManager.java,
	java/util/logging/FileHandler.java,
	java/util/logging/Filter.java,
	java/util/logging/Formatter.java,
	java/util/logging/Handler.java,
	java/util/logging/Level.java,
	java/util/logging/LogManager.java,
	java/util/logging/LogRecord.java,
	java/util/logging/Logger.java,
	java/util/logging/LoggingPermission.java,
	java/util/logging/MemoryHandler.java,
	java/util/logging/SimpleFormatter.java,
	java/util/logging/SocketHandler.java,
	java/util/logging/StreamHandler.java,
	java/util/logging/XMLFormatter.java:
	Standardized copyrigth header.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up imports in java.util.logging</title>
<updated>2004-04-22T09:35:33+00:00</updated>
<author>
<name>Dalibor Topic</name>
<email>robilad@yahoo.com</email>
</author>
<published>2004-04-22T09:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=dc81834bbbcc852e845e804110d12c6bac0193b6'/>
<id>dc81834bbbcc852e845e804110d12c6bac0193b6</id>
<content type='text'>
2004-04-22  Dalibor Topic  &lt;robilad@kaffe.org&gt;

        * java/util/logging/FileHandler.java,
        java/util/logging/Formatter.java,
        java/util/logging/Handler.java,
        java/util/logging/Logger.java,
        java/util/logging/SimpleFormatter.java,
        java/util/logging/XMLFormatter.java:
        Cleaned up imports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-04-22  Dalibor Topic  &lt;robilad@kaffe.org&gt;

        * java/util/logging/FileHandler.java,
        java/util/logging/Formatter.java,
        java/util/logging/Handler.java,
        java/util/logging/Logger.java,
        java/util/logging/SimpleFormatter.java,
        java/util/logging/XMLFormatter.java:
        Cleaned up imports.
</pre>
</div>
</content>
</entry>
<entry>
<title>* java/util/logging/SimpleFormatter.java:print souceClassName and sourceMethodName</title>
<updated>2003-08-12T12:06:19+00:00</updated>
<author>
<name>Ingo Proetel</name>
<email>proetel@aicas.com</email>
</author>
<published>2003-08-12T12:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=ad22261c79db38ec9cbe0c6cdf04d109234ba8ef'/>
<id>ad22261c79db38ec9cbe0c6cdf04d109234ba8ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(format): Generate output similar to the Sun J2SE 1.4 reference</title>
<updated>2002-10-30T20:33:39+00:00</updated>
<author>
<name>Sascha Brawer</name>
<email>brawer@dandelis.ch</email>
</author>
<published>2002-10-30T20:33:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=e7a4fc57b5c3e59e37a85f93ab483ce2554c89bb'/>
<id>e7a4fc57b5c3e59e37a85f93ab483ce2554c89bb</id>
<content type='text'>
implementation. Improve Javadoc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implementation. Improve Javadoc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial check-in of preliminary, possibly buggy version.</title>
<updated>2002-03-04T17:04:37+00:00</updated>
<author>
<name>Sascha Brawer</name>
<email>brawer@dandelis.ch</email>
</author>
<published>2002-03-04T17:04:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/classpath.git/commit/?id=773f182dd2710914b9519857b4ce51b83b5bb1fe'/>
<id>773f182dd2710914b9519857b4ce51b83b5bb1fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
