| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | More fixes from Mikhail Kolesnitchenko, and also standardize highlighting | dkf | 2004-09-18 | 36 | -473/+492 |
|
|
* | * doc/interp.n: | Miguel Sofer | 2004-09-14 | 1 | -24/+32 |
|
|
* | Corrected a buglet in the header information. [Bug 1024058] | Kevin B Kenny | 2004-09-08 | 1 | -1/+1 |
|
|
* | Fixed indentation | Kevin B Kenny | 2004-09-07 | 1 | -0/+4 |
|
|
* | * doc/clock.n: Documented the default -format, and changed | Kevin B Kenny | 2004-09-07 | 1 | -0/+7 |
|
|
* | Converted to http://tip.tcl.tk URL. Should be more long term reliable. | dgp | 2004-09-07 | 1 | -1/+1 |
|
|
* | Changed incorrect references to the "msgcat command" to "msgcat package" | dgp | 2004-09-07 | 1 | -3/+3 |
|
|
* | Oops, missed one file from last commit | dkf | 2004-09-06 | 1 | -2/+2 |
|
|
* | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] | dkf | 2004-09-06 | 52 | -186/+181 |
|
|
* | Clarify meaning of [lsearch -dictionary]. | dkf | 2004-09-02 | 1 | -2/+5 |
|
|
* | Correct some abbreviation usage. | dkf | 2004-09-01 | 5 | -11/+11 |
|
|
* | Grammar and spelling fixes. [Patch 1018486] | dkf | 2004-08-31 | 19 | -95/+99 |
|
|
* | two bugs fixed in filesystem docs and tests | vincentdarley | 2004-08-31 | 1 | -5/+17 |
|
|
* | Added clarifying note on [string map]'s behaviour. | dkf | 2004-08-24 | 1 | -1/+9 |
|
|
* | * doc/tm.n: New file, documentation for Tcl Modules, based on the | andreas_kupries | 2004-08-19 | 1 | -0/+278 |
|
|
* | TIP #173 and #209 implementation - see ChangeLog for details | Kevin B Kenny | 2004-08-18 | 1 | -232/+784 |
|
|
* | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 1 | -1/+4 |
|
|
* | TIP#207 IMPLEMENTATION | dgp | 2004-08-02 | 1 | -3/+11 |
|
|