<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gcc.git/libjava/gnu/classpath/jdwp/processor, branch basepoints/gcc-6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/'/>
<entry>
<title>Merged gcj-eclipse branch to trunk.</title>
<updated>2007-01-09T19:58:05+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tromey@gcc.gnu.org</email>
</author>
<published>2007-01-09T19:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=97b8365cafc3a344a22d3980b8ed885f5c6d8357'/>
<id>97b8365cafc3a344a22d3980b8ed885f5c6d8357</id>
<content type='text'>
From-SVN: r120621
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From-SVN: r120621
</pre>
</div>
</content>
</entry>
<entry>
<title>Major merge with Classpath.</title>
<updated>2005-07-16T01:27:14+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tromey@redhat.com</email>
</author>
<published>2005-07-16T01:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=b0fa81eea9a270f23d6ad67ca7a6d25c18d20da1'/>
<id>b0fa81eea9a270f23d6ad67ca7a6d25c18d20da1</id>
<content type='text'>
	Removed many duplicate files.
	* HACKING: Updated.x
	* classpath: Imported new directory.
	* standard.omit: New file.
	* Makefile.in, aclocal.m4, configure: Rebuilt.
	* sources.am: New file.
	* configure.ac: Run Classpath configure script.  Moved code around
	to support.  Disable xlib AWT peers (temporarily).
	* Makefile.am (SUBDIRS): Added 'classpath'
	(JAVAC): Removed.
	(AM_CPPFLAGS): Added more -I options.
	(BOOTCLASSPATH): Simplified.
	Completely redid how sources are built.
	Include sources.am.
	* include/Makefile.am (tool_include__HEADERS): Removed jni.h.
	* include/jni.h: Removed (in Classpath).
	* scripts/classes.pl: Updated to look at built classes.
	* scripts/makemake.tcl: New file.
	* testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Added
	-I options.
	(gcj_jni_invocation_compile_c_to_binary): Likewise.

From-SVN: r102082
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Removed many duplicate files.
	* HACKING: Updated.x
	* classpath: Imported new directory.
	* standard.omit: New file.
	* Makefile.in, aclocal.m4, configure: Rebuilt.
	* sources.am: New file.
	* configure.ac: Run Classpath configure script.  Moved code around
	to support.  Disable xlib AWT peers (temporarily).
	* Makefile.am (SUBDIRS): Added 'classpath'
	(JAVAC): Removed.
	(AM_CPPFLAGS): Added more -I options.
	(BOOTCLASSPATH): Simplified.
	Completely redid how sources are built.
	Include sources.am.
	* include/Makefile.am (tool_include__HEADERS): Removed jni.h.
	* include/jni.h: Removed (in Classpath).
	* scripts/classes.pl: Updated to look at built classes.
	* scripts/makemake.tcl: New file.
	* testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Added
	-I options.
	(gcj_jni_invocation_compile_c_to_binary): Likewise.

From-SVN: r102082
</pre>
</div>
</content>
</entry>
<entry>
<title>VirtualMachineCommandSet.java: Implemented VirtualMachine Command Set.</title>
<updated>2005-07-14T17:25:32+00:00</updated>
<author>
<name>Aaron Luchko</name>
<email>aluchko@redhat.com</email>
</author>
<published>2005-07-14T17:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=b11e14262e1381cc7e7322aec4d5be27bb15529b'/>
<id>b11e14262e1381cc7e7322aec4d5be27bb15529b</id>
<content type='text'>
        * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java:
        Implemented VirtualMachine Command Set.

From-SVN: r102026
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java:
        Implemented VirtualMachine Command Set.

From-SVN: r102026
</pre>
</div>
</content>
</entry>
<entry>
<title>FieldCommandSet.java: Implemented the Field CommandSet.</title>
<updated>2005-07-12T23:41:45+00:00</updated>
<author>
<name>Aaron Luchko</name>
<email>aluchko@redhat.com</email>
</author>
<published>2005-07-12T23:41:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=d7f15b932bf83f2e3f2482769f01346ca82bfc52'/>
<id>d7f15b932bf83f2e3f2482769f01346ca82bfc52</id>
<content type='text'>
        * gnu/classpath/jdwp/processor/FieldCommandSet.java:
        Implemented the Field CommandSet.
        * gnu/classpath/jdwp/processor/InterfaceTypeCommandSet.java:
        Implemented the InterfaceType CommandSet.

From-SVN: r101951
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * gnu/classpath/jdwp/processor/FieldCommandSet.java:
        Implemented the Field CommandSet.
        * gnu/classpath/jdwp/processor/InterfaceTypeCommandSet.java:
        Implemented the InterfaceType CommandSet.

From-SVN: r101951
</pre>
</div>
</content>
</entry>
<entry>
<title>PacketProcessor.java (run): Send shutdown to jdwp instead of connection.</title>
<updated>2005-07-12T19:29:37+00:00</updated>
<author>
<name>Aaron Luchko</name>
<email>aluchko@redhat.com</email>
</author>
<published>2005-07-12T19:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=04be5ce5ec84b1dab39372f89d59888988a3195e'/>
<id>04be5ce5ec84b1dab39372f89d59888988a3195e</id>
<content type='text'>
        * gnu/classpath/jdwp/processor/PacketProcessor.java (run): Send
        shutdown to jdwp instead of connection.

From-SVN: r101936
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * gnu/classpath/jdwp/processor/PacketProcessor.java (run): Send
        shutdown to jdwp instead of connection.

From-SVN: r101936
</pre>
</div>
</content>
</entry>
<entry>
<title>ObjectReferenceCommandSet.java: New file.</title>
<updated>2005-07-12T18:30:25+00:00</updated>
<author>
<name>Aaron Luchko</name>
<email>aluchko@gcc.gnu.org</email>
</author>
<published>2005-07-12T18:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=87bd8b706752c8ecb0372595e9eace6c21c03419'/>
<id>87bd8b706752c8ecb0372595e9eace6c21c03419</id>
<content type='text'>
        * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java:
        New file.

From-SVN: r101935
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java:
        New file.

From-SVN: r101935
</pre>
</div>
</content>
</entry>
<entry>
<title>* gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java:New</title>
<updated>2005-07-07T20:54:04+00:00</updated>
<author>
<name>Aaron Luchko</name>
<email>aluchko@redhat.com</email>
</author>
<published>2005-07-07T20:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=bde1427e3bb677f5120db529c16e3a0b2d3d0eae'/>
<id>bde1427e3bb677f5120db529c16e3a0b2d3d0eae</id>
<content type='text'>
        file.

From-SVN: r101730
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        file.

From-SVN: r101730
</pre>
</div>
</content>
</entry>
<entry>
<title>StringReferenceCommandSet.java: New file.</title>
<updated>2005-07-05T17:26:38+00:00</updated>
<author>
<name>Aaron Luchko</name>
<email>aluchko@redhat.com</email>
</author>
<published>2005-07-05T17:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=2d95cce3c9ddcd26b93fe95f539c3380e2213ad5'/>
<id>2d95cce3c9ddcd26b93fe95f539c3380e2213ad5</id>
<content type='text'>
        * gnu/classpath/jdwp/processor/StringReferenceCommandSet.java:
        New file.

From-SVN: r101628
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * gnu/classpath/jdwp/processor/StringReferenceCommandSet.java:
        New file.

From-SVN: r101628
</pre>
</div>
</content>
</entry>
<entry>
<title>CommandSet.java: New file.</title>
<updated>2005-07-04T16:08:16+00:00</updated>
<author>
<name>Aaron Luchko</name>
<email>aluchko@redhat.com</email>
</author>
<published>2005-07-04T16:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=3bea4ad0e9b285282e7e2c6d91162081bf90503a'/>
<id>3bea4ad0e9b285282e7e2c6d91162081bf90503a</id>
<content type='text'>
        * gnu/classpath/jdwp/processor/CommandSet.java: New file.
        * gnu/classpath/jdwp/processor/PacketProcessor.java: Use
        CommandSets to handle JdwpCommandPackets.
        * gnu/classpath/jdwp/transport/JdwpReplyPacket.java: New
        Constructor.

From-SVN: r101601
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * gnu/classpath/jdwp/processor/CommandSet.java: New file.
        * gnu/classpath/jdwp/processor/PacketProcessor.java: Use
        CommandSets to handle JdwpCommandPackets.
        * gnu/classpath/jdwp/transport/JdwpReplyPacket.java: New
        Constructor.

From-SVN: r101601
</pre>
</div>
</content>
</entry>
<entry>
<title>Update FSF address</title>
<updated>2005-06-30T03:22:09+00:00</updated>
<author>
<name>Kelley Cook</name>
<email>kcook@gcc.gnu.org</email>
</author>
<published>2005-06-30T03:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=917b04f4923bdb692362b09ce5c4730d073c4c00'/>
<id>917b04f4923bdb692362b09ce5c4730d073c4c00</id>
<content type='text'>
From-SVN: r101453
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From-SVN: r101453
</pre>
</div>
</content>
</entry>
</feed>
