summaryrefslogtreecommitdiffstats
path: root/doc/OpenFileChnl.3
Commit message (Collapse)AuthorAgeFilesLines
* Another round of small fixes, especially spelling errors...dkf2024-01-251-1/+1
|
* More small bits of doc polishingdkf2024-01-211-2/+1
|
* Tcl_Read(), Tcl_ReadChars() return Tcl_Sizebch2023-08-211-2/+2
|
* Merge 8.7jan.nijtmans2023-05-311-5/+7
|\
| * Document hoe Tcl_ReadChars() behaves in "-profile strict" mode when an ↵jan.nijtmans2023-05-311-5/+7
| | | | | | | | encoding error happens.
* | Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public APIapnadkarni2023-04-161-21/+21
| |
* | Correct spelling errors in comments and documentation, but also a ↵pooryorick2023-04-121-1/+1
|\ \ | |/ | | | | non-comment corrections in history.tcl and tcltest.test.
| * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
| | | | | | corrections in history.tcl and tcltest.test.
* | Merge 8.7jan.nijtmans2022-11-171-12/+12
|\ \ | |/
| * doc updatejan.nijtmans2022-11-171-12/+12
| |
* | Merge 9.0. Update documentationjan.nijtmans2022-02-231-1/+1
| |
* | merge core-8-branchdkf2021-04-261-0/+18
|\ \ | |/
| * Documenting our reference count managementdkf2021-04-251-0/+18
| |
* | Merge 8.7 (resolve conflicts)dgp2021-01-081-4/+4
|\ \ | |/
| * Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵jan.nijtmans2021-01-081-4/+4
| | | | | | | | | | 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.
* | Merge 8.7jan.nijtmans2019-08-151-1/+1
|\ \ | |/
| * Fix [6de8494984]: Tcl_CreateCommandChannel() documentation bugjan.nijtmans2019-08-151-1/+1
| |
* | Minor code cleanupjan.nijtmans2018-08-291-1/+1
| |
* | Remove 4 unneeded compatibility macro's, because those functions never ↵jan.nijtmans2018-07-101-14/+14
|/ | | | | return -1 anyway. Change documentation to use void * in stead of ClientData
* Remove unnecessary end-of-line spacing (preparing for some further ↵jan.nijtmans2015-09-041-13/+13
| | | | documentation updates)
* 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-13/+13
| | | | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is).
* | A number of small spelling and wording fixes in the docs.dkf2012-03-111-1/+1
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-1/+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-1/+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-1/+0
| | | | | | | | | more harm than good. Purged them.
| | * * doc/OpenFileChnl.3: Added description of the behaviour ofandreas_kupries2004-07-161-1/+5
| | | | | | | | | | | | | | | Tcl_ReadChars when its 'charsToRead' argument is set to -1. Fixes [Tcl SF Bug 934511].
| | * Docbug. [Bug 953374]dkf2004-05-171-2/+2
| | |
| | * * doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentationdgp2003-10-071-3/+5
| | | | | | | | | | | | to reflect that they now return Tcl_WideInt (TIP 72) [Bug 787537]
| | * * doc/AddErrInfo.3: Improved consistency of documentationdgp2003-07-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/CrtTrace.3: by using "null" everywhere to refer to * doc/Encoding.3: the character '\0', and using "NULL" * doc/Eval.3: everywhere to refer to the value of a * doc/GetIndex.3: pointer that points to nowhere. * doc/Hash.3: Also dropped references to ASCII that * doc/LinkVar.3: are no longer true, and standardized on * doc/Macintosh.3: the hyphenated spelling of "null-terminated". * doc/OpenFileChnl.3: * doc/SetVar.3: * doc/StringObj.3: * doc/Utf.3:
* | | Improve linking between pages, put Tk variables in Tk docs.dkf2010-01-141-7/+7
| | |
* | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-32/+2
|/ / | | | | | | typedefs, add a few missing bits)
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Fix markup errors.jenglish2007-12-101-3/+1
| | | | | | | | Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO".
* | GOOBE the docs some more.dkf2007-10-291-2/+2
| |
* | First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-5/+7
| | | | | | | | generation works
* | TIP#208 implementationdkf2005-06-061-2/+17
| | | | | | | | It's crude (especially in the tests and docs department) and incomplete (no truncation on non-POSIX platforms).
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
| |
* | Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-5/+1
| |
* | Fix the argument list widths properly...dkf2004-10-071-2/+2
| |
* | Convert CONST to const, VOID to void so we document how we want the API used.dkf2004-10-071-11/+11
| |
* | Update the .AS macro definition and take advantage of it's new-found power.dkf2004-10-071-16/+2
| |
* | More fixes from Mikhail Kolesnitchenko, and also standardize highlightingdkf2004-09-181-4/+4
| | | | | | | | of symbols like TCL_OK, TCL_ERROR, etc.
* | * doc/OpenFileChnl.3: Added description of the behaviour ofandreas_kupries2004-07-161-1/+5
| | | | | | | | | | Tcl_ReadChars when its 'charsToRead' argument is set to -1. Fixes [Tcl SF Bug 934511].
* | Docbug. [Bug 953374]dkf2004-05-171-2/+2
| |
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-3/+2
| |
* | * doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentationdgp2003-10-071-3/+3
| | | | | | | | to reflect that they now return Tcl_WideInt (TIP 72) [Bug 787537]
* | * doc/AddErrInfo.3: Improved consistency of documentationdgp2003-07-181-4/+4
|/ | | | | | | | | | | | | | * doc/CrtTrace.3: by using "null" everywhere to refer to * doc/Encoding.3: the character '\0', and using "NULL" * doc/Eval.3: everywhere to refer to the value of a * doc/GetIndex.3: pointer that points to nowhere. * doc/Hash.3: Also dropped references to ASCII that * doc/LinkVar.3: are no longer true, and standardized on * doc/Macintosh.3: the hyphenated spelling of "null-terminated". * doc/OpenFileChnl.3: * doc/SetVar.3: * doc/StringObj.3: * doc/Utf.3:
* Man page updates from Larry Virden.jenglish2002-07-231-2/+2
|