summaryrefslogtreecommitdiffstats
path: root/doc/Access.3
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tclCompile.c (TclCompileTokens): Modified imported bugfixandreas_kupries2002-03-181-2/+2
| | | | | | | | 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.
* merged doc changes from 8.1.0stanton1999-05-061-1/+1
|
* * Merged changes from 8.1.0 branchstanton1999-04-301-15/+22
|
* added first draft of documentation for Tcl_Access and Tcl_Stat.hershey1999-04-171-0/+64
defined Tcl_Stat and Tcl_Access to call TclStat and TclAccess instead of TclpStat and TclpAccess.