summaryrefslogtreecommitdiffstats
path: root/doc/FileSystem.3
Commit message (Collapse)AuthorAgeFilesLines
* TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to ↵jan.nijtmans2021-04-071-2/+2
| | | | Tcl_StaticLibrary, Tcl_PackageInitProc to Tcl_LibraryInitProc and Tcl_PackageUnloadProc to Tcl_LibraryUnloadProc. Adapt documentation, mentioning that the old names are now deprecated.
* Bring documentation in line with *.decls filesjan.nijtmans2021-01-121-2/+2
|
* Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵jan.nijtmans2021-01-081-3/+3
| | | | | stopped support for MSVC 6++ Change Tcl_WideInt -> long long in various places: Tcl_WideInt could be a 128-bit type, we don't want that everywhere.
* TIP #587 for Tcl 8.7jan.nijtmans2020-09-251-2/+2
|\
| * Default utf-8 for source commandjan.nijtmans2020-09-201-2/+2
| |
| * Merge 8.7jan.nijtmans2020-09-041-2/+2
| |\ | |/ |/|
| * Merge 8.7jan.nijtmans2020-09-011-2/+2
| |\
| * \ merge 8.7dgp2020-01-061-10/+0
| |\ \
| * \ \ Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵jan.nijtmans2018-09-011-2/+2
| |\ \ \ | | | | | | | | | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion)
| * | | | Remove 4 unneeded compatibility macro's, because those functions never ↵jan.nijtmans2018-07-101-11/+11
| |/ / / | | | | | | | | | | | | | | | | return -1 anyway. Change documentation to use void * in stead of ClientData
* | | | Merge 8.6jan.nijtmans2020-09-041-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-041-2/+2
| |/ /
* | | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-2/+2
|\ \ \ | |/ / | | / | |/ |/|
* | Remove "new in 8.6" marks from the docs in the 8.7 branch.dgp2020-01-061-10/+0
|/
* Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-6/+6
|
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
|\ | | | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | and possibly others.
* | Updated the language of the documentation so that "object" refers to an OOdkf2012-11-081-63/+64
| | | | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is).
* | fix Tcl_FSFileAttrStrings docjan.nijtmans2012-11-041-1/+1
| |
* | grammar fix (reported on Tcler's Chat)dkf2012-04-231-2/+2
| |
* | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixeddkf2012-04-161-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]: Fixeddkf2012-04-161-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]: Fixeddkf2012-04-161-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.dkf2012-03-111-3/+2
| | |
* | | The final parts of my doc improvement projectdkf2011-07-181-3/+3
| | |
* | | Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-031-6/+8
|\ \ \ | |/ / | | | time of the last metadata change, not the time of creation.
| * | Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-031-6/+6
| |\ \ | | |/ | | | time of the last metadata change, not the time of creation.
| | * Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-031-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 linesdgp2011-03-021-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 causedgp2011-03-021-2/+0
| |\ \ | | |/ | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * * doc/FileSystem.3: added missing Tcl_GlobTypeData documentationdgp2005-06-201-6/+34
| | | | | | | | | | | | [Bug 935853]
| | * Backported doc fixdkf2005-04-291-2/+5
| | |
| | * FileSystem.3vincentdarley2003-10-031-8/+16
| | |
| | * fs doc fixvincentdarley2003-06-231-13/+13
| | |
| * | [Patch 2903921]: Many small spelling fixes from Larry Virden.dkf2009-11-271-5/+5
| | |
* | | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFilenijtmans2010-08-141-10/+9
| | |
* | | Added a first crack at documentation for TIP #357's Tcl_LoadFile et al.dkf2010-04-041-7/+25
| | |
* | | Improve linking between pages, put Tk variables in Tk docs.dkf2010-01-141-3/+3
| | |
* | | Improve choice of keywordsdkf2010-01-131-2/+2
| | |
* | | [Patch 2903921]: Many small spelling fixes from Larry Virden.dkf2009-11-271-5/+5
| | |
* | | Lots of very minor formatting fixes.dkf2008-10-151-2/+2
| | |
* | | * 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 ***
* | | Implement TIP #316.dkf2008-09-241-240/+315
| | |
* | | * 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***
* | | 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)
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Fix markup errors.jenglish2007-12-101-4/+3
| | | | | | | | Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO".
* | First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-50/+125
| | | | | | | | generation works
* | * 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.