| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
FossilOrigin-Name: e951b5841c869634c3602813430fcd0afb327681
|
| |
|
|
|
|
| |
typedefs, add a few missing bits)
FossilOrigin-Name: 29df58df24d30f1fa853980095d4e8573cf89bef
|
| |
|
| |
FossilOrigin-Name: d1f7550cd9bf1343d8505fb99fc5141b58bb88bf
|
| |
|
|
|
|
| |
Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO".
FossilOrigin-Name: 05c939be22a5ab99a460a9e51d7196d9cec996db
|
| |
|
| |
FossilOrigin-Name: 6bfb5e99dd2a076f06266fca61f98da78ce1831a
|
| |
|
|
|
| |
generation works
FossilOrigin-Name: 273847833ca13d62417e5af893e17a7215ba1ef0
|
| |
|
|
|
|
| |
It's crude (especially in the tests and docs department) and incomplete (no truncation on non-POSIX platforms).
FossilOrigin-Name: 3280056391a69ec28c5ea78944729c2ada97777e
|
| |
|
| |
FossilOrigin-Name: 1cc2336920c70c6b9f7825b88dec87fc223f2c4e
|
| |
|
| |
FossilOrigin-Name: b5dbb85db54f15de4f1ce227e598d37c74968fe6
|
| |
|
| |
FossilOrigin-Name: 21d0f484beef5fa7d82293d56b9f78b9040905eb
|
| |
|
| |
FossilOrigin-Name: 94bf67038b29cfae21210fee195b9e2879c939e3
|
| |
|
| |
FossilOrigin-Name: dcba7c799d5c4345dc2f465a5d8a137b364fe6cc
|
| |
|
|
|
|
| |
of symbols like TCL_OK, TCL_ERROR, etc.
FossilOrigin-Name: 98776f715157a84ebbced1be85ea316525ae8c3f
|
| |
|
|
|
|
|
| |
Tcl_ReadChars when its 'charsToRead' argument is set to
-1. Fixes [Tcl SF Bug 934511].
FossilOrigin-Name: 941ab20e13590842a510de34f69e24ab3a41eca6
|
| |
|
| |
FossilOrigin-Name: 2ce4a70a315ca5e8a46fd88022efbc6ccace91a3
|
| |
|
| |
FossilOrigin-Name: b6330dbac725e2d527ad089669aa7f4779d19398
|
| |
|
|
|
|
| |
to reflect that they now return Tcl_WideInt (TIP 72) [Bug 787537]
FossilOrigin-Name: db8fd51f20d0794d569f103a7a983276041f59fe
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
FossilOrigin-Name: 133521463eb0025703968673d5a01a07745fa0c7
|
| |
|
| |
FossilOrigin-Name: 34cded11b7d729621dd98d2f6dc3fb89428f97e8
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
according to the guidelines of TIP 27. Updated callers. [Patch 499196]
FossilOrigin-Name: c606fbd2dad0ac555e745eb90871648eef4ce0db
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
during conversion to TMML. Thanks to Joe English. [Patch 490514]
FossilOrigin-Name: c6a543090c1786c744bc8ec7be936816cdffb5ea
|
| |
|
| |
FossilOrigin-Name: 9fc41467515133bb56884ee6d100937f8dfec571
|
| |
|
| |
FossilOrigin-Name: 08720fa527fabfbe06f8f9080b32e72c7470b41e
|
| |
|
|
|
|
|
|
|
| |
Tcl_ReadRaw [#414929].
* doc/CrtChannel.3: Added documentation for Tcl_ChannelBuffered
and Tcl_GetTopChannel [#414929].
FossilOrigin-Name: 014b9b33399f50949808af6326891f96eb27e7c8
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
* doc/OpenFileChnl.3: Added man entry for Tcl_Ungets [Bug: 1834].
FossilOrigin-Name: 09b093392507d6544d540c98c113f9a87bcd12f0
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
* doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588]
FossilOrigin-Name: 9772601e1f9ebb9cd5b8613e21170f240af3c795
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
FossilOrigin-Name: f1b3babf61ee215cee5407ee5c8dc5c9bd578fd6
|
| |
|
| |
FossilOrigin-Name: dc45694c11c7ad43dd4c5dca49bfe1d7cedec9bb
|
| |
|
| |
FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
|
| |
|
| |
FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
|
|
|
FossilOrigin-Name: cacdd0f329872d67973970d74c6978730bc24baa
|