Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | fs clarification and windows fixes | vincentdarley | 2002-06-12 | 1 | -3/+9 |
| | |||||
* | fix to bug 553320 | vincentdarley | 2002-05-07 | 1 | -10/+15 |
| | |||||
* | fix to 551306 | vincentdarley | 2002-05-02 | 1 | -2/+4 |
| | |||||
* | tilde expansion cache-clearing | vincentdarley | 2002-04-03 | 1 | -8/+7 |
| | |||||
* | 4 fs fixes | vincentdarley | 2002-03-24 | 1 | -14/+94 |
| | |||||
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -7/+18 |
| | | | | | This version builds clean on Solaris/SPARC, with GCC and CC, both with and without threads and both in 32-bit and 64-bit mode. | ||||
* | docs | vincentdarley | 2002-01-30 | 1 | -2/+29 |
| |