summaryrefslogtreecommitdiff
path: root/lang/tcl-tclX/patches/patch-ae
diff options
context:
space:
mode:
authorjwise <jwise>2000-09-06 16:40:03 +0000
committerjwise <jwise>2000-09-06 16:40:03 +0000
commit90c7d016d43d42be5532d81f48cb41a2a1b45373 (patch)
treedda4bd6c43739ab11c12cc239a385ed9b92dbea3 /lang/tcl-tclX/patches/patch-ae
parent405180e4ae97a9f0fd2b78d4b70817c5248b89c9 (diff)
downloadpkgsrc-90c7d016d43d42be5532d81f48cb41a2a1b45373.tar.gz
Initial import of tcl-tclX-8.2.0, the tcl half of tclX. This package and
tk-tclX-8.2.0 supplant pkgsrc/lang/tclX80 (tclX-8.0.4). Changes to the tclX package since tclX-8.0.4: * This package is now split into two packages, tcl-tclX, and tk-tclX. tcl-tclX can be installed on systems without X11 (and by extension, without tk). Changes to tclX itself since tclX-8.0.4: =============================================================================== 19 Sept 98: o Fixed TclX copy of Tcl auto_load proc out of sync; this broken ITcl. ------------------------------------------------------------------------------- 20 Sept 98: o Include several Windows build fixes from Viktor Dukhovni <viktor@nyc.deshaw.com>. o Renamed --with-tk configure option to --enable-tk. Supplied by Viktor Dukhovni <viktor@nyc.deshaw.com>. ------------------------------------------------------------------------------- 28 Sept 98: o Handle systems that don't implement restart of system calls on signal. Added infox have_signal_restart. ------------------------------------------------------------------------------- 5 May 99: o Ported most commands work with 8.1 Unicode. o Completed port to 8.1. =============================================================================== 5 May 99: Released TclX 8.1.0 =============================================================================== 10 May 99: o Fixed tests to build when threads are enabled. o Pickup TK_LD_SEARCH_FLAGS in configure. ------------------------------------------------------------------------------- 22 June 99: o Moved TclX_AppendObjResult to be an external API for testing o Upgraded the patch levels to be "8.1.2" o Defined TclX_MainEx to take an interp as an argument. TclX_Main is now a macro that calls TclX_MainEx. When passing the interp argument, Tcl_CreateInterp() is called. This is done so TclX can use stubs. ------------------------------------------------------------------------------- 25 Jun 99: o TclX version numbering and library naming change. The third number is now the patch level. =============================================================================== 25 Jun 99: Released TclX 8.1.1 =============================================================================== 4 Jul 99: o Cleaned up configuration to work better with new Tcl autoconf macros. Deleted Config.mk, all configration variables are set in Common.mk. o --with-tcl and --with-tk now work. =============================================================================== 25 Jun 99: Released TclX 8.1.1 =============================================================================== =============================================================================== 6 Feb 2000: Released TclX 8.2.0 ===============================================================================
Diffstat (limited to 'lang/tcl-tclX/patches/patch-ae')
-rw-r--r--lang/tcl-tclX/patches/patch-ae20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/tcl-tclX/patches/patch-ae b/lang/tcl-tclX/patches/patch-ae
new file mode 100644
index 00000000000..7adb071176f
--- /dev/null
+++ b/lang/tcl-tclX/patches/patch-ae
@@ -0,0 +1,20 @@
+$NetBSD: patch-ae,v 1.1.1.1 2000/09/06 16:40:07 jwise Exp $
+--- ../doc/TclXMemory.n.orig Tue Sep 5 20:54:12 2000
++++ ../doc/TclXMemory.n Tue Sep 5 20:54:29 2000
+@@ -18,7 +18,7 @@
+ .TH "Memory" TCL "" "Tcl"
+ .BS
+ .SH NAME
+-ckalloc, memory, ckfree, Tcl_DisplayMemory, Tcl_InitMemory, Tcl_ValidateAllMemory - Validated memory allocation interface.
++ckalloc, tclxmemory, ckfree, Tcl_DisplayMemory, Tcl_InitMemory, Tcl_ValidateAllMemory - Validated memory allocation interface.
+ .SH SYNOPSIS
+ .nf
+ .B memory \fBinfo\fR
+@@ -276,6 +276,6 @@
+ the calls after you find the problem.
+ '
+ .SH KEYWORDS
+-ckalloc, ckfree, free, memory, malloc
++ckalloc, ckfree, free, tclxmemory, malloc
+
+