diff options
author | andreas_kupries <akupries@shaw.ca> | 2002-03-18 22:30:48 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2002-03-18 22:30:48 (GMT) |
commit | e42cdf6e782e27a3bcaad4f2e95b53e306a3e61a (patch) | |
tree | c797656f457ad7dccc0a357854068f83fd5cdec1 /doc/Access.3 | |
parent | 67fce567d70f2bb20e0eb20171c936fcff638400 (diff) | |
download | tcl-e42cdf6e782e27a3bcaad4f2e95b53e306a3e61a.zip tcl-e42cdf6e782e27a3bcaad4f2e95b53e306a3e61a.tar.gz tcl-e42cdf6e782e27a3bcaad4f2e95b53e306a3e61a.tar.bz2 |
* generic/tclCompile.c (TclCompileTokens): Modified imported bugfix
to use a heap variable for the message buffer instead of placing
it on the stack.
* Updated "mod-8-3-1-branch" to head of "core-8-3-1-branch" to get
the newest fixes for tcl 8.3.4 into this branch.
Diffstat (limited to 'doc/Access.3')
-rw-r--r-- | doc/Access.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Access.3 b/doc/Access.3 index c81cf10..e2e365c 100644 --- a/doc/Access.3 +++ b/doc/Access.3 @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Access.3,v 1.3 1999/05/06 19:14:39 stanton Exp $ +'\" RCS: @(#) $Id: Access.3,v 1.3.22.1 2002/03/18 22:30:48 andreas_kupries Exp $ '\" .so man.macros .TH Tcl_Access 3 8.1 Tcl "Tcl Library Procedures" @@ -68,4 +68,4 @@ is filled with data. Otherwise, -1 is returned, and no stat info is given. .SH KEYWORDS -stat access +stat, access |