summaryrefslogtreecommitdiffstats
path: root/doc/FileSystem.3
Commit message (Collapse)AuthorAgeFilesLines
* Minor doc correctionsapnadkarni2023-04-191-1/+1
|
* Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public APIapnadkarni2023-04-161-2/+2
|
* Merge trunkapnadkarni2023-04-141-2/+2
|\
| * Correct spelling errors in comments and documentation, but also a ↵pooryorick2023-04-121-2/+2
| |\ | | | | | | | | | non-comment corrections in history.tcl and tcltest.test.
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
| | | | | | | | | corrections in history.tcl and tcltest.test.
* | | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt ↵jan.nijtmans2023-04-131-3/+3
|/ / | | | | | | documentation (will be needed to be done anyway)
* | TIP 602 - update manpagesapnadkarni2023-04-051-16/+2
| |
* | Update Tcl_Filesystem documentationjan.nijtmans2022-11-061-1/+1
| |
* | Merge 8.7jan.nijtmans2022-10-171-4/+2
|\ \ | |/
| * More octal -> hex usagejan.nijtmans2022-10-171-4/+2
| |
| * Merge 8.7jan.nijtmans2021-04-281-3/+161
| |\
* | | More logical-or markup fixes in documentationjan.nijtmans2022-09-141-1/+1
| | |
* | | More doc fixesjan.nijtmans2022-05-181-1/+1
| | |
* | | Merge 9.0. Update documentationjan.nijtmans2022-02-231-1/+1
|\ \ \
* | | | More work in progressjan.nijtmans2022-01-241-3/+3
|/ / /
* | | Merge 8.7jan.nijtmans2021-04-281-1/+1
|\ \ \ | | |/ | |/|
* | | merge core-8-branchdkf2021-04-261-3/+161
|\ \ \ | |/ /
| * | Documenting our reference count managementdkf2021-04-241-3/+161
| |/
* | Merge 8.7jan.nijtmans2021-04-071-2/+2
|\ \ | |/
| * 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.
* | Merge 8.7jan.nijtmans2021-01-131-2/+2
|\ \ | |/
| * Bring documentation in line with *.decls filesjan.nijtmans2021-01-121-2/+2
| |
* | Merge 8.7 (resolve conflicts)dgp2021-01-081-3/+3
|\ \ | |/
| * 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
| |\
* | \ Merge trunkjan.nijtmans2020-09-251-1/+1
|\ \ \ | |_|/ |/| |
* | | Default utf-8 for source commandjan.nijtmans2020-09-201-2/+2
|/ /
* | Merge 8.7jan.nijtmans2020-09-041-2/+2
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-09-041-2/+2
| |\
| | * TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-041-2/+2
| | |
* | | Merge 8.7jan.nijtmans2020-09-011-2/+2
|\ \ \ | |/ /
| * | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-2/+2
| |\ \ | | |/
* | | merge 8.7dgp2020-01-061-10/+0
|\ \ \ | |/ /
| * | Remove "new in 8.6" marks from the docs in the 8.7 branch.dgp2020-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
* 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.