| Commit message (Expand) | Author | Age | Files | Lines |
* | clarify info exists vs. variables return result | hobbs | 2004-02-17 | 1 | -1/+3 |
|
|
* | * doc/clock.n: Removed reference to non-existent [file ctime]. | dgp | 2004-02-06 | 1 | -3/+3 |
|
|
* | * docs/tclvars.n: Added clarification of the ::tcl_platform(debug) | davygrvy | 2004-02-06 | 1 | -5/+6 |
|
|
* | filesystem fixes for '-force' consistency and picky compilers | vincentdarley | 2004-01-29 | 1 | -3/+5 |
|
|
* | filesystem documentation and tests | vincentdarley | 2004-01-26 | 1 | -11/+10 |
|
|
* | file normalize bug fixes for .. and . | vincentdarley | 2004-01-23 | 1 | -2/+5 |
|
|
* | mentions of 'panic' and 'panicVA' removed from the documentation. | davygrvy | 2004-01-22 | 1 | -13/+3 |
|
|
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var... | vincentdarley | 2004-01-21 | 1 | -9/+21 |
|
|
* | Basic implementation of TIP#57 - TclX's [lassign] command into Tcl core | dkf | 2004-01-17 | 1 | -0/+55 |
|
|
* | fix to file normalization with relative links | vincentdarley | 2003-12-17 | 1 | -18/+22 |
|
|
* | improved documentation on memory management | vincentdarley | 2003-12-16 | 1 | -16/+24 |
|
|
* | TIP#75 Implementation | dkf | 2003-12-14 | 1 | -1/+32 |
|
|
* | improved filesystem documentation | vincentdarley | 2003-12-12 | 3 | -44/+55 |
|
|
* | * doc/lset.n: fix typo [Bug 852224] | Miguel Sofer | 2003-12-01 | 1 | -2/+2 |
|
|
* | TIP#138 implementation plus extra test stuff [Patch 731356] | dkf | 2003-11-14 | 1 | -1/+12 |
|
|
* | Version number/changebar fix | dkf | 2003-11-14 | 1 | -4/+4 |
|
|
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 2 | -13/+37 |
|
|
* | filesystem documentation | vincentdarley | 2003-10-23 | 1 | -22/+41 |
|
|
* | TIP #156: Language-Neutral Root Locale for Msgcat | Kevin B Kenny | 2003-10-21 | 1 | -7/+18 |
|
|
* | TIP#127 Implementation. Thanks to Michael Schlenker for his implementation work | dkf | 2003-10-14 | 2 | -32/+41 |
|
|
* | Format correction | dgp | 2003-10-08 | 1 | -2/+2 |
|
|
* | * doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentation | dgp | 2003-10-07 | 1 | -3/+3 |
|
|
* | Oops. Missed out on an index line update | dkf | 2003-09-29 | 1 | -2/+2 |
|
|
* | TIP#121 (app exit proc API) implementation from Joe Mistachkin | dkf | 2003-09-29 | 1 | -9/+27 |
|
|
* | TIP#112 ([namespace ensemble] command) implementation. | dkf | 2003-09-29 | 1 | -5/+171 |
|
|
* | minor filesystem bug fixes | vincentdarley | 2003-09-16 | 1 | -4/+11 |
|
|
* | TIP#123 Implementation based on work by Arjen Markus. [Patch 655176] | dkf | 2003-09-12 | 1 | -16/+14 |
|
|
* | one more bit of TIP 137 documentation... | dgp | 2003-09-05 | 1 | -6/+7 |
|
|
* | * doc/FileSystem.3: Implementation of | dgp | 2003-09-05 | 3 | -19/+43 |
|
|
* | * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537]. | dgp | 2003-09-04 | 1 | -1/+13 |
|
|
* | Added change bars marking portions only valid for Tcl 8.5 or later. | dgp | 2003-09-03 | 1 | -1/+11 |
|
|
* | Corrected typo and broken example. | dgp | 2003-09-02 | 2 | -5/+5 |
|
|
* | Added EXAMPLES to return.n | dgp | 2003-09-02 | 2 | -2/+100 |
|
|
* | Added another note about [return] during a [source]. | dgp | 2003-09-02 | 1 | -2/+5 |
|
|
* | * doc/return.n: Updated [return] docs to cover new TIP 90 features. | dgp | 2003-09-02 | 3 | -63/+176 |
|
|
* | Documentation of TIP#139 API functions. | dkf | 2003-08-31 | 1 | -0/+164 |
|
|
* | Updated [catch] docs to cover new TIP 90 features. | dgp | 2003-08-31 | 1 | -11/+57 |
|
|
* | TIP#136 IMPLEMENTATION. We now have an [lrepeat] command! | dkf | 2003-08-11 | 2 | -6/+42 |
|
|
* | documentation fix, bug 775220 | vincentdarley | 2003-07-28 | 2 | -6/+20 |
|
|
* | Tightened up Tcl_Utf{Next,Prev} docs. [Bug 769895] | dkf | 2003-07-18 | 1 | -5/+8 |
|
|
* | * doc/tcltest.n: Restored the [Eval] proc to replace | dgp | 2003-07-18 | 1 | -7/+7 |
|
|
* | * doc/AddErrInfo.3: Improved consistency of documentation | dgp | 2003-07-18 | 12 | -39/+39 |
|
|
* | * doc/CrtSlave.3 (Tcl_MakeSafe): Removed warning about possible | dgp | 2003-07-18 | 1 | -5/+4 |
|
|
* | Tcl_MakeSafe is a nasty function; document it as such. [Bug 655300] | dkf | 2003-07-16 | 1 | -5/+11 |
|
|
* | * doc/http.n: Updated SYNOPSIS to match actual syntax of | dgp | 2003-07-16 | 1 | -3/+3 |
|
|
* | D'oh! Forgot one of the examples... | dkf | 2003-07-15 | 1 | -1/+9 |
|
|
* | Doc fixes related to Patch 763312 | dkf | 2003-07-15 | 1 | -5/+27 |
|
|
* | missing . | hobbs | 2003-07-14 | 1 | -2/+2 |
|
|
* | typo fixes | dgp | 2003-07-11 | 1 | -5/+5 |
|
|
* | Documented and tested for the current behaviour of [binary format a] and | dkf | 2003-07-11 | 1 | -2/+12 |
|
|