Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added documentation on not using -lazy | vincentdarley | 2005-01-18 | 1 | -2/+3 |
| | |||||
* | Reduce confusion (reported in c.l.t) over [string trim]'s chars argument | dkf | 2005-01-13 | 1 | -4/+8 |
| | |||||
* | Move emacs mode comment to end of file to stop problems with old man. | dkf | 2005-01-05 | 2 | -4/+10 |
| | |||||
* | Add note to clock.n disclaiming full ISO8601 support | Kevin B Kenny | 2004-12-13 | 1 | -2/+6 |
| | |||||
* | Minor doc fixes | dkf | 2004-12-09 | 1 | -6/+6 |
| | |||||
* | Some HTML converters prefer distances in inches to ems. [Bug 1078760] | dkf | 2004-12-07 | 1 | -2/+2 |
| | |||||
* | minor nroff typos | hobbs | 2004-12-07 | 3 | -16/+15 |
| | |||||
* | Added simple foreach example. [FRQ 1073334] | dkf | 2004-11-26 | 1 | -7/+18 |
| | |||||
* | Added changes from core-8-4-branch | vasiljevic | 2004-11-25 | 2 | -3/+6 |
| | |||||
* | Assorted cleanup and doc-fixes for the dde package. | dkf | 2004-11-25 | 1 | -25/+25 |
| | |||||
* | * doc/AddErrInfo.3: Typo corrections (Thanks Daniel South). | dgp | 2004-11-21 | 2 | -5/+5 |
| | | | | * doc/interp.n: | ||||
* | * doc/AddErrInfo.3: Docs for Tcl_(Get|Set)ReturnOptions. [TIP 227] | dgp | 2004-11-20 | 14 | -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). | dgp | 2004-11-18 | 1 | -11/+72 |
| | |||||
* | Added listing of shell-specific variables to general tclvars page [Patch ↵ | dkf | 2004-11-15 | 1 | -2/+29 |
| | | | | 1065732] | ||||
* | TIP #221 IMPLEMENTATION | dgp | 2004-11-13 | 1 | -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#221 | dkf | 2004-11-12 | 2 | -5/+44 |
| | |||||
* | More minor doc fixes for greater clarity | dkf | 2004-11-12 | 2 | -106/+109 |
| | |||||
* | * doc/CrtChannel.3: | das | 2004-11-12 | 7 | -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 clarifications | dkf | 2004-11-09 | 1 | -6/+5 |
| | |||||
* | * doc/open.n: Added a note about -blocking 0 and lack of exit status as it had | davygrvy | 2004-11-09 | 1 | -2/+3 |
| | | | | never been documented. | ||||
* | Add synopsis for Tcl_GetChannelMode. [Bug 1058446] | dkf | 2004-11-02 | 1 | -1/+4 |
| | |||||
* | Rework to be many lines shorter | dkf | 2004-10-31 | 1 | -649/+373 |
| | | | | | Also convert a few `ASCII's to `Unicode's Also do some formatting fixes | ||||
* | Fix typo | dkf | 2004-10-31 | 1 | -2/+2 |
| | |||||
* | Yet more small fixes | dkf | 2004-10-27 | 11 | -71/+68 |
| | |||||
* | More minor doc fixes | dkf | 2004-10-27 | 32 | -389/+358 |
| | |||||
* | More minor doc fixes | dkf | 2004-10-27 | 26 | -210/+201 |
| | |||||
* | Many minor doc fixes | dkf | 2004-10-27 | 19 | -98/+114 |
| | |||||
* | Tighten up expr(n) wording. [Bug 1027849] | dkf | 2004-10-26 | 1 | -8/+11 |
| | |||||
* | Clarify [string map] docs to remove char/string ambiguity. [Bug 1048005] | dkf | 2004-10-25 | 1 | -4/+4 |
| | |||||
* | Clarified meaning of pattern arg to [info procs] | dkf | 2004-10-25 | 1 | -1/+6 |
| | |||||
* | Even more cleaning up | dkf | 2004-10-22 | 1 | -12/+10 |
| | |||||
* | Further cleaning up of the docs | dkf | 2004-10-22 | 1 | -10/+18 |
| | |||||
* | Add *very* basic test suite for modules, and tighten up the doc style | dkf | 2004-10-22 | 1 | -109/+90 |
| | |||||
* | TIP#217 implementation | dkf | 2004-10-14 | 1 | -1/+7 |
| | |||||
* | Docs for TIP#201 and TIP#212; this allows these TIPs to become Final | dkf | 2004-10-08 | 2 | -7/+48 |
| | |||||
* | Add return type decls | dkf | 2004-10-07 | 1 | -1/+3 |
| | |||||
* | Reduce the number of warnings given by nroff... | dkf | 2004-10-07 | 11 | -64/+25 |
| | |||||
* | Fix the argument list widths properly... | dkf | 2004-10-07 | 8 | -15/+16 |
| | |||||
* | Convert CONST to const, VOID to void so we document how we want the API used. | dkf | 2004-10-07 | 54 | -240/+242 |
| | |||||
* | Convert (most) tabs to spaces because they're printed more reliably | dkf | 2004-10-07 | 11 | -74/+74 |
| | |||||
* | Update the .AS macro definition and take advantage of it's new-found power. | dkf | 2004-10-07 | 71 | -387/+347 |
| | |||||
* | Clarify filesystem docs | dkf | 2004-10-07 | 1 | -153/+152 |
| | |||||
* | Make Tcl_AppendResult() non-deprecated again. [Patch 1041072] | dkf | 2004-10-05 | 1 | -11/+12 |
| | | | | Also change string to stringPtr to avoid potential future C++ problems. | ||||
* | Clarify that dicts are unordered [Bug 1032243] and add another example. | dkf | 2004-10-04 | 2 | -20/+56 |
| | |||||
* | Modify the semantics of [dict set] to be what everyone expected them to be | dkf | 2004-10-02 | 2 | -22/+18 |
| | | | | | in a straw poll. Also made T_DODone;T_DONext a non-fatal sequence, leading to simplified code. | ||||
* | added missing Tcl_GlobTypeData documentation | vincentdarley | 2004-09-27 | 1 | -1/+16 |
| | |||||
* | small typo | vincentdarley | 2004-09-27 | 1 | -2/+2 |
| | |||||
* | Tighten up wording on [interp eval] and stack frames. [Bug 926590] | dkf | 2004-09-21 | 1 | -5/+18 |
| | |||||
* | Highlight document-internal references | dkf | 2004-09-21 | 1 | -12/+12 |
| | |||||
* | Fix "operand"/"operator" confusion | dkf | 2004-09-18 | 1 | -6/+5 |
| |