Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2020-10-15 | 1 | -1/+1 |
|\ | |||||
| * | Fix [53d5155335]: Typo in interp.n | jan.nijtmans | 2020-10-15 | 1 | -1/+1 |
| | | |||||
| * | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵ | jan.nijtmans | 2020-09-14 | 1 | -4/+4 |
| | | | | | | | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly | ||||
| * | Fix "make install" on MacOSX: interp: make-manpage-section: ignoring .VS ↵ | jan.nijtmans | 2020-09-07 | 1 | -1/+1 |
| | | | | | | | | "TIP 581" after .TP | ||||
| * | TIP #581: Mainly documentation and some testcases | jan.nijtmans | 2020-09-04 | 1 | -120/+120 |
| | | |||||
* | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵ | jan.nijtmans | 2020-09-14 | 1 | -4/+4 |
| | | | | | | | | Thanks! | ||||
* | | Merge 8.6. More documentation updates | jan.nijtmans | 2020-08-31 | 1 | -121/+125 |
|\ \ | |/ | |||||
| * | New TIP #581 implementation | jan.nijtmans | 2020-07-17 | 1 | -0/+6 |
| | | |||||
| * | Eliminate unneccessary eol-spacing from documentation. | jan.nijtmans | 2019-12-02 | 1 | -1/+1 |
| | | |||||
* | | Remove "new in 8.6" marks from the docs in the 8.7 branch. | dgp | 2020-01-06 | 1 | -2/+0 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2019-04-09 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Correct minor documentation typo | andy | 2019-04-09 | 1 | -1/+1 |
| | | |||||
* | | Avoid making question marks bold or italic in docs UNLESS EXACTLY MEANINGFUL | dkf | 2018-10-09 | 1 | -1/+1 |
| | | |||||
* | | Eliminate exess spacings in remaining doc pages | jan.nijtmans | 2016-03-08 | 1 | -1/+1 |
|/ | |||||
* | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
|\ | | | | | | | and possibly others. | ||||
| * | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | and possibly others. | ||||
* | | Document TIP 378's one-way-ness. | ferrieux | 2011-08-17 | 1 | -0/+4 |
| | | |||||
* | | More small documentation improvements. | dkf | 2011-07-18 | 1 | -2/+2 |
| | | |||||
* | | Documentation improvements (small; some revision to parsing script) to improve | dkf | 2011-07-17 | 1 | -10/+20 |
| | | | | | | the quality of HTML doc builds. | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | Yet more doc update backporting | dkf | 2004-10-27 | 1 | -7/+7 |
| | | | |||||
| | * | More doc fix backporting | dkf | 2004-10-27 | 1 | -46/+80 |
| | | | |||||
| * | | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 1 | -1/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/tclvars.n: Performance fix for TIP #280. * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclInterp.c: * tests/info.test: * tests/interp.test: | ||||
* | | | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 1 | -1/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/tclvars.n: Performance fix for TIP #280. * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclInterp.c: * tests/info.test: * tests/interp.test: | ||||
* | | | Use a consistent indentation of 4 for code examples. | dkf | 2010-01-20 | 1 | -7/+7 |
| | | | |||||
* | | | Small cleanups to improve HTML generation. | dkf | 2010-01-10 | 1 | -4/+5 |
| | | | |||||
* | | | TIP #337 IMPLEMENTATION | dgp | 2008-12-09 | 1 | -22/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/BackgdErr.3: Converted internal routine * doc/interp.n: TclBackgroundException() into public routine * generic/tcl.decls: Tcl_BackgroundException(). * generic/tclEvent.c: * generic/tclInt.decls: * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclIO.c: Update callers. * generic/tclIOCmd.c: * generic/tclInterp.c: * generic/tclTimer.c: *** POTENTIAL INCOMPATIBILITY only for extensions using the converted internal routine *** | ||||
* | | | Improve clarity of formatting. | dkf | 2008-10-17 | 1 | -1/+7 |
| | | | |||||
* | | | Fix [Bug 2004256] | dkf | 2008-06-29 | 1 | -31/+49 |
| | | | |||||
* | | | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -3/+20 |
|/ / | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Match docs and reality. [Bug 1662436] | dkf | 2007-12-08 | 1 | -2/+2 |
| | | |||||
* | | Fix .DS/.DE to work better when transformed to a table | dkf | 2007-11-01 | 1 | -35/+35 |
| | | |||||
* | | Spread the idiom, make the rendering to HTML reliable! | dkf | 2007-10-30 | 1 | -3/+7 |
| | | |||||
* | | Fix [Bug 1822268] | dkf | 2007-10-30 | 1 | -22/+37 |
| | | |||||
* | | GOOBE the docs some more. | dkf | 2007-10-29 | 1 | -15/+15 |
| | | |||||
* | | Next stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-29 | 1 | -6/+7 |
| | | | | | | | | generation works | ||||
* | | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -7/+4 |
| | | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
* | | Lots of improvements to look and feel of manual pages | dkf | 2007-10-24 | 1 | -4/+7 |
| | | |||||
* | | Improve nroff macro usage | dkf | 2007-10-17 | 1 | -2/+2 |
| | | |||||
* | | Resolve [Bug 1752148] | dkf | 2007-08-19 | 1 | -79/+79 |
| | | |||||
* | | Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them. | dkf | 2007-02-18 | 1 | -6/+6 |
| | | |||||
* | | Partial fix of [Bug 1662436] | dkf | 2007-02-18 | 1 | -39/+40 |
| | | |||||
* | | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/fconfigure.n, doc/interp.n, doc/unknown.n: * library/auto.tcl, library/init.tcl, library/package.tcl: * library/safe.tcl, library/tm.tcl, library/msgcat/msgcat.tcl: * tests/all.tcl, tests/basic.test, tests/cmdInfo.test: * tests/compile.test, tests/encoding.test, tests/execute.test: * tests/fCmd.test, tests/http.test, tests/init.test: * tests/interp.test, tests/io.test, tests/ioUtil.test: * tests/iogt.test, tests/namespace-old.test, tests/namespace.test: * tests/parse.test, tests/pkg.test, tests/pkgMkIndex.test: * tests/proc.test, tests/reg.test, tests/trace.test: * tests/upvar.test, tests/winConsole.test, tests/winFCmd.test: * tools/tclZIC.tcl: * generic/tclParse.c (Tcl_ParseCommand): Replace {expand} with {*} officially (TIP #293). Leave -DALLOW_EXPAND=0|1 option to keep {expand} syntax for transition users. [Bug 1589629] | ||||
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
| | | |||||
* | | Purge old and inaccurate .VS/.VE macros. | dkf | 2005-04-06 | 1 | -2/+2 |
| | | |||||
* | | * doc/AddErrInfo.3: Typo corrections (Thanks Daniel South). | dgp | 2004-11-21 | 1 | -3/+3 |
| | | | | | | | | * doc/interp.n: | ||||
* | | * doc/AddErrInfo.3: Docs for Tcl_(Get|Set)ReturnOptions. [TIP 227] | dgp | 2004-11-20 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: |