Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Stronger wording & example. [Bug 940843] | dkf | 2004-04-26 | 1 | -9/+54 | |
| | ||||||
* | Reworked to remove references to testing interfaces and instead promote the | dkf | 2004-04-26 | 1 | -41/+25 | |
| | | | | | use of the Thread package. [Patch 932527] Also reworked and reordered the page for better readability. | |||||
* | fix to two filesystem bugs: more consistent file separator proc and correct ↵ | vincentdarley | 2004-04-23 | 1 | -5/+8 | |
| | | | | Tcl_FSJoinPath return values | |||||
* | Improvements to examples by DKF | dkf | 2004-04-22 | 1 | -26/+49 | |
| | ||||||
* | Documentation clarification from David Welton. | dkf | 2004-04-22 | 1 | -1/+4 | |
| | ||||||
* | Spelling... :^/ | dkf | 2004-04-22 | 1 | -3/+3 | |
| | ||||||
* | More examples, this time from Arjen Markus and Donal Fellows. | dkf | 2004-04-22 | 1 | -2/+82 | |
| | ||||||
* | Added note about a safe and useful mode of update to a hash being iterated over. | dkf | 2004-04-21 | 1 | -3/+4 | |
| | ||||||
* | Added example from David Welton. [Patch 939473] | dkf | 2004-04-21 | 1 | -1/+19 | |
| | ||||||
* | Added examples from David Welton. [Patch 938820] | dkf | 2004-04-21 | 1 | -1/+38 | |
| | ||||||
* | Added example from David Welton. [Patch 938056] | dkf | 2004-04-19 | 1 | -1/+11 | |
| | ||||||
* | Add more examples to documentation along the lines of David Welton's project. | dkf | 2004-04-16 | 5 | -5/+105 | |
| | ||||||
* | Corrected type error in synopsis. | dgp | 2004-04-16 | 1 | -2/+2 | |
| | ||||||
* | fix to utime documentation | vincentdarley | 2004-04-16 | 1 | -4/+5 | |
| | ||||||
* | Added example from [Patch 936245] from David Welton. | dkf | 2004-04-16 | 1 | -3/+29 | |
| | | | | Also some other minor bits of doc cleanup. | |||||
* | Added example based on [Patch 935911] from David Welton. | dkf | 2004-04-16 | 1 | -1/+14 | |
| | ||||||
* | * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] | dgp | 2004-03-31 | 1 | -3/+3 | |
| | ||||||
* | * doc/array.n: added documentation for trace-realted behaviour of | Miguel Sofer | 2004-03-28 | 1 | -1/+4 | |
| | | | | 'array get' [Bug 449893] | |||||
* | Docfix. [Bug 921464] | dkf | 2004-03-23 | 1 | -3/+3 | |
| | ||||||
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -5/+1 | |
| | ||||||
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 21 | -491/+58 | |
| | ||||||
* | Slightly better docs for [lsearch]'s advanced capabilities | dkf | 2004-03-17 | 1 | -1/+10 | |
| | ||||||
* | * doc/catch.n: Compiled [catch] no longer fails to catch syntax | dgp | 2004-03-16 | 2 | -22/+4 | |
| | | | | | errors. Removed the claims in the documentation that it does. * doc/return.n: Updated example to use [dict merge]. | |||||
* | Formatting fix. [Bug 917171] | dkf | 2004-03-16 | 1 | -2/+2 | |
| | ||||||
* | Implementation of [dict merge] subcommand, based on [FRQ 745851] | dkf | 2004-03-12 | 1 | -1/+8 | |
| | ||||||
* | fixed typos in documentation and comments | vincentdarley | 2004-03-09 | 9 | -18/+18 | |
| | ||||||
* | minor doc fixes for html conversioncore_8_5_a1 | hobbs | 2004-03-03 | 3 | -7/+7 | |
| | ||||||
* | removed 'the the' typos | vincentdarley | 2004-02-28 | 3 | -7/+7 | |
| | ||||||
* | TIP#100 implementation largely based on work by Georgios Petasis. | dkf | 2004-02-24 | 2 | -2/+158 | |
| | ||||||
* | * doc/tcltest.n: | dgp | 2004-02-18 | 1 | -3/+4 | |
| | | | | | | * library/tcltest/tcltest.tcl: Changed -verbose default value to {body error} so that detailed information on unexpected errors in tests is provided by default, even after the fix for [Bug 725253] | |||||
* | 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 | |
| | | | | | var that it only refers to the flavor of the C run-time, and not whether the core contains symbols. | |||||
* | 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 ↵ | vincentdarley | 2004-01-21 | 1 | -9/+21 | |
| | | | | variable names in | |||||
* | Basic implementation of TIP#57 - TclX's [lassign] command into Tcl core | dkf | 2004-01-17 | 1 | -0/+55 | |
| | | | | | | | Not a direct copy * Better use of Tcl object API * More extensive test suite * More extensive documentation | |||||
* | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Tcl.n: of the new leading {expand} syntax on words. * generic/tcl.h: Parses such words as the new Tcl_Token type * generic/tclBasic.c: TCL_TOKEN_EXPAND_WORD. Updated Tcl_EvalEx * generic/tclCompile.c: and the bytecode compiler/execution engine * generic/tclCompile.h: to recognize the new token type. New opcodes * generic/tclExecute.c: INST_LIST_VERIFY and INST_INVOKE_EXP and a new * generic/tclParse.c: operand type OPERAND_ULIST1 are defined. Docs * generic/tclTest.c: and tests are included. * tests/basic.test: * tests/compile.test: * tests/parse.test: * library/auto.tcl: Replaced several [eval]s used to perform * library/package.tcl: argument expansion with the new syntax. * library/safe.tcl: In the test files lindex.test and lset.test, * tests/cmdInfo.test: replaced use of [eval] to force direct * tests/encoding.test: string evaluation with use of [testevalex] * tests/execute.test: which more directly and robustly serves the * tests/fCmd.test: same purpose. * tests/http.test: * tests/init.test: * tests/interp.test: * tests/io.test: * tests/ioUtil.test: * tests/iogt.test: * tests/lindex.test: * tests/lset.test: * tests/namespace-old.test: * tests/namespace.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: | |||||
* | 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 | |
| |