-
Hello Kevin,
the man page for parse(n) 1.4 is in a sad state.
I suggest the following corrections:
---
Contrary to the description a range is not of the form {first last} but rather {first length}. I suggest the following modifications:
1st paragraph: ... and a range into the script: {first length}. The command parses the script from the first index for length characters...
2009-07-01 15:45:29 UTC by hgiese
-
kennykb committed patchset 48 of module tclparser to the TclPro CVS repository, changing 6 files.
2007-07-08 19:53:04 UTC by kennykb
-
The Help -> View TclPro Help menu option in prodebug
points to an invalid ajubasoltions.com. The attached
patch replaces it with tclpro.sourceforge.net.
2006-11-02 01:10:44 UTC by wart
-
The checker and compiler are missing the #! line to
invoke the proper interpreter in the startup.tcl scripts.
Additionally, the checker is missing a 'package require
procomp' needed to load the procomp package. And
procomp.tcl is missing a 'package require cmdline'
needed for its command line processing.
The attached patches fix these problems.
2006-11-02 01:07:14 UTC by wart
-
The prodebug splash screen suffers from some problems:
1) The images can't be loaded
2) There is a reference to the now-defunct
ajubasolutions.com (I guess Interwoven didn't bother to
pay the bill)
3) The new copyright line is really long and causes the
splash screen to appear very wide.
The attached patch fixes all of these problems.
2006-11-02 01:03:27 UTC by wart
-
modules/projectInfo/Makefile.in in the tclpro module is
missing $(DESTDIR) for the install-libraries target.
This causes installation failures in certain environments.
The attached patch fixes this problem, and one more:
1) Change the installation directory from /usr/lib to
/usr/share. /usr/lib is preferred for binary
platform-specific files, while /usr/share is preferred
for...
2006-11-02 00:47:10 UTC by wart
-
Many files in the tcldebugger package use the '-col'
option to the grid command. In more recent versions of
Tk, this generates an error:
ambiguous option "-col": must be -column, -columnspan,
-in, -ipadx, -ipady, -padx, -pady, -row, -rowspan, or
-sticky
There are also many references to the tkPriv() array,
which has been replaced by the tk:: namespace.
The attached patch fixes...
2006-11-02 00:43:13 UTC by wart
-
The Makefile.in for tcldebugger is missing $(DESTDIR)
for the install-libraries target. This causes installation
failures in certain environments.
The attached patch fixes this problem, and two more:
1) Change the installation directory name to
'tcldebugger' to prevent possible filename conflicts
with other debugging packages
2) Change the installation directory from /usr/lib to...
2006-11-02 00:38:43 UTC by wart
-
The Makefile.in is missing $(DESTDIR) for the
install-libraries target. This causes installation
failures in certain environments.
The attached patch fixes this problem.
2006-11-02 00:31:40 UTC by wart
-
many of the configure scripts in CVS were generated
with old tcl.m4 files. The modules that don't have
configure files in CVS come withold tcl.m4 files.
These old tcl.m4 file suffer from two problems:
1) An extraneous quote immediately after relid on this
line causes newer versions of bash to choke:
system=MP-RAS-`awk '{print $3}' /etc/.relid'`
2) ${libdir} and /usr/lib64 are not in...
2006-11-02 00:26:39 UTC by wart