Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
| | | | | and possibly others. | ||||
* | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed | dkf | 2012-04-16 | 1 | -3/+4 |
|\ | | | | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks. | ||||
| * | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed | dkf | 2012-04-16 | 1 | -3/+4 |
| | | | | | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks. | ||||
* | | Corrected statements about ctime field of 'struct stat'; that was always the | dkf | 2011-07-03 | 1 | -6/+6 |
|\ \ | |/ | | | time of the last metadata change, not the time of creation. | ||||
| * | Corrected statements about ctime field of 'struct stat'; that was always the | dkf | 2011-07-03 | 1 | -6/+6 |
| | | | | | | time of the last metadata change, not the time of creation. | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | more harm than good. Purged them. | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. | ||||
| * | * doc/FileSystem.3: added missing Tcl_GlobTypeData documentation | dgp | 2005-06-20 | 1 | -6/+34 |
| | | | | | | | | [Bug 935853] | ||||
| * | Backported doc fix | dkf | 2005-04-29 | 1 | -2/+5 |
| | | |||||
| * | FileSystem.3 | vincentdarley | 2003-10-03 | 1 | -8/+16 |
| | | |||||
| * | fs doc fix | vincentdarley | 2003-06-23 | 1 | -13/+13 |
| | | |||||
* | | [Patch 2903921]: Many small spelling fixes from Larry Virden. | dkf | 2009-11-27 | 1 | -5/+5 |
| | | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Fix markup errors. | jenglish | 2007-12-10 | 1 | -4/+3 |
| | | | | | | | | Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO". | ||||
* | | First stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-28 | 1 | -50/+125 |
| | | | | | | | | generation works | ||||
* | | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -13/+5 |
| | | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
* | | Lots of improvements to look and feel of manual pages | dkf | 2007-10-24 | 1 | -5/+13 |
| | | |||||
* | | * doc/Encoding.3: Missing doc updates (mostly Table of | dgp | 2006-10-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * doc/Ensemble.3: Contents) exposed by `make checkdoc` * doc/FileSystem.3: * doc/GetTime.3: * doc/PkgRequire.3: | ||||
* | | fix to two filesystem issues | vincentdarley | 2006-03-19 | 1 | -2/+3 |
| | | |||||
* | | allow NULL interp in Tcl_FSMatchInDirectory | vincentdarley | 2005-08-31 | 1 | -6/+8 |
| | | |||||
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
| | | |||||
* | | Added doc for missing argument. [Bug 1172401] | dkf | 2005-03-30 | 1 | -2/+4 |
| | | |||||
* | | * doc/Thread.3: Fixed sentence describing flags for Tcl_CreateThread. | davidw | 2005-02-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * doc/FileSystem.3: Cleaned up typo in Tcl_FSNewNativePath documentation. * generic/tclPathObj.c: Cleaned up typo in comment. | ||||
* | | Add documentation for Tcl_FSLink args. [Bug 1106272] | dkf | 2005-01-21 | 1 | -1/+12 |
| | | |||||
* | | Convert CONST to const, VOID to void so we document how we want the API used. | dkf | 2004-10-07 | 1 | -13/+13 |
| | | |||||
* | | Clarify filesystem docs | dkf | 2004-10-07 | 1 | -153/+152 |
| | | |||||
* | | added missing Tcl_GlobTypeData documentation | vincentdarley | 2004-09-27 | 1 | -1/+16 |
| | | |||||
* | | small typo | vincentdarley | 2004-09-27 | 1 | -2/+2 |
| | | |||||
* | | More fixes from Mikhail Kolesnitchenko, and also standardize highlighting | dkf | 2004-09-18 | 1 | -276/+293 |
| | | | | | | | | of symbols like TCL_OK, TCL_ERROR, etc. | ||||
* | | two bugs fixed in filesystem docs and tests | vincentdarley | 2004-08-31 | 1 | -5/+17 |
| | | |||||
* | | cd infinite loop bug fixed | vincentdarley | 2004-07-17 | 1 | -5/+6 |
| | | |||||
* | | fix to 'file dirname' and to fs refCount documentation | vincentdarley | 2004-05-19 | 1 | -7/+16 |
| | | |||||
* | | fix to two filesystem bugs: more consistent file separator proc and correct ↵ | vincentdarley | 2004-04-23 | 1 | -5/+8 |
| | | | | | | | | Tcl_FSJoinPath return values | ||||
* | | fix to utime documentation | vincentdarley | 2004-04-16 | 1 | -4/+5 |
| | | |||||
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -4/+4 |
| | | |||||
* | | fixed typos in documentation and comments | vincentdarley | 2004-03-09 | 1 | -2/+2 |
| | | |||||
* | | filesystem optimisation -- Three main issues accomplished: (1) cleaned up ↵ | vincentdarley | 2004-01-21 | 1 | -9/+21 |
| | | | | | | | | variable names in | ||||
* | | improved documentation on memory management | vincentdarley | 2003-12-16 | 1 | -16/+24 |
| | | |||||
* | | filesystem documentation | vincentdarley | 2003-10-23 | 1 | -22/+41 |
| | | |||||
* | | * doc/FileSystem.3: Implementation of | dgp | 2003-09-05 | 1 | -5/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/source.n: TIPs 137/151. Adds * doc/tclsh.1: a -encoding option to * generic/tcl.decls: the [source] command * generic/tclCmdMZ.c (Tcl_SourceObjCmd): and a new C routine, * generic/tclIOUtil.c (Tcl_FSEvalFileEx): Tcl_FSEvalFileEx(), * generic/tclMain.c (Tcl_Main): that provides C access * mac/tclMacResource.c (Tcl_MacSourceObjCmd): to the same function. * tests/cmdMZ.test: Also adds command line * tests/main.test: option handling in Tcl_Main() so that tclsh * tests/source.test: and other apps built on Tcl_Main() respect a -encoding command line option before a script filename. Docs and tests updated as well. [Patch 742683] This is a ***POTENTIAL INCOMPATIBILITY*** only for those C programs that embed Tcl, build on Tcl_Main(), and make use of Tcl_Main's former ability to pass a leading "-encoding" option to interactive shell operations. * generic/tclInt.decls: Added internal stub * generic/tclMain.c (Tcl*StartupScript*): table entries for two new functions Tcl_SetStartupScript() and Tcl_GetStartupScript() that set/get the path and encoding for the startup script to be evaluated by either Tcl_Main() or Tk_Main(). Given public names in anticipation of their exposure by a followup TIP. * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c: | ||||
* | | documentation fix, bug 775220 | vincentdarley | 2003-07-28 | 1 | -2/+7 |
| | | |||||
* | | fs documentation | vincentdarley | 2003-06-23 | 1 | -13/+13 |
|/ | |||||
* | further fs cleanup | vincentdarley | 2003-02-10 | 1 | -1/+7 |
| | |||||
* | filesystem speed up round 2 | vincentdarley | 2003-02-10 | 1 | -10/+12 |
| | |||||
* | removed load-related clientData, made filesystem static | vincentdarley | 2002-07-22 | 1 | -12/+7 |
| | |||||
* | no zero refcount in Tcl_FS | vincentdarley | 2002-07-08 | 1 | -12/+18 |
| | |||||
* | fs cleanup | vincentdarley | 2002-07-08 | 1 | -13/+14 |
| | |||||
* | Spell-check, fixed typos (Updates from Larry Virden). | jenglish | 2002-07-01 | 1 | -2/+2 |
| | |||||
* | tip99 | vincentdarley | 2002-06-21 | 1 | -18/+24 |
| | |||||
* | vfs, winfs testsuite | vincentdarley | 2002-06-13 | 1 | -4/+5 |
| |