pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Note update of devel/tcl-tclcl to 1.0rc13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/599f9cfc12bc
branches:  trunk
changeset: 460557:599f9cfc12bc
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Sun Aug 31 19:48:42 2003 +0000

description:
Note update of devel/tcl-tclcl to 1.0rc13.
Changes:
Make tclcl portable to tcl/tk 8.4.3. Change char* to CONST84 char*
(or CONST84_RETRUN char * if it is a function return) (these two macros are
defined in otcl.h) Change Tcl:result to return const char * rather than
char *.
Re-enabled code to avoid dumping tcl code on errors if there's a LOT of
tcl code. (Disabled since Dec-00 by mistake.)
Fixed Tcl "source" command so filenames with spaces work.

diffstat:

 doc/CHANGES |  3 ++-
 doc/TODO    |  3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r b5cc8805de49 -r 599f9cfc12bc doc/CHANGES
--- a/doc/CHANGES       Sun Aug 31 19:45:21 2003 +0000
+++ b/doc/CHANGES       Sun Aug 31 19:48:42 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3178 2003/08/31 19:31:17 jmmv Exp $
+$NetBSD: CHANGES,v 1.3179 2003/08/31 19:48:42 jschauma Exp $
 
 Changes to the packages collection and infrastructure in 2003:
 
@@ -3432,3 +3432,4 @@
        Updated fontconfig to 2.2.1 [wiz 2003-08-31]
        Updated buildtool to 0.13 [jmmv 2003-08-31]
        Updated buildtool-doc to 0.13 [jmmv 2003-08-31]
+       Updated tcl-tclcl to 1.0rc13 [jschauma 2003-08-31]
diff -r b5cc8805de49 -r 599f9cfc12bc doc/TODO
--- a/doc/TODO  Sun Aug 31 19:45:21 2003 +0000
+++ b/doc/TODO  Sun Aug 31 19:48:42 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.813 2003/08/31 19:24:04 wiz Exp $
+$NetBSD: TODO,v 1.814 2003/08/31 19:48:42 jschauma Exp $
 
 Suggested new packages
 ======================
@@ -263,7 +263,6 @@
        o sylpheed-claws-0.9.4 [pkg/22519]
        o t1lib-5.0.0
        o tcl/tk-8.4.4
-       o tcl-tclcl-1.0b13 [pkg/22632]
        o tcpreplay-1.4.5
        o tct-1.12
        o teapop-0.3.6



Home | Main Index | Thread Index | Old Index