summaryrefslogtreecommitdiffstats
path: root/doc/OpenFileChnl.3
Commit message (Collapse)AuthorAgeFilesLines
* * 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