summaryrefslogtreecommitdiffstats
path: root/doc/OpenFileChnl.3
Commit message (Collapse)AuthorAgeFilesLines
* Improve linking between pages, put Tk variables in Tk docs.dkf2010-01-141-7/+7
| | | FossilOrigin-Name: e951b5841c869634c3602813430fcd0afb327681
* 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) FossilOrigin-Name: 29df58df24d30f1fa853980095d4e8573cf89bef
* merge stable branch onto HEADdgp2007-12-131-1/+1
| | | FossilOrigin-Name: d1f7550cd9bf1343d8505fb99fc5141b58bb88bf
* Fix markup errors.jenglish2007-12-101-3/+1
| | | | | | Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO". FossilOrigin-Name: 05c939be22a5ab99a460a9e51d7196d9cec996db
* GOOBE the docs some more.dkf2007-10-291-2/+2
| | | FossilOrigin-Name: 6bfb5e99dd2a076f06266fca61f98da78ce1831a
* First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-5/+7
| | | | | generation works FossilOrigin-Name: 273847833ca13d62417e5af893e17a7215ba1ef0
* 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). FossilOrigin-Name: 3280056391a69ec28c5ea78944729c2ada97777e
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232kennykb2005-05-101-1/+1
| | | FossilOrigin-Name: 1cc2336920c70c6b9f7825b88dec87fc223f2c4e
* Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-5/+1
| | | FossilOrigin-Name: b5dbb85db54f15de4f1ce227e598d37c74968fe6
* Fix the argument list widths properly...dkf2004-10-071-2/+2
| | | FossilOrigin-Name: 21d0f484beef5fa7d82293d56b9f78b9040905eb
* Convert CONST to const, VOID to void so we document how we want the API used.dkf2004-10-071-11/+11
| | | FossilOrigin-Name: 94bf67038b29cfae21210fee195b9e2879c939e3
* Update the .AS macro definition and take advantage of it's new-found power.dkf2004-10-071-16/+2
| | | FossilOrigin-Name: dcba7c799d5c4345dc2f465a5d8a137b364fe6cc
* More fixes from Mikhail Kolesnitchenko, and also standardize highlightingdkf2004-09-181-4/+4
| | | | | | of symbols like TCL_OK, TCL_ERROR, etc. FossilOrigin-Name: 98776f715157a84ebbced1be85ea316525ae8c3f
* * 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]. FossilOrigin-Name: 941ab20e13590842a510de34f69e24ab3a41eca6
* Docbug. [Bug 953374]dkf2004-05-171-2/+2
| | | FossilOrigin-Name: 2ce4a70a315ca5e8a46fd88022efbc6ccace91a3
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-3/+2
| | | FossilOrigin-Name: b6330dbac725e2d527ad089669aa7f4779d19398
* * 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] FossilOrigin-Name: db8fd51f20d0794d569f103a7a983276041f59fe
* * 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: FossilOrigin-Name: a15f50a932b66bb4ca93f919ffbe477ff00a6af2
* Man page updates from Larry Virden.jenglish2002-07-231-2/+2
| | | FossilOrigin-Name: 133521463eb0025703968673d5a01a07745fa0c7
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-011-2/+2
| | | FossilOrigin-Name: 34cded11b7d729621dd98d2f6dc3fb89428f97e8
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-2/+2
| | | | | | | | | | | | | 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. FossilOrigin-Name: fceed15544ad472b748cdf463c3b4005e83b5e8f
* * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.cdgp2002-01-151-3/+3
| | | | | | according to the guidelines of TIP 27. Updated callers. [Patch 499196] FossilOrigin-Name: c606fbd2dad0ac555e745eb90871648eef4ce0db
* * Updated APIs in the file generic/tclIO.c according to the guidelinesdgp2002-01-151-37/+35
| | | | | | | | | | | | | of TIP 27. Several minor documentation corrections as well. * Updated channel driver interface according to the guidelines of TIP 27. See also [Bug 500348]. * Moved Tcl_EolTranslation enum declaration from generic/tcl.h to generic/tclInt.h (renamed to TclEolTranslation). It is not used anywhere in Tcl's public interface. FossilOrigin-Name: 9c9edf24ebc9ced7a348fbf0bc524fa36c851598
* * Several typo and formatting corrections discovereddgp2001-12-101-2/+2
| | | | | | during conversion to TMML. Thanks to Joe English. [Patch 490514] FossilOrigin-Name: c6a543090c1786c744bc8ec7be936816cdffb5ea
* fixed typodgp2001-12-071-2/+2
| | | FossilOrigin-Name: 9fc41467515133bb56884ee6d100937f8dfec571
* Doc update (add Tcl_OutputBuffered, remove old changebars)dkf2001-09-241-8/+14
| | | FossilOrigin-Name: 08720fa527fabfbe06f8f9080b32e72c7470b41e
* * doc/OpenFileChnl.3: Added documentation for Tcl_WriteRaw andandreas_kupries2001-09-111-2/+27
| | | | | | | | | Tcl_ReadRaw [#414929]. * doc/CrtChannel.3: Added documentation for Tcl_ChannelBuffered and Tcl_GetTopChannel [#414929]. FossilOrigin-Name: 014b9b33399f50949808af6326891f96eb27e7c8
* * doc/tclsh.1:andreas_kupries2001-09-101-1/+8
| | | | | | | | | | | | | | * doc/Tcl_Main.3: * doc/CrtChannel.3: * doc/OpenFileChnl.3: * doc/GetStdChan.3: Enhanced the manpages with cross-references to the new manpage and more explanations how these functions deal with the standard channels in various situations. * doc/StdChannels.3: New manpage describing handling of the standard channels by the Tcl library [402725]. FossilOrigin-Name: 70fe9d7da93d32bc4203ebb5ffde75f881dade94
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-4/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following files were impacted. * doc/Access.3: * doc/FileSystem.3: * doc/OpenFileChnl.3: * doc/file.n: * doc/glob.n: * generic/tcl.decls: * generic/tcl.h: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclDate.c: * generic/tclDecls.h: * generic/tclEncoding.c: * generic/tclFCmd.c: * generic/tclFileName.c: * generic/tclGetDate.y: * generic/tclIO.c: * generic/tclIOCmd.c: * generic/tclIOUtil.c: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclLoad.c: * generic/tclStubInit.c: * generic/tclTest.c: * generic/tclUtil.c: * library/init.tcl: * mac/tclMacFCmd.c: * mac/tclMacFile.c: * mac/tclMacInit.c: * mac/tclMacPort.h: * mac/tclMacResource.c: * mac/tclMacTime.c: * tests/cmdAH.test: * tests/event.test: * tests/fCmd.test: * tests/fileName.test: * tests/io.test: * tests/ioCmd.test: * tests/proc-old.test: * tests/registry.test: * tests/unixFCmd.test: * tests/winDde.test: * tests/winFCmd.test: * unix/mkLinks: * unix/tclUnixFCmd.c: * unix/tclUnixFile.c: * unix/tclUnixInit.c: * unix/tclUnixPipe.c: * win/tclWinFCmd.c: * win/tclWinFile.c: * win/tclWinInit.c: * win/tclWinPipe.c FossilOrigin-Name: 9461aca54800a289624dfe39d333e41e20168ac3
* * unix/mkLinks:ericm2000-04-251-10/+31
| | | | | | * doc/OpenFileChnl.3: Added man entry for Tcl_Ungets [Bug: 1834]. FossilOrigin-Name: 09b093392507d6544d540c98c113f9a87bcd12f0
* * doc/AppInit.3:hobbs2000-04-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Async.3: * doc/BackgdErr.3: * doc/CrtChannel.3: * doc/CrtInterp.3: * doc/CrtMathFnc.3: * doc/DString.3: * doc/Eval.3: * doc/ExprLong.3: * doc/GetInt.3: * doc/GetOpnFl.3: * doc/Interp.3: * doc/LinkVar.3: * doc/OpenFileChnl.3: * doc/OpenTcp.3: * doc/PkgRequire.3: * doc/RecordEval.3: * doc/SetResult.3: * doc/SplitList.3: * doc/StaticPkg.3: * doc/TraceVar.3: * doc/Translate.3: * doc/UpVar.3: * doc/load.n: removed or updated references to interp->result use. FossilOrigin-Name: 66905b808be8da8a5013f9443c47fbf7058d1c2f
* 1999-08-20 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-211-4/+4
| | | | | | * doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588] FossilOrigin-Name: 9772601e1f9ebb9cd5b8613e21170f240af3c795
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-4/+24
| | | | | | | | | | | | | | * doc/Eval.3: fixed doc on input args [Bug: 2114] * doc/OpenFileChnl.3: * doc/file.n: * tests/cmdAH.test: * tclIO.c: * tclCmdAH.c: added "file channels ?pattern?" tcl command, with associated Tcl_GetChannelNames and Tcl_GetChannelNamesEx public C APIs (added to tcl.decls as well), with docs and tests. FossilOrigin-Name: 7751b2712ef34b0a1d258adb2e80b247aa52be24
* merged doc changes from 8.1.0stanton1999-05-061-1/+1
| | | FossilOrigin-Name: f1b3babf61ee215cee5407ee5c8dc5c9bd578fd6
* * Merged changes from 8.1.0 branchstanton1999-04-301-2/+2
| | | FossilOrigin-Name: dc45694c11c7ad43dd4c5dca49bfe1d7cedec9bb
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-129/+196
| | | FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-141-1/+1
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* Initial revisionrjohnson1998-03-261-0/+499
FossilOrigin-Name: cacdd0f329872d67973970d74c6978730bc24baa