summaryrefslogtreecommitdiffstats
path: root/doc/FileSystem.3
Commit message (Collapse)AuthorAgeFilesLines
* [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFilenijtmans2010-08-141-10/+9
| | | FossilOrigin-Name: 24edb97f5af71c239ff4b33291f9486bdf3f2cc0
* Added a first crack at documentation for TIP #357's Tcl_LoadFile et al.dkf2010-04-041-7/+25
| | | FossilOrigin-Name: 3d4b2b893af81ecaca6e30f90d0ff4d88077ecb0
* Improve linking between pages, put Tk variables in Tk docs.dkf2010-01-141-3/+3
| | | FossilOrigin-Name: e951b5841c869634c3602813430fcd0afb327681
* Improve choice of keywordsdkf2010-01-131-2/+2
| | | FossilOrigin-Name: f07a6ecd28d12bd39a4c4f773010d96cc3504597
* [Patch 2903921]: Many small spelling fixes from Larry Virden.dkf2009-11-271-5/+5
| | | FossilOrigin-Name: c04520abab1f359c5d937693033269a2169dec3e
* Lots of very minor formatting fixes.dkf2008-10-151-2/+2
| | | FossilOrigin-Name: 4eecde7be6f379a7ca084fa3158e854c7e7ea95d
* * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProcnijtmans2008-10-051-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 *** FossilOrigin-Name: 40d0887361f264429c18746a1547bcb110f2c24d
* Implement TIP #316.dkf2008-09-241-240/+315
| | | FossilOrigin-Name: 05e3bb92fddd1036e881f212607acb1f284ddc1c
* * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystemnijtmans2008-07-281-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*** FossilOrigin-Name: 246dcb287a9d07013c2f642ea91f537f076a18e8
* Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-60/+55
| | | | | | typedefs, add a few missing bits) FossilOrigin-Name: 29df58df24d30f1fa853980095d4e8573cf89bef
* merge stable branch onto HEADdgp2007-12-131-1/+1
| | | FossilOrigin-Name: d1f7550cd9bf1343d8505fb99fc5141b58bb88bf
* Fix markup errors.jenglish2007-12-101-4/+3
| | | | | | Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO". FossilOrigin-Name: 05c939be22a5ab99a460a9e51d7196d9cec996db
* First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-50/+125
| | | | | generation works FossilOrigin-Name: 273847833ca13d62417e5af893e17a7215ba1ef0
* * changes: Updated for 8.5b2 release.core-8-5-b2dgp2007-10-261-13/+5
| | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. FossilOrigin-Name: b67e3f215e5ed2c3abc44b48bd54a2c3a7ad948a
* Lots of improvements to look and feel of manual pagesdkf2007-10-241-5/+13
| | | FossilOrigin-Name: bf4174f4b149b58ef4659cd259cdb2f02daafb3f
* * doc/Encoding.3: Missing doc updates (mostly Table ofdgp2006-10-181-2/+2
| | | | | | | | | * doc/Ensemble.3: Contents) exposed by `make checkdoc` * doc/FileSystem.3: * doc/GetTime.3: * doc/PkgRequire.3: FossilOrigin-Name: 6daee4f0e44806bd545d5df27dd1205215cb5a1b
* fix to two filesystem issuesvincentdarley2006-03-191-2/+3
| | | FossilOrigin-Name: 8da0e23fe627e7154135c9320857f0d7cbaa130a
* allow NULL interp in Tcl_FSMatchInDirectoryvincentdarley2005-08-311-6/+8
| | | FossilOrigin-Name: 5139fcec81092f6d0fbdcccc79baeab183f41857
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232kennykb2005-05-101-1/+1
| | | FossilOrigin-Name: 1cc2336920c70c6b9f7825b88dec87fc223f2c4e
* Added doc for missing argument. [Bug 1172401]dkf2005-03-301-2/+4
| | | FossilOrigin-Name: 8fa8d55de10dc564d422dcada8d1934615bcbf00
* * doc/Thread.3: Fixed sentence describing flags for Tcl_CreateThread.davidw2005-02-051-2/+2
| | | | | | | | | * doc/FileSystem.3: Cleaned up typo in Tcl_FSNewNativePath documentation. * generic/tclPathObj.c: Cleaned up typo in comment. FossilOrigin-Name: fd7b08dfdcac91b6f43d01a2b3bd5d3c60df17ae
* Add documentation for Tcl_FSLink args. [Bug 1106272]dkf2005-01-211-1/+12
| | | FossilOrigin-Name: 6a0a979dba49d948ce507a1f759dddc93e31c9d4
* Convert CONST to const, VOID to void so we document how we want the API used.dkf2004-10-071-13/+13
| | | FossilOrigin-Name: 94bf67038b29cfae21210fee195b9e2879c939e3
* Clarify filesystem docsdkf2004-10-071-153/+152
| | | FossilOrigin-Name: e29f83db4992cb22921cd1ac930e558a1106f01d
* added missing Tcl_GlobTypeData documentationvincentdarley2004-09-271-1/+16
| | | FossilOrigin-Name: b0fe08733f44b597c043780037cfe047466c51c4
* small typovincentdarley2004-09-271-2/+2
| | | FossilOrigin-Name: c3a0427de331c2617522cbd336016096ce115c7f
* More fixes from Mikhail Kolesnitchenko, and also standardize highlightingdkf2004-09-181-276/+293
| | | | | | of symbols like TCL_OK, TCL_ERROR, etc. FossilOrigin-Name: 98776f715157a84ebbced1be85ea316525ae8c3f
* two bugs fixed in filesystem docs and testsvincentdarley2004-08-311-5/+17
| | | FossilOrigin-Name: 3d70fb210522bc273cf7bea7045d45a078afdc1c
* cd infinite loop bug fixedvincentdarley2004-07-171-5/+6
| | | FossilOrigin-Name: 78d046b47e6160e6d0cea20b782ed70eabe5542a
* fix to 'file dirname' and to fs refCount documentationvincentdarley2004-05-191-7/+16
| | | FossilOrigin-Name: a1a411fa97f2a4f770890c809c15acc7037b1ad4
* fix to two filesystem bugs: more consistent file separator proc and correct ↵vincentdarley2004-04-231-5/+8
| | | | | Tcl_FSJoinPath return values FossilOrigin-Name: 3ff4ef9b0c1680eceb2912a3e59896a4e317e85b
* fix to utime documentationvincentdarley2004-04-161-4/+5
| | | FossilOrigin-Name: 324ffb86f6809dc36f8a8493f3b2a886a33b6ed6
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-4/+4
| | | FossilOrigin-Name: b6330dbac725e2d527ad089669aa7f4779d19398
* fixed typos in documentation and commentsvincentdarley2004-03-091-2/+2
| | | FossilOrigin-Name: 720c4fb8792919433675a33747c2c891b0f1b321
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up ↵vincentdarley2004-01-211-9/+21
| | | | | variable names in FossilOrigin-Name: 9cfcca63fb07d8c7d68befc16d84d01790094ac5
* improved documentation on memory managementvincentdarley2003-12-161-16/+24
| | | FossilOrigin-Name: f909afc788801e97fdf0afeca1193f1b597f4ae3
* filesystem documentationvincentdarley2003-10-231-22/+41
| | | FossilOrigin-Name: a4fc365a4e0d9f41503f35ba5fadb48072121b60
* * doc/FileSystem.3: Implementation ofdgp2003-09-051-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: FossilOrigin-Name: 8f0e879bbdc4e2ab4f52f86e0fb90d1455447e7b
* documentation fix, bug 775220vincentdarley2003-07-281-2/+7
| | | FossilOrigin-Name: afd685999fd5fc2ab60cb6f66dda6e2aaac368ca
* fs documentationvincentdarley2003-06-231-13/+13
| | | FossilOrigin-Name: 31c19ff14d22042368a6a02970a0bf6fc77d57ed
* further fs cleanupvincentdarley2003-02-101-1/+7
| | | FossilOrigin-Name: 4e91ed4531b688a030ac3306b48822833c025811
* filesystem speed up round 2vincentdarley2003-02-101-10/+12
| | | FossilOrigin-Name: 1f9c0e4f03a1887a627fd66e6affceebf25f9519
* removed load-related clientData, made filesystem staticvincentdarley2002-07-221-12/+7
| | | FossilOrigin-Name: 2174b09a78e2a3b28d41ebfa82d3f8f8ab5df59a
* no zero refcount in Tcl_FSvincentdarley2002-07-081-12/+18
| | | FossilOrigin-Name: d23ebcadeb6a587dc88502ddaad7487e778514c1
* fs cleanupvincentdarley2002-07-081-13/+14
| | | FossilOrigin-Name: 0262152f74290389b29ebf02a2306e47476f7b45
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-011-2/+2
| | | FossilOrigin-Name: 34cded11b7d729621dd98d2f6dc3fb89428f97e8
* tip99vincentdarley2002-06-211-18/+24
| | | FossilOrigin-Name: e0671d6019fef310429006d7d45b2766e15c4dbc
* vfs, winfs testsuitevincentdarley2002-06-131-4/+5
| | | FossilOrigin-Name: 494e81b676070f623d387cd1d1104b404dba7803
* fs clarification and windows fixesvincentdarley2002-06-121-3/+9
| | | FossilOrigin-Name: cf698404c4b6fd12d867d791276e08b4ab471c11
* fix to bug 553320vincentdarley2002-05-071-10/+15
| | | FossilOrigin-Name: d839f0484c50db826198fdc53e35fcc7712e2ba1