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. | ||||
| * | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | and possibly others. | ||||
* | | Updated the language of the documentation so that "object" refers to an OO | dkf | 2012-11-08 | 1 | -63/+64 |
| | | | | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is). | ||||
* | | fix Tcl_FSFileAttrStrings doc | jan.nijtmans | 2012-11-04 | 1 | -1/+1 |
| | | |||||
* | | grammar fix (reported on Tcler's Chat) | dkf | 2012-04-23 | 1 | -2/+2 |
| | | |||||
* | | * 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. | ||||
| | * | * 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. | ||||
* | | | A number of small spelling and wording fixes in the docs. | dkf | 2012-03-11 | 1 | -3/+2 |
| | | | |||||
* | | | The final parts of my doc improvement project | dkf | 2011-07-18 | 1 | -3/+3 |
| | | | |||||
* | | | Corrected statements about ctime field of 'struct stat'; that was always the | dkf | 2011-07-03 | 1 | -6/+8 |
|\ \ \ | |/ / | | | | 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. | ||||
| | * | 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 | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | | 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 |
| | | | |||||
* | | | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile | nijtmans | 2010-08-14 | 1 | -10/+9 |
| | | | |||||
* | | | Added a first crack at documentation for TIP #357's Tcl_LoadFile et al. | dkf | 2010-04-04 | 1 | -7/+25 |
| | | | |||||
* | | | Improve linking between pages, put Tk variables in Tk docs. | dkf | 2010-01-14 | 1 | -3/+3 |
| | | | |||||
* | | | Improve choice of keywords | dkf | 2010-01-13 | 1 | -2/+2 |
| | | | |||||
* | | | [Patch 2903921]: Many small spelling fixes from Larry Virden. | dkf | 2009-11-27 | 1 | -5/+5 |
| | | | |||||
* | | | Lots of very minor formatting fixes. | dkf | 2008-10-15 | 1 | -2/+2 |
| | | | |||||
* | | | * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProc | nijtmans | 2008-10-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclFCmd.c: and tclpFileAttrStrings. This allows * generic/tclIOUtil.c: FileSystems to report their attributes * generic/tclTest.c: as const strings, without worrying that * unix/tclUnixFCmd.c: Tcl modifies them (which Tcl should not * win/tclWinFCmd.c: do anyway, but the API didn't indicate that) * generic/tcl.decls * generic/tclDecls.h: regenerated * generic/tcl.h: make sure that if CONST84 is defined as empty, CONST86 should be defined as empty as well (unless overridden). This change complies with TIP #27 *** POTENTIAL INCOMPATIBILITY *** | ||||
* | | | Implement TIP #316. | dkf | 2008-09-24 | 1 | -240/+315 |
| | | | |||||
* | | | * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystem | nijtmans | 2008-07-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.decls: which all are supposed to be a constant, but * generic/tclDecls.h: this was not reflected in the API: * generic/tclFileSystem.h: Tcl_FSGetInternalRep * generic/tclIOUtil.c: Tcl_FSNewNativePath, Tcl_FSData * generic/tclPathObj.c: Tcl_FSRegister, Tcl_FSUnregister * generic/tclTest.c: Tcl_FSGetFileSystemForPath ... This change complies with TIP #24. ***POTENTIAL INCOMPATIBILITY*** | ||||
* | | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -60/+55 |
|/ / | | | | | | | typedefs, add a few missing bits) | ||||
* | | 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 |
| | |