<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ppe42-gcc/libjava/gnu/gcj/protocol/file, branch gcc-4_9_2-ppe42</title>
<subtitle>GCC for the PPE42</subtitle>
<id>https://git.raptorcs.com/git/ppe42-gcc/atom?h=gcc-4_9_2-ppe42</id>
<link rel='self' href='https://git.raptorcs.com/git/ppe42-gcc/atom?h=gcc-4_9_2-ppe42'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/'/>
<updated>2003-10-08T16:28:30+00:00</updated>
<entry>
<title>2003-10-08  Michael Koch  &lt;konqueror@gmx.de&gt;</title>
<updated>2003-10-08T16:28:30+00:00</updated>
<author>
<name>mkoch</name>
<email>mkoch@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2003-10-08T16:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=d9af11d881f89bcb0171299a3a350d6655d7b6e7'/>
<id>urn:sha1:d9af11d881f89bcb0171299a3a350d6655d7b6e7</id>
<content type='text'>
	* gnu/gcj/protocol/core/Connection.java,
	gnu/gcj/protocol/core/CoreInputStream.java,
	gnu/gcj/protocol/core/Handler.java,
	gnu/gcj/protocol/core/natCoreInputStream.cc,
	gnu/gcj/protocol/file/Connection.java,
	gnu/gcj/protocol/file/Handler.java,
	gnu/gcj/protocol/gcjlib/Connection.java,
	gnu/gcj/protocol/gcjlib/Handler.java,
	gnu/gcj/protocol/http/Connection.java,
	gnu/gcj/protocol/http/Handler.java,
	gnu/gcj/protocol/jar/Connection.java,
	gnu/gcj/protocol/jar/Handler.java: Moved to gnu/java/net/protocol.
	* gnu/java/net/protocol/core/Connection.java,
	gnu/java/net/protocol/core/CoreInputStream.java,
	gnu/java/net/protocol/core/Handler.java,
	gnu/java/net/protocol/core/natCoreInputStream.cc,
	gnu/java/net/protocol/file/Connection.java,
	gnu/java/net/protocol/file/Handler.java,
	gnu/java/net/protocol/gcjlib/Connection.java,
	gnu/java/net/protocol/gcjlib/Handler.java,
	gnu/java/net/protocol/http/Connection.java,
	gnu/java/net/protocol/http/Handler.java,
	gnu/java/net/protocol/jar/Connection.java,
	gnu/java/net/protocol/jar/Handler.java: Moved from gnu/gcj/protocol.
	* gnu/gcj/runtime/FirstThread.java,
	java/net/URL.java: Use moved protocol handlers.
	* Makefile.am
	(ordinary_java_source_files): Moved files.
	(nat_source_files): Likewise.
	* Makefile.in: Regenerated.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72233 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>2003-08-23  Michael Koch  &lt;konqueror@gmx.de&gt;</title>
<updated>2002-08-23T04:54:03+00:00</updated>
<author>
<name>mkoch</name>
<email>mkoch@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2002-08-23T04:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=07b454867419ca7555e053238b773ca4184e3b12'/>
<id>urn:sha1:07b454867419ca7555e053238b773ca4184e3b12</id>
<content type='text'>
       * java/net/URLConnection.java,
       java/netJarURLConnection.java,
       gnu/gcj/protocol/core/Connection.java,
       gnu/gcj/protocol/file/Connection.java,
       gnu/gcj/protocol/http/Connection.java: Added implementation of
       getHeaderFields().


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56532 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	* gnu/gcj/protocol/file/Connection.java (conect):  Open the input</title>
<updated>2002-02-22T13:53:23+00:00</updated>
<author>
<name>bothner</name>
<email>bothner@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2002-02-22T13:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=f651723c588671de00b590223c8fa848a5d12d21'/>
<id>urn:sha1:f651723c588671de00b590223c8fa848a5d12d21</id>
<content type='text'>
	and/or output streams immediately here, instead of using File.exists.
	(inputStream, outputStream):  New fields to save open streams.
	(getInputStream, getOutputStream):  Use already-opened streams.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49965 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	PR libgcj/4383</title>
<updated>2001-09-30T07:52:16+00:00</updated>
<author>
<name>bryce</name>
<email>bryce@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2001-09-30T07:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=b4ac09cddb5a433147b996570258e8732a706a18'/>
<id>urn:sha1:b4ac09cddb5a433147b996570258e8732a706a18</id>
<content type='text'>
	* gnu/gcj/protocol/file/Connection.java (connect): Throw
	FileNotFoundException if appropriate.
	* gnu/gcj/protocol/file/Handler.java (openConnection): Throw an
	IOException if we got a file: url with a hostname. Comment out protocol
	switch to ftp for now.
	* java/net/URL.java (URL): Include protocol name in exception
	message
	when handler can't be found.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45898 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>Fix null pointer bug.</title>
<updated>2001-09-19T18:28:59+00:00</updated>
<author>
<name>green</name>
<email>green@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2001-09-19T18:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=c2c76df5218727dbba0a8e4b3eed4eb01ed14e48'/>
<id>urn:sha1:c2c76df5218727dbba0a8e4b3eed4eb01ed14e48</id>
<content type='text'>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45692 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	* gnu/gcj/protocol/file/Handler.java (openConnection): Use</title>
<updated>2000-04-21T14:18:49+00:00</updated>
<author>
<name>tromey</name>
<email>tromey@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2000-04-21T14:18:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=3e5dea0a4be5430de30e32001f1c690ebe70672b'/>
<id>urn:sha1:3e5dea0a4be5430de30e32001f1c690ebe70672b</id>
<content type='text'>
	`setURL', not `url.set'.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33306 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	* All files: Updated copyright information.</title>
<updated>2000-03-07T19:55:28+00:00</updated>
<author>
<name>tromey</name>
<email>tromey@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2000-03-07T19:55:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=88abbcd52962dcc832891d805f8519c33f93872a'/>
<id>urn:sha1:88abbcd52962dcc832891d805f8519c33f93872a</id>
<content type='text'>
	* COPYING: New file.
	* COPYING.LIB: Removed.
	* LIBGCJ_LICENSE: We now use GPL + special exception.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32387 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	* All files: Updated copyright to reflect Cygnus purchase.</title>
<updated>2000-01-19T18:39:27+00:00</updated>
<author>
<name>tromey</name>
<email>tromey@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2000-01-19T18:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=05c0974d5ba6869edeaf21d4158a6242fa0ae16f'/>
<id>urn:sha1:05c0974d5ba6869edeaf21d4158a6242fa0ae16f</id>
<content type='text'>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31504 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	* Makefile.am (ordinary_java_source_files): Added new Connection</title>
<updated>1999-04-15T21:33:39+00:00</updated>
<author>
<name>warrenl</name>
<email>warrenl@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>1999-04-15T21:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=378ac6605dde842d47f8d210af6b046e7bcb1dcd'/>
<id>urn:sha1:378ac6605dde842d47f8d210af6b046e7bcb1dcd</id>
<content type='text'>
	and Handler classes in gnu.gcj.protocol.file package.
	* Makefile.in: Rebuilt.
	* gnu/gcj/protocol/file/Connection.java: New file.
	* gnu/gcj/protocol/file/Handler.java: New file.
	* gnu/gcj/protocol/http/Connection.java (getInputStream): Check
	if doInput allows input.
	(getOutputStream): Check if doOutput allows output.
	* java/net/URLStreamHandler.java (parseURL): Fix indentation.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26479 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
</feed>
