summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Assorted cleanup and doc-fixes for the dde package.dkf2004-11-251-25/+25
|
* * doc/AddErrInfo.3: Typo corrections (Thanks Daniel South).dgp2004-11-212-5/+5
| | | | * doc/interp.n:
* * doc/AddErrInfo.3: Docs for Tcl_(Get|Set)ReturnOptions. [TIP 227]dgp2004-11-2014-206/+303
| | | | | | | | | | | | | | | | | * doc/AddErrInfo.3: * doc/Async.3: Documentation updates to replace references * doc/BackgdErr.3: to global variable ::errorInfo and ::errorCode * doc/SaveResult.3: and to the ::bgerror command with references * doc/after.n: to their preferred replacements, the * doc/bgerror.n: -errorinfo and -errorcode return options, * doc/error.n: the Tcl_*InterpState routines, and the * doc/exec.n: [interp bgerror] command. * doc/exit.n: * doc/fileevent.n: * doc/interp.n: * doc/return.n: * doc/tclvars.n: * doc/update.n:
* * doc/SaveResult.3: Documentation for Tcl_*InterpState (TIP 226).dgp2004-11-181-11/+72
|
* Added listing of shell-specific variables to general tclvars page [Patch ↵dkf2004-11-151-2/+29
| | | | 1065732]
* TIP #221 IMPLEMENTATIONdgp2004-11-131-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclBasic.c: Define [::tcl::Bgerror] in new interps. * generic/tclEvent.c: Update Tcl_BackgroundError to make use of the registered [interp bgerror] command. * generic/tclInterp.c: New [interp bgerror] subcommand. * tests/interp.test: syntax tests updated. TIP #226 IMPLEMENTATION * generic/tcl.decls: Stubs for Tcl_(Save|Restore|Discard)InterpState * generic/tcl.h: New public opaque type, Tcl_InterpState. * generic/tclInt.h: Drop old private declarations. Add Tcl(Get|Set)BgErrorHandler * generic/tclResult.c: Tcl_*InterpState implementations. * generic/tclDictObj.c: Update callers. * generic/tclIOGT.c: * generic/tclTrace.c: TIP #227 IMPLEMENTATION * generic/tcl.decls: Stubs for Tcl_(Get|Set)ReturnOptions. * generic/tclInt.h: Drop old private declarations. * generic/tclResult.c: Tcl_*ReturnOptions implementations. * generic/tclCmdAH.c: Update callers. * generic/tclMain.c:
* Documentation for TIP#221dkf2004-11-122-5/+44
|
* More minor doc fixes for greater claritydkf2004-11-122-106/+109
|
* * doc/CrtChannel.3:das2004-11-127-26/+26
| | | | | | | | | | | | * doc/Interp.3: * doc/Limit.3: * doc/binary.n: * doc/dict.n: * doc/tm.n: * doc/upvar.n: fixed *roff errors uncovered by running 'make html'. * tools/tcltk-man2html.tcl: added faked support for bullet point lists, i.e. *nroff ".IP \(bu" syntax.
* Minor formatting changes and clarificationsdkf2004-11-091-6/+5
|
* * doc/open.n: Added a note about -blocking 0 and lack of exit status as it haddavygrvy2004-11-091-2/+3
| | | | never been documented.
* Add synopsis for Tcl_GetChannelMode. [Bug 1058446]dkf2004-11-021-1/+4
|
* Rework to be many lines shorterdkf2004-10-311-649/+373
| | | | | Also convert a few `ASCII's to `Unicode's Also do some formatting fixes
* Fix typodkf2004-10-311-2/+2
|
* Yet more small fixesdkf2004-10-2711-71/+68
|
* More minor doc fixesdkf2004-10-2732-389/+358
|
* More minor doc fixesdkf2004-10-2726-210/+201
|
* 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
|