| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarified meaning of dictionary values following discussion on comp.lang.tcl. | dkf | 2007-12-31 | 1 | -5/+10 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 163 | -163/+166 |
|
|
* | More clarifications, trying to make the trace docs overload the word 'command' | dkf | 2007-12-13 | 1 | -90/+95 |
|
|
* | More clarification. [Bug 614282] | dkf | 2007-12-13 | 1 | -1/+16 |
|
|
* | Clarified documentation of enterstep and leavestep traces. [Bug 1701540] | dkf | 2007-12-13 | 1 | -16/+20 |
|
|
* | * doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() -> | dgp | 2007-12-12 | 1 | -2/+14 |
|
|
* | * doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() -> | dgp | 2007-12-12 | 1 | -12/+12 |
|
|
* | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob | hobbs | 2007-12-11 | 1 | -10/+10 |
|
|
* | typo | dgp | 2007-12-10 | 1 | -2/+2 |
|
|
* | formatting error | dgp | 2007-12-10 | 1 | -2/+2 |
|
|
* | Fix markup errors. | jenglish | 2007-12-10 | 10 | -28/+23 |
|
|
* | Improved the documentation of the operators. [Bug 1823622] | dkf | 2007-12-08 | 2 | -65/+113 |
|
|
* | Match docs and reality. [Bug 1662436] | dkf | 2007-12-08 | 1 | -2/+2 |
|
|
* | * doc/AddErrInfo.3: Documentation for the new routines in TIP 270. | dgp | 2007-12-07 | 3 | -12/+137 |
|
|
* | * doc/namespace.n: Documentation for zero-argument form of | dgp | 2007-12-06 | 1 | -3/+19 |
|
|
* | Make two-arg switch work reliably (and actually as documented!) [Bug 1836519] | dkf | 2007-12-03 | 1 | -2/+9 |
|
|
* | * doc/chan.n: "Fix" the limitation on channel -eofchar | dgp | 2007-11-27 | 2 | -2/+8 |
|
|
* | * generic/tclDictObj.c: Changed the underlying implementation of the | dkf | 2007-11-20 | 2 | -23/+24 |
|
|
* | Typo | dkf | 2007-11-20 | 1 | -44/+41 |
|
|
* | Improvements after review by Arjen Markus. | dkf | 2007-11-16 | 2 | -35/+61 |
|
|
* | More tweaks | dkf | 2007-11-15 | 1 | -49/+64 |
|
|
* | Must pass non-NULL interp to Tcl_SetEnsemble* functions. | dkf | 2007-11-15 | 1 | -2/+4 |
|
|
* | Readability improvements | dkf | 2007-11-15 | 1 | -81/+123 |
|
|
* | Strengthened the text about Tcl not supporting MCCEs | dkf | 2007-11-14 | 1 | -8/+8 |
|
|
* | Clarify. | dkf | 2007-11-13 | 1 | -17/+31 |
|
|
* | Minor documentation improvements | dkf | 2007-11-01 | 10 | -70/+91 |
|
|
* | Reorder paragraphs for better readability. | dkf | 2007-11-01 | 1 | -9/+9 |
|
|
* | Fix .DS/.DE to work better when transformed to a table | dkf | 2007-11-01 | 1 | -35/+35 |
|
|
* | Clarified documentation of RE flags. [Bug 1167840] | dkf | 2007-11-01 | 1 | -12/+14 |
|
|
* | change 'reflectedchan' to 'refchan' for reduced confusion. | dkf | 2007-11-01 | 2 | -6/+6 |
|
|
* | Clarified [file nativename] usage. [Bug 1185154] | dkf | 2007-11-01 | 1 | -3/+12 |
|
|
* | Spread the idiom, make the rendering to HTML reliable! | dkf | 2007-10-30 | 10 | -121/+161 |
|
|
* | Eliminate misuse of .br | dkf | 2007-10-30 | 3 | -9/+20 |
|
|
* | typos | dkf | 2007-10-30 | 2 | -4/+4 |
|
|
* | Forgot some SEE ALSOs | dkf | 2007-10-30 | 2 | -4/+5 |
|
|
* | Typo [Bug 1811621] | dkf | 2007-10-30 | 1 | -3/+2 |
|
|
* | Clear up what's going on a bit more. [Bug 1811803] | dkf | 2007-10-30 | 2 | -48/+57 |
|
|
* | Fix [Bug 1822268] | dkf | 2007-10-30 | 1 | -22/+37 |
|
|
* | line endings | dgp | 2007-10-29 | 26 | -2406/+2377 |
|
|
* | Minor fixes | dkf | 2007-10-29 | 2 | -8/+5 |
|
|
* | GOOBE the docs some more. | dkf | 2007-10-29 | 31 | -220/+224 |
|
|
* | Missed this file last night | dkf | 2007-10-29 | 1 | -87/+211 |
|
|
* | Next stage of doing GOOBE improvements to documentation now that the html gen... | dkf | 2007-10-29 | 67 | -1230/+1598 |
|
|
* | First stage of doing GOOBE improvements to documentation now that the html ge... | dkf | 2007-10-28 | 93 | -2481/+2689 |
|
|
* | * doc/CrtMathFnc.3: fixed Tcl_ListMathFuncs entry [Bug 1672219] | Miguel Sofer | 2007-10-27 | 1 | -4/+2 |
|
|
* | * doc/apply.n: fixed example [Bug 1811791] | Miguel Sofer | 2007-10-27 | 3 | -6/+6 |
|
|
* | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 105 | -2284/+1403 |
|
|
* | Fix minor faults. | dkf | 2007-10-26 | 3 | -10/+10 |
|
|
* | More GOOBE quoting | dkf | 2007-10-25 | 23 | -425/+603 |
|
|
* | Improvements for clarity | dkf | 2007-10-25 | 1 | -12/+20 |
|
|