Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -3/+3 |
| | | | | | | | | | | | generic/tclIOUtil.c, generic/tclPipe.c, generic/tclResult.c, generic/tclUtil.c, generic/tclVar.c and mac/tclMacResource.c according to TIP 27. Tcl_TranslateFileName rewritten as wrapper around VFS-aware version. Updated callers. ***POTENTIAL INCOMPATIBILITY*** Includes source incompatibilities: argv arguments of Tcl_Concat, Tcl_JoinPath, Tcl_OpenCommandChannel, Tcl_Merge; argvPtr arguments of Tcl_SplitList and Tcl_SplitPath. | ||||
* | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were | dgp | 2002-01-17 | 1 | -5/+5 |
| | | | | | | | overlooked before. Updated callers. ***POTENTIAL INCOMPATIBILITY*** Includes a source incompatibility in the tablePtr arguments of the Tcl_GetIndexFromObj* routines. | ||||
* | * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.c | dgp | 2002-01-15 | 1 | -3/+3 |
| | | | | according to the guidelines of TIP 27. Updated callers. [Patch 499196] | ||||
* | * doc/FileSystem.3: | dgp | 2002-01-03 | 1 | -3/+3 |
| | | | | | * generic/tclIOUtil.c: Updated some old uses of "fileName" to new VFS terminology, "pathPtr". | ||||
* | * Several typo and formatting corrections discovered | dgp | 2001-12-10 | 1 | -38/+5 |
| | | | | during conversion to TMML. Thanks to Joe English. [Patch 490514] | ||||
* | win fs fixes | vincentdarley | 2001-11-19 | 1 | -4/+4 |
| | |||||
* | correct nroff format problems | hobbs | 2001-11-12 | 1 | -2/+2 |
| | |||||
* | fixed winhelp generation problems #480268 | hobbs | 2001-11-10 | 1 | -37/+37 |
| | |||||
* | small fs fixes | vincentdarley | 2001-10-15 | 1 | -2/+2 |
| | |||||
* | fs doc improvement | vincentdarley | 2001-09-29 | 1 | -4/+14 |
| | |||||
* | * More CONST poisoning | dgp | 2001-09-28 | 1 | -5/+5 |
| | | | | | | fixes from the 2001-09-24 TIP 27 changes. CONST-ified Tcl_FSLoadFile and TclpLoadFile. Report and patch from Kevin Kenny. [Bug 465833] | ||||
* | channel-copy-fix | vincentdarley | 2001-09-08 | 1 | -4/+4 |
| | |||||
* | minor fs, vfs fixes | vincentdarley | 2001-09-04 | 1 | -9/+11 |
| | |||||
* | filesystem | vincentdarley | 2001-08-30 | 1 | -11/+16 |
| | |||||
* | fs update | vincentdarley | 2001-08-23 | 1 | -15/+38 |
| | |||||
* | corrected minor nroff transgressions | hobbs | 2001-08-07 | 1 | -3/+3 |
| | |||||
* | New documentation for TIP#17 | vincentdarley | 2001-07-31 | 1 | -0/+1195 |