public inbox for rhug-cvs@sourceware.org
help / color / mirror / Atom feed
* rhug/bsf ChangeLog ListClasses.java Makefile.a ...
@ 2004-05-29 17:21 green
  0 siblings, 0 replies; 2+ messages in thread
From: green @ 2004-05-29 17:21 UTC (permalink / raw)
  To: rhug-cvs

CVSROOT:	/cvs/rhug
Module name:	rhug
Changes by:	green@sourceware.org	2004-05-29 17:21:01

Modified files:
	bsf            : ChangeLog ListClasses.java Makefile.am 
	                 Makefile.in aclocal.m4 config.guess config.sub 
	                 configure configure.in depcomp fluorine.xml 
	                 install-sh ltmain.sh missing mkinstalldirs 

Log message:
	Fix fluorination.  Upgrade to latest auto tools.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/ChangeLog.diff?cvsroot=rhug&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/ListClasses.java.diff?cvsroot=rhug&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/Makefile.am.diff?cvsroot=rhug&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/Makefile.in.diff?cvsroot=rhug&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/aclocal.m4.diff?cvsroot=rhug&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/config.guess.diff?cvsroot=rhug&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/config.sub.diff?cvsroot=rhug&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/configure.diff?cvsroot=rhug&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/configure.in.diff?cvsroot=rhug&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/depcomp.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.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/install-sh.diff?cvsroot=rhug&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/ltmain.sh.diff?cvsroot=rhug&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/missing.diff?cvsroot=rhug&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/bsf/mkinstalldirs.diff?cvsroot=rhug&r1=1.1&r2=1.2


^ permalink raw reply	[flat|nested] 2+ messages in thread
* rhug/bsf ChangeLog ListClasses.java Makefile.a ...
@ 2004-05-29 22:18 green
  0 siblings, 0 replies; 2+ messages in thread
From: green @ 2004-05-29 22:18 UTC (permalink / raw)
  To: rhug-cvs

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-05-29 22:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-29 17:21 rhug/bsf ChangeLog ListClasses.java Makefile.a green
2004-05-29 22:18 green

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).