public inbox for rhug-cvs@sourceware.org
help / color / mirror / Atom feed
From: green@sourceware.org
To: rhug-cvs@sources.redhat.com
Subject: rhug/bsf ChangeLog ListClasses.java Makefile.a ...
Date: Sat, 29 May 2004 22:18:00 -0000	[thread overview]
Message-ID: <20040529221846.21952.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/rhug
Module name:	rhug
Changes by:	green@sourceware.org	2004-05-29 22:18:46

Modified files:
	bsf            : ChangeLog ListClasses.java Makefile.am 
	                 Makefile.in configure configure.in 
	                 fluorine.files fluorine.xml 
Added files:
	bsf/upstream/src/bsf/src/org/apache/bsf/debug: BSFConnect.java 
	                                               BSFDebugManager.java 
	                                               BSFDebugger.java 
	bsf/upstream/src/bsf/src/org/apache/bsf/debug/clientImpl: 
	                                                          CircularBuffer.java 
	                                                          ClientConnection.java 
	                                                          ClientStubTable.java 
	bsf/upstream/src/bsf/src/org/apache/bsf/debug/jsdi: 
	                                                    JsCallbacks.java 
	                                                    JsCode.java 
	                                                    JsContext.java 
	                                                    JsEngine.java 
	                                                    JsFunction.java 
	                                                    JsObject.java 
	                                                    JsScript.java 
	                                                    JsdiException.java 
	bsf/upstream/src/bsf/src/org/apache/bsf/debug/meta: 
	                                                    DebugManagerDispatcher.java 
	                                                    DebugManagerStub.java 
	                                                    DebuggerDispatcher.java 
	                                                    DebuggerStub.java 
	                                                    JsCallbacksDispatcher.java 
	                                                    JsCallbacksStub.java 
	                                                    JsCodeStub.java 
	                                                    JsContextDispatcher.java 
	                                                    JsContextStub.java 
	                                                    JsEngineDispatcher.java 
	                                                    JsEngineStub.java 
	                                                    JsObjectDispatcher.java 
	                                                    JsObjectStub.java 
	bsf/upstream/src/bsf/src/org/apache/bsf/debug/util: 
	                                                    DebugConstants.java 
	                                                    DebugLog.java 
	                                                    Dispatcher.java 
	                                                    IntHashMapEntry.java 
	                                                    IntHashtable.java 
	                                                    RemoteService.java 
	                                                    RemoteServiceListener.java 
	                                                    ResultCell.java 
	                                                    Skeleton.java 
	                                                    SocketConnection.java 
	                                                    Stub.java 
	                                                    StubTable.java 
	                                                    ThreadCell.java 

Log message:
	Work around fluorine limitation for bsf_debug package.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/ChangeLog.diff?cvsroot=rhug&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/ListClasses.java.diff?cvsroot=rhug&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/Makefile.am.diff?cvsroot=rhug&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/Makefile.in.diff?cvsroot=rhug&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/configure.diff?cvsroot=rhug&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/configure.in.diff?cvsroot=rhug&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/fluorine.files.diff?cvsroot=rhug&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/fluorine.xml.diff?cvsroot=rhug&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/BSFConnect.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/BSFDebugManager.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/BSFDebugger.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/clientImpl/CircularBuffer.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/clientImpl/ClientConnection.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/clientImpl/ClientStubTable.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/jsdi/JsCallbacks.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/jsdi/JsCode.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/jsdi/JsContext.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/jsdi/JsEngine.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/jsdi/JsFunction.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/jsdi/JsObject.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/jsdi/JsScript.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/jsdi/JsdiException.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/meta/DebugManagerDispatcher.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/meta/DebugManagerStub.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/meta/DebuggerDispatcher.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/meta/DebuggerStub.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/meta/JsCallbacksDispatcher.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/meta/JsCallbacksStub.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/meta/JsCodeStub.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/meta/JsContextDispatcher.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/meta/JsContextStub.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/meta/JsEngineDispatcher.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/meta/JsEngineStub.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/meta/JsObjectDispatcher.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/meta/JsObjectStub.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/util/DebugConstants.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/util/DebugLog.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/util/Dispatcher.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/util/IntHashMapEntry.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/util/IntHashtable.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/util/RemoteService.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/util/RemoteServiceListener.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/util/ResultCell.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/util/Skeleton.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/util/SocketConnection.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/util/Stub.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/util/StubTable.java.diff?cvsroot=rhug&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/upstream/src/bsf/src/org/apache/bsf/debug/util/ThreadCell.java.diff?cvsroot=rhug&r1=NONE&r2=1.1


             reply	other threads:[~2004-05-29 22:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-29 22:18 green [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-05-29 17:21 green

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040529221846.21952.qmail@sourceware.org \
    --to=green@sourceware.org \
    --cc=rhug-cvs@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).