summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Many minor doc fixesdkf2004-10-2719-98/+114
|
* Tighten up expr(n) wording. [Bug 1027849]dkf2004-10-261-8/+11
|
* Clarify [string map] docs to remove char/string ambiguity. [Bug 1048005]dkf2004-10-251-4/+4
|
* Clarified meaning of pattern arg to [info procs]dkf2004-10-251-1/+6
|
* Even more cleaning updkf2004-10-221-12/+10
|
* Further cleaning up of the docsdkf2004-10-221-10/+18
|
* Add *very* basic test suite for modules, and tighten up the doc styledkf2004-10-221-109/+90
|
* TIP#217 implementationdkf2004-10-141-1/+7
|
* Docs for TIP#201 and TIP#212; this allows these TIPs to become Finaldkf2004-10-082-7/+48
|
* Add return type declsdkf2004-10-071-1/+3
|
* Reduce the number of warnings given by nroff...dkf2004-10-0711-64/+25
|
* Fix the argument list widths properly...dkf2004-10-078-15/+16
|
* Convert CONST to const, VOID to void so we document how we want the API used.dkf2004-10-0754-240/+242
|
* Convert (most) tabs to spaces because they're printed more reliablydkf2004-10-0711-74/+74
|
* Update the .AS macro definition and take advantage of it's new-found power.dkf2004-10-0771-387/+347
|
* Clarify filesystem docsdkf2004-10-071-153/+152
|
* Make Tcl_AppendResult() non-deprecated again. [Patch 1041072]dkf2004-10-051-11/+12
| | | | Also change string to stringPtr to avoid potential future C++ problems.
* Clarify that dicts are unordered [Bug 1032243] and add another example.dkf2004-10-042-20/+56
|
* Modify the semantics of [dict set] to be what everyone expected them to bedkf2004-10-022-22/+18
| | | | | in a straw poll. Also made T_DODone;T_DONext a non-fatal sequence, leading to simplified code.
* added missing Tcl_GlobTypeData documentationvincentdarley2004-09-271-1/+16
|
* small typovincentdarley2004-09-271-2/+2
|
* Tighten up wording on [interp eval] and stack frames. [Bug 926590]dkf2004-09-211-5/+18
|
* Highlight document-internal referencesdkf2004-09-211-12/+12
|
* Fix "operand"/"operator" confusiondkf2004-09-181-6/+5
|
* More fixes from Mikhail Kolesnitchenko, and also standardize highlightingdkf2004-09-1836-473/+492
| | | | of symbols like TCL_OK, TCL_ERROR, etc.
* * doc/interp.n:Miguel Sofer2004-09-141-24/+32
| | | | | | * generic/tclInterp.c (TclPreventAliasLoop, AliasCreate): * tests/interp.test (17.4-6, 19.3-4): fixing problems with renaming of aliases [Bugs 707104 1026493]. Fix designed by dgp.
* Corrected a buglet in the header information. [Bug 1024058]Kevin B Kenny2004-09-081-1/+1
|
* Fixed indentationKevin B Kenny2004-09-071-0/+4
|
* * doc/clock.n: Documented the default -format, and changedKevin B Kenny2004-09-071-0/+7
| | | | | references to a (nonexistent) msgcat command to refer to the msgcat package. [Bug 1023870]
* Converted to http://tip.tcl.tk URL. Should be more long term reliable.dgp2004-09-071-1/+1
|
* Changed incorrect references to the "msgcat command" to "msgcat package"dgp2004-09-071-3/+3
|
* Oops, missed one file from last commitdkf2004-09-061-2/+2
|
* More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-0652-186/+181
|
* Clarify meaning of [lsearch -dictionary].dkf2004-09-021-2/+5
|
* Correct some abbreviation usage.dkf2004-09-015-11/+11
|
* Grammar and spelling fixes. [Patch 1018486]dkf2004-08-3119-95/+99
|
* two bugs fixed in filesystem docs and testsvincentdarley2004-08-311-5/+17
|
* Added clarifying note on [string map]'s behaviour.dkf2004-08-241-1/+9
|
* * doc/tm.n: New file, documentation for Tcl Modules, based on theandreas_kupries2004-08-191-0/+278
| | | | | | | TIP. * unix/mkLinks: Regenerated. * win/makefile.vc: Added tm.tcl to list of files to install.
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-181-232/+784
|
* fix for [Bug 1008314]Miguel Sofer2004-08-161-1/+4
|
* TIP#207 IMPLEMENTATIONdgp2004-08-021-3/+11
| | | | | | | | | | * doc/interp.n: Added support for a -namespace option to the * generic/tclBasic.c: [interp invokehidden] command. Also added an * generic/tclInt.h: internal routine TclObjInvokeNamespace() and * generic/tclInterp.c: corrected the flag names TCL_FIND_ONLY_NS and * generic/tclNamesp.c: TCL_CREATE_NS_IF_UNKNOWN that are passed to the * generic/tclTrace.c: internal routine TclGetNamespaceForQualName(). * tests/interp.test: [Patch 981841]
* cd infinite loop bug fixedvincentdarley2004-07-171-5/+6
|
* * 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].
* * doc/CrtCommand.3: Added note that the arguments given to theandreas_kupries2004-07-161-1/+6
| | | | | command proc of a Tcl_CreateCommand are in utf8 since Tcl 8.1. Closing [Tcl SF Patch 414778].
* * doc/ChnlStack.3: Removed the declaration that the interpandreas_kupries2004-07-161-2/+2
| | | | | | argument to Tcl_(un)StackChannel can be NULL. This fixes [Tcl SF Bug 881220], reported by Marco Maggi <marcomaggi@users.sourceforge.net>.
* * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set inandreas_kupries2004-07-151-1/+8
| | | | | | | | | | | | | | | | | | | | | | * generic/tclIO.c (Tcl_UnregisterChannel): 'Tcl_Close' while the * generic/tclIO.c (Tcl_Close): close callbacks are run. Checked in 'Tcl_Close' and 'Tcl_Unregister' to prevent recursive call of 'close' in the close-callbacks. This is a possible error made by implementors of virtual filesystems based on 'tclvfs', thinking that they have to close the channel in the close handler for the filesystem. * generic/tclIO.c: * generic/tclIO.h: * Not reverting, but #ifdef'ing the changes from May 19, 2004 out of the core. This removes the ***POTENTIAL INCOMPATIBILITY*** for channel drivers it introduced. This has become possible due to Expect gaining a BlockModeProc and now handling blockingg and non-blocking modes correctly. Thus [SF Tcl Bug 943274] is still fixed if a recent enough version of Expect is used. * doc/CrtChannel.3: Added warning about usage of a channel without a BlockModeProc.
* * generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patchhobbs2004-07-021-6/+15
| | | | | * doc/exec.n, tests/exec.test: that adds 2>@1 as a special case redirection of stderr to the result output.
* Doc fixes. [Bug 983146]dkf2004-07-013-23/+10
|
* fix to trailing slash documentation and to a filesystem 'file join' bug on ↵vincentdarley2004-06-301-2/+7
| | | | windows