Update of /cvsroot/tclresource/Source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28436
Modified Files:
Changes.Log
Log Message:
Reset interpreter's result
Index: Changes.Log
===================================================================
RCS file: /cvsroot/tclresource/Source/Changes.Log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Changes.Log 7 Sep 2004 12:59:05 -0000 1.4
+++ Changes.Log 5 Jan 2006 09:08:12 -0000 1.5
@@ -1,20 +1,21 @@
Changes Log for the Tclresource extension
=========================================
-The [resource] command was originally defined as a built-in command of Tcl
-on MacOS 7/8/9. The original code can be found in the Tcl sources in
-/tcl/mac/tclMacResource.c. Tclresource is backwards compatible with the
-original command. Version 1.0 can be considered strictly as a port of this
-command to OSX (with minor modifications reflecting OSX idiosyncrasies: no
-ROM resource map etc.). Versions 1.1 and greater widely enhance the syntax
-of the [resource] command but will always remain backwards compatible with
-the original command.
+The [resource] command was originally defined as a built-in command of Tcl on
+MacOS 7/8/9. The original code can be found in the old Tcl sources in
+/tcl/mac/tclMacResource.c. The Tclresource extension is backwards compatible
+with the original command. Version 1.0 can be considered strictly as a port of
+this command to OSX (with minor modifications reflecting OSX idiosyncrasies: no
+ROM resource map etc.). Higher versions (1.1 and greater) widely enhance the
+syntax of the [resource] command but will always remain backwards compatible
+with the original command.
This is an Open Source project. The source code for this extension can be
found on the SourceForge site at: <http://sourceforge.net/projects/tclresource>
+
Tclresource binary releases are available at
-<http://sourceforge.net/project/showfiles.php?group_id=93101> or on my web
-page at <http://webperso.easyconnect.fr/bdesgraupes/tcl.html>
+<http://sourceforge.net/project/showfiles.php?group_id=93101>
+
You can browse the cvs repository online at
<http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tclresource>
@@ -24,7 +25,14 @@
This changes log is in reverse chronological order (from bottom to top).
================================================================================
-= 1.1.1 release last update:
+= 1.1.2 last update:
+================================================================================
+¥ Introduced TEA (3.4) support.
+¥ Minor modifications in the organisation of the headers.
+¥ Fixed potential bug where the interpreter's result was not reset.
+
+================================================================================
+= 1.1.1 release last update: 2004-09-08 08:53:10
================================================================================
¥ Public release of version 1.1.1.
|