[Tcl Java] Re: Jacl: "file extension" now 8.4 compatible

2000-08-20 Thread Mo DeJong
On Wed, 16 Aug 2000, Christian Krone wrote: > Hello, > > and here a small patch to make "file extension" work as > it does in newer Tcl. > > Greetings, Krischan This patch looks fine, but it generates regressions like so: jacl/FileCmd.test filecmd-5.35 getExtension extension Cont

[Tcl Java] Re: Error in (not yet published) Interp.java

2000-08-20 Thread Mo DeJong
On Wed, 16 Aug 2000, Christian Krone wrote: > Hello, > > there is an error in the Interp.java file as you get it > when you applied the patch at > http://ME.IN-Berlin.de/~v12/krischan/Interp/other-files.patch > > You should make the following change to get the correct version: > > --- Inter

[Tcl Java] Re: Jacl: improved string command (now 8.4 compatible)

2000-08-20 Thread Mo DeJong
On Mon, 14 Aug 2000, Christian Krone wrote: > Hello, > > I uploaded a patch to my private homepage > containing patches to some Jacl classes. > It can be found here: > http://ME.IN-Berlin.de/~v12/krischan/String/string8.4.patch > > The patch will contain the following improvements to Jacl: >

[Tcl Java] Re: jacl-yaci: (JACL Yet Another Command Improved)

2000-08-20 Thread Mo DeJong
On Tue, 15 Aug 2000, Christian Krone wrote: > Hello, > > I attached two patches and a Java class (which is not new, > but contains so many differences that a patch is bigger than > the complete code). > > It contains the following new features: > - Expressions with &&, || or ?: now accept boole

[Tcl Java] Re: Jacl: improved string command (now 8.4 compatible)

2000-08-20 Thread Mo DeJong
On Mon, 14 Aug 2000, Christian Krone wrote: > In the same location there is also another patch, which makes the > Jacl test target using the tcltest package of Tcl8.4. > It can be found here: > http://ME.IN-Berlin.de/~v12/krischan/String/tcltest.patch > http://ME.IN-Berlin.de/~v12/krischan/St

[Tcl Java] Re: Last(?) steps for an InterpCmd in Jacl

2000-08-20 Thread Mo DeJong
On Mon, 7 Aug 2000, Christian Krone wrote: > Hello, > > yesterday I finally finished the implementation of > Jacl' interp command. The new classes to add and the > patches to apply to the CVS sources of Jacl (as checked > out yesterday) can be found here: > http://ME.IN-Berlin.de/~v12/krischan

[Tcl Java] Re: Improvements of Jacl's clock command

2000-08-20 Thread Mo DeJong
On Mon, 7 Aug 2000, Christian Krone wrote: > Hello, > > yesterday I checked out the Tcl8.4 sources from the NetCVS > and noticed, that the C implementation of the clock command > had one improvement and one bug fix. The patch to incorporate > these changes into Jacl can be found here: > http:/