Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * doc/AddErrInfo.3: Docs for Tcl_(Get|Set)ReturnOptions. [TIP 227] | dgp | 2004-11-20 | 1 | -19/+5 |
| | | | | | | | | | | | | | | | | | * 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: | ||||
* | 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 | 1 | -2/+2 |
| | |||||
* | More idiomatic example. [Bug 959602] | dkf | 2004-05-25 | 1 | -4/+2 |
| | |||||
* | Added example from David Welton. [Patch 939473] | dkf | 2004-04-21 | 1 | -1/+19 |
| | |||||
* | New or changed "SEE ALSO" section. | poenitz | 2000-09-07 | 1 | -1/+4 |
| | |||||
* | * doc/package.n: Corrected information about [package forget] | ericm | 2000-06-26 | 1 | -28/+36 |
| | | | | arguments [Bug: 5418]. | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+68 |