Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify testbytestring such that is only produces pure byte-arrays, if not it ↵ | jan.nijtmans | 2019-04-01 | 1 | -2/+2 |
| | | | | | errors out. Modify Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewWideIntObj. Less references to "long" datatype. | ||||
* | lots of changes to the "info" page. Replace "command procedure" with "routine" | pooryorick | 2019-03-22 | 1 | -237/+147 |
| | | | in Tcl.n. | ||||
* | Documentation | dkf | 2018-10-28 | 1 | -0/+18 |
| | |||||
* | Restricted the information made available to safe interpreters a bit. | dkf | 2018-09-27 | 1 | -3/+5 |
| | |||||
* | merge core-8-branch | dkf | 2018-09-04 | 1 | -109/+164 |
|\ | |||||
| * | Tweaking the documentation | dkf | 2018-05-30 | 1 | -4/+25 |
| | | |||||
| * | More docs | dkf | 2018-05-22 | 1 | -94/+115 |
| | | |||||
| * | Documentation. | dkf | 2018-05-06 | 1 | -0/+12 |
| | | |||||
| * | Add back missing significant character | dkf | 2017-03-13 | 1 | -1/+1 |
| | | |||||
| * | Fix error in formatting in info.n | fvogel | 2017-03-12 | 1 | -1/+1 |
| | | |||||
| * | Complete implementation, tests and documentation | jan.nijtmans | 2016-11-28 | 1 | -3/+4 |
| | | |||||
| * | 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. | ||||
| * | | [3612422]: Refer to correct part of tclvars(n) rather than page itself. | dkf | 2013-08-21 | 1 | -6/+6 |
| | | | |||||
* | | | And documentation | dkf | 2013-08-01 | 1 | -0/+4 |
| | | | |||||
* | | | Changed subcommand name following community feedback. | dkf | 2013-07-16 | 1 | -30/+30 |
| | | | |||||
* | | | Some documentation. | dkf | 2013-07-10 | 1 | -0/+30 |
|/ / | |||||
* | | A number of small spelling and wording fixes in the docs. | dkf | 2012-03-11 | 1 | -6/+6 |
| | | |||||
* | | Various minor fixes (prompted by Andreas Kupries detecting a spelling mistake). | dkf | 2012-03-08 | 1 | -32/+38 |
| | | |||||
* | | Documentation improvements (small; some revision to parsing script) to improve | dkf | 2011-07-17 | 1 | -2/+2 |
| | | | | | | the quality of HTML doc builds. | ||||
* | | Implementation of TIP #381: Call Chain Introspection and Control | dkf | 2011-05-25 | 1 | -0/+66 |
| | | |||||
* | | 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 | -4/+4 |
| | | | |||||
| | * | More doc fix backporting | dkf | 2004-10-27 | 1 | -4/+28 |
| | | | |||||
| | * | minor clarification in exists vs vars return list | hobbs | 2004-02-13 | 1 | -1/+3 |
| | | | |||||
* | | | [Patch 2995655] Report inner contexts in [info errorstack] | ferrieux | 2010-10-20 | 1 | -8/+12 |
| | | | |||||
* | | | Document [info errostack] faithfully. | ferrieux | 2010-10-17 | 1 | -4/+14 |
| | | | |||||
* | | | Formatting improvements for error stack docs | dkf | 2010-04-07 | 1 | -12/+13 |
| | | | |||||
* | | | TIP #348 IMPLEMENTATION - Substituted error stack | ferrieux | 2010-04-05 | 1 | -1/+11 |
| | | | |||||
* | | | * generic/tclOOInfo.c (InfoObjectMethodTypeCmd) | dkf | 2010-03-24 | 1 | -1/+19 |
| | | | | | | | | | | | | | | | (InfoClassMethodTypeCmd): Added introspection of method types so that it is possible to find this info out without using errors. | ||||
* | | | Revert mistaken commit | dgp | 2009-11-16 | 1 | -11/+1 |
| | | | |||||
* | | | (forward port) Fix [Bug 2891556] and improve test to detect similar ↵ | ferrieux | 2009-11-16 | 1 | -1/+11 |
| | | | | | | | | | | | | manifestations in the future. Add tcltest support for finalization. | ||||
* | | | Added more introspection: ability to look up namespace of an object. | dkf | 2009-05-15 | 1 | -1/+7 |
| | | | |||||
* | | | Document [info coroutine]. | dkf | 2008-10-19 | 1 | -1/+8 |
| | | | |||||
* | | | Improve clarity of formatting. | dkf | 2008-10-17 | 1 | -1/+3 |
| | | | |||||
* | | | * doc/info.n: Fixed [SF Bug 2134049]. Rephrased the documentation | andreas_kupries | 2008-10-02 | 1 | -5/+6 |
| | | | | | | | | | | | | of 'info frame' for positive numbers as level argument. | ||||
* | | | Fixes for [Bug 1934272, 2072891] | Joe Mistachkin | 2008-10-02 | 1 | -2/+2 |
| | | | |||||
* | | | Implementation of TIP #320.#320.#320. | dkf | 2008-09-23 | 1 | -3/+21 |
| | | | |||||
* | | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -35/+103 |
| | | | | | | | | | | | | typedefs, add a few missing bits) | ||||
* | | | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -4/+216 |
|/ / | |||||
* | | * doc/info.n: Replaced {expand} with {8}. | andreas_kupries | 2008-03-12 | 1 | -2/+2 |
| | | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Spread the idiom, make the rendering to HTML reliable! | dkf | 2007-10-30 | 1 | -14/+14 |
| | | |||||
* | | Next stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-29 | 1 | -25/+30 |
| | | | | | | | | generation works | ||||
* | | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -14/+8 |
| | | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
* | | More GOOBE quoting | dkf | 2007-10-25 | 1 | -8/+14 |
| | | |||||
* | | Fixing some minor nroff misuses | dkf | 2007-07-04 | 1 | -14/+10 |
| | |