File Release Notes and Changelog
Release Name: 1.3.3
Notes:
This is a minor bug fix release only. This release
sets the default --prefix to /usr/local. The
Interp.evalFile() API has also been implemented.
Changes:
2006-08-08 Mo DeJong <mdejong@users.sourceforge.net>
* src/tclblend/tcl/lang/Interp.java (evalFile):
Avoid crashing bug in eval(TclObject).
2006-08-08 Mo DeJong <mdejong@users.sourceforge.net>
* known_issues.txt: Mention gcc bug.
2006-06-29 Mo DeJong <mdejong@users.sourceforge.net>
* tests/tcljava/FuncSig.test: Fixup signature
so that test passes under JDK 1.5
2006-06-29 Mo DeJong <mdejong@users.sourceforge.net>
* README.jacl:
* README.tclblend: Mention that Jacl and Tcl Blend
are production ready and include URLs for build
notes on the wiki.
2006-06-29 Mo DeJong <mdejong@users.sourceforge.net>
Update version numbers to 1.3.3.
* configure:
* configure.in:
* src/pkgIndex.tcl:
* src/jacl/tcl/lang/Interp.java:
* src/tcljava/tcl/lang/BlendExtension.java:
* unix/tools/vutil/current:
* win/makefile.vc:
2006-06-29 Mo DeJong <mdejong@users.sourceforge.net>
* configure: Regen.
* configure.in: Set default --prefix to /usr/local.
2006-04-05 Mo DeJong <mdejong@users.sourceforge.net>
* src/tclblend/tcl/lang/Interp.java (evalFile):
Add TclBlend implementation of Interp.evalFile().