<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ppe42-gcc/libjava/gnu/java/nio/channels, 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>2007-04-03T01:05:50+00:00</updated>
<entry>
<title>	http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=205157</title>
<updated>2007-04-03T01:05:50+00:00</updated>
<author>
<name>tromey</name>
<email>tromey@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2007-04-03T01:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=8b37ce9e377838dcc25ba52c838308c8d32b1a0c'/>
<id>urn:sha1:8b37ce9e377838dcc25ba52c838308c8d32b1a0c</id>
<content type='text'>
	* gnu/java/nio/channels/natFileChannelPosix.cc (mapImpl): Extend
	file, when writing, if it is too short.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123447 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	PR libgcj/31228</title>
<updated>2007-03-23T00:06:41+00:00</updated>
<author>
<name>daney</name>
<email>daney@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2007-03-23T00:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=7c660b5b54deced6ef16faacec97acccc14f27f9'/>
<id>urn:sha1:7c660b5b54deced6ef16faacec97acccc14f27f9</id>
<content type='text'>
	* configure.ac: Add checks for getrlimit and sys/resource.h.
	* include/posix.h (_Jv_platform_close_on_exec): Remove.
	* include/config.h.in: Regenerate.
	* configure: Regenerate.
	* gnu/java/nio/channels/natFileChannelPosix.cc (open): Remove call to
	_Jv_platform_close_on_exec;
	* gnu/java/net/natPlainSocketImplPosix.cc (create): Likewise.
	(accept): Likewise.
	* gnu/java/net/natPlainDatagramSocketImplPosix.cc (create):Likewise.
	* java/lang/natPosixProcess.cc: Include sys/resource.h.
	(nativeSpawn): Close all file descriptors.  Don't set FD_CLOEXEC on
	pipes.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123138 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>2007-01-28  Michele Sandri  &lt;gpointorama@gmail.com&gt;</title>
<updated>2007-01-28T18:55:36+00:00</updated>
<author>
<name>membar</name>
<email>membar@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2007-01-28T18:55:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=013eb60cf2d0ddefb8064b957526eb89ccce37ea'/>
<id>urn:sha1:013eb60cf2d0ddefb8064b957526eb89ccce37ea</id>
<content type='text'>
	* gnu/java/nio/channels/natFileChannelWin32.cc
	(lock): Implemented.
	(unlock): Implemented.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121265 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>Merged gcj-eclipse branch to trunk.</title>
<updated>2007-01-09T19:58:05+00:00</updated>
<author>
<name>tromey</name>
<email>tromey@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2007-01-09T19:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=65bf3316cf384588453604be6b4f0ed3751a8b0f'/>
<id>urn:sha1:65bf3316cf384588453604be6b4f0ed3751a8b0f</id>
<content type='text'>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120621 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	* sources.am, Makefile.in: Rebuilt.</title>
<updated>2006-05-13T02:16:22+00:00</updated>
<author>
<name>tromey</name>
<email>tromey@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2006-05-13T02:16:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=3d705eb29f4ecdd97b00551d5d67c3952afaa1f2'/>
<id>urn:sha1:3d705eb29f4ecdd97b00551d5d67c3952afaa1f2</id>
<content type='text'>
	* java/util/logging/LogManager.java: Removed.
	* java/util/logging/Logger.java (resetLogger): New method, from
	Classpath.
	* java/io/RandomAccessFile.java: Removed.
	* gnu/java/nio/channels/FileChannelImpl.java (create): New
	method.
	(FileChannelImpl): Now private.
	* java/io/FileInputStream.java: Removed.
	* java/io/FileOutputStream.java: Removed.
	* java/security/AccessControlContext.java: Removed.
	* java/lang/ThreadLocal.java: Removed.
	* java/lang/InheritableThreadLocal.java: Removed.
	* java/lang/Thread.java (locals): New field.
	(getThreadLocals): New method.
	* java/lang/natThread.cc (finish_): Clear 'locals'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113735 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	* gnu/java/nio/channels/natFileChannelPosix.cc (write): Properly</title>
<updated>2006-04-19T17:01:53+00:00</updated>
<author>
<name>tromey</name>
<email>tromey@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2006-04-19T17:01:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=e36ed55bfeee9ad9e411290c10ce2b3a0d459956'/>
<id>urn:sha1:e36ed55bfeee9ad9e411290c10ce2b3a0d459956</id>
<content type='text'>
	handle EINTR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113082 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>Update FSF address</title>
<updated>2005-06-30T03:22:09+00:00</updated>
<author>
<name>kcook</name>
<email>kcook@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2005-06-30T03:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=8999fe288f269fcf607821f796186b24045bacd8'/>
<id>urn:sha1:8999fe288f269fcf607821f796186b24045bacd8</id>
<content type='text'>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101453 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>2005-05-30  Bryce McKinlay  &lt;mckinlay@redhat.com&gt;</title>
<updated>2005-05-30T16:02:38+00:00</updated>
<author>
<name>bryce</name>
<email>bryce@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2005-05-30T16:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=721081f33ce32daf2cb9af786b5c2e5ba82d46c5'/>
<id>urn:sha1:721081f33ce32daf2cb9af786b5c2e5ba82d46c5</id>
<content type='text'>
	PR libgcj/21821
	* gnu/java/nio/channels/natFileChannelPosix.cc (open): Don't use
	MAXPATHLEN. Format exception message using a StringBuffer instead.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100364 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>2005-05-03  Andrew Overholt  &lt;overholt@redhat.com&gt;</title>
<updated>2005-05-03T22:38:17+00:00</updated>
<author>
<name>tromey</name>
<email>tromey@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2005-05-03T22:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=a2295b1c5cfa37ba98570b051e631dd799d3ffc3'/>
<id>urn:sha1:a2295b1c5cfa37ba98570b051e631dd799d3ffc3</id>
<content type='text'>
	PR libgcj/21372:
	* gnu/java/nio/channels/FileChannelImpl.java: Return null if lock
	could not be acquired.
	* java/nio/channels/FileLock.java (toString): Re-implement to be
	in line with other implementations.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99188 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>2005-04-29  Dalibor Topic  &lt;robilad@kaffe.org&gt;</title>
<updated>2005-04-29T18:47:42+00:00</updated>
<author>
<name>mkoch</name>
<email>mkoch@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2005-04-29T18:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=a809cb64cf76259d2d0b87e14332a227c34da5ea'/>
<id>urn:sha1:a809cb64cf76259d2d0b87e14332a227c34da5ea</id>
<content type='text'>
	* java/nio/channels/FileChannelImpl.java
	(FileChannelImpl(String, int)): Removed.
	(FileChannelImpl(File, int)): Added. Check if opened file is a
	directory.
	* java/io/FileInputStream.java(FileInputStream): Fixed javadocs.
	Call FileChannelImpl(File, int).
	* java/io/FileOutputStream.java (FileInputStream): Call
	FileChannelImpl(File, int).
	* java/io/RandomAccessFile.java (RandomAccessFile):
	Call FileChannelImpl(File, int). Switched constructors around.


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