summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457]dgp2004-03-311-3/+3
|
* * doc/array.n: added documentation for trace-realted behaviour ofMiguel Sofer2004-03-281-1/+4
| | | | 'array get' [Bug 449893]
* Docfix. [Bug 921464]dkf2004-03-231-3/+3
|
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-5/+1
|
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-1721-491/+58
|
* Slightly better docs for [lsearch]'s advanced capabilitiesdkf2004-03-171-1/+10
|
* * doc/catch.n: Compiled [catch] no longer fails to catch syntaxdgp2004-03-162-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]dkf2004-03-161-2/+2
|
* Implementation of [dict merge] subcommand, based on [FRQ 745851]dkf2004-03-121-1/+8
|
* fixed typos in documentation and commentsvincentdarley2004-03-099-18/+18
|
* minor doc fixes for html conversioncore_8_5_a1hobbs2004-03-033-7/+7
|
* removed 'the the' typosvincentdarley2004-02-283-7/+7
|
* TIP#100 implementation largely based on work by Georgios Petasis.dkf2004-02-242-2/+158
|
* * doc/tcltest.n:dgp2004-02-181-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 resulthobbs2004-02-171-1/+3
|
* * doc/clock.n: Removed reference to non-existent [file ctime].dgp2004-02-061-3/+3
|
* * docs/tclvars.n: Added clarification of the ::tcl_platform(debug)davygrvy2004-02-061-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 compilersvincentdarley2004-01-291-3/+5
|
* filesystem documentation and testsvincentdarley2004-01-261-11/+10
|
* file normalize bug fixes for .. and .vincentdarley2004-01-231-2/+5
|
* mentions of 'panic' and 'panicVA' removed from the documentation.davygrvy2004-01-221-13/+3
|
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up ↵vincentdarley2004-01-211-9/+21
| | | | variable names in
* Basic implementation of TIP#57 - TclX's [lassign] command into Tcl coredkf2004-01-171-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 linksvincentdarley2003-12-171-18/+22
|
* improved documentation on memory managementvincentdarley2003-12-161-16/+24
|
* TIP#75 Implementationdkf2003-12-141-1/+32
|
* improved filesystem documentationvincentdarley2003-12-123-44/+55
|
* * doc/lset.n: fix typo [Bug 852224]Miguel Sofer2003-12-011-2/+2
|
* TIP#138 implementation plus extra test stuff [Patch 731356]dkf2003-11-141-1/+12
|
* Version number/changebar fixdkf2003-11-141-4/+4
|
* * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-142-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 documentationvincentdarley2003-10-231-22/+41
|
* TIP #156: Language-Neutral Root Locale for MsgcatKevin B Kenny2003-10-211-7/+18
|
* TIP#127 Implementation. Thanks to Michael Schlenker for his implementation workdkf2003-10-142-32/+41
|
* Format correctiondgp2003-10-081-2/+2
|
* * doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentationdgp2003-10-071-3/+3
| | | | to reflect that they now return Tcl_WideInt (TIP 72) [Bug 787537]
* Oops. Missed out on an index line updatedkf2003-09-291-2/+2
|
* TIP#121 (app exit proc API) implementation from Joe Mistachkindkf2003-09-291-9/+27
|
* TIP#112 ([namespace ensemble] command) implementation.dkf2003-09-291-5/+171
|
* minor filesystem bug fixesvincentdarley2003-09-161-4/+11
|
* TIP#123 Implementation based on work by Arjen Markus. [Patch 655176]dkf2003-09-121-16/+14
|
* one more bit of TIP 137 documentation...dgp2003-09-051-6/+7
|
* * doc/FileSystem.3: Implementation ofdgp2003-09-053-19/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/source.n: TIPs 137/151. Adds * doc/tclsh.1: a -encoding option to * generic/tcl.decls: the [source] command * generic/tclCmdMZ.c (Tcl_SourceObjCmd): and a new C routine, * generic/tclIOUtil.c (Tcl_FSEvalFileEx): Tcl_FSEvalFileEx(), * generic/tclMain.c (Tcl_Main): that provides C access * mac/tclMacResource.c (Tcl_MacSourceObjCmd): to the same function. * tests/cmdMZ.test: Also adds command line * tests/main.test: option handling in Tcl_Main() so that tclsh * tests/source.test: and other apps built on Tcl_Main() respect a -encoding command line option before a script filename. Docs and tests updated as well. [Patch 742683] This is a ***POTENTIAL INCOMPATIBILITY*** only for those C programs that embed Tcl, build on Tcl_Main(), and make use of Tcl_Main's former ability to pass a leading "-encoding" option to interactive shell operations. * generic/tclInt.decls: Added internal stub * generic/tclMain.c (Tcl*StartupScript*): table entries for two new functions Tcl_SetStartupScript() and Tcl_GetStartupScript() that set/get the path and encoding for the startup script to be evaluated by either Tcl_Main() or Tk_Main(). Given public names in anticipation of their exposure by a followup TIP. * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c:
* * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537].dgp2003-09-041-1/+13
| | | | | | | | | | * generic/tcl.h: Updated Tcl_ConvertCountedElement() to quote * generic/tclUtil.c: the leading "#" character of all list elements unless the TCL_DONT_QUOTE_HASH flag is passed in. * generic/tclDictObj.c: Updated Tcl_ConvertCountedElement() callers * generic/tclListObj.c: to pass in the TCL_DONT_QUOTE_HASH flags * generic/tclResult.c: when appropriate.
* Added change bars marking portions only valid for Tcl 8.5 or later.dgp2003-09-031-1/+11
|
* Corrected typo and broken example.dgp2003-09-022-5/+5
|
* Added EXAMPLES to return.ndgp2003-09-022-2/+100
|
* Added another note about [return] during a [source].dgp2003-09-021-2/+5
|
* * doc/return.n: Updated [return] docs to cover new TIP 90 features.dgp2003-09-023-63/+176
| | | | | * doc/break.n: Added SEE ALSO references to return.n * doc/continue.n:
* Documentation of TIP#139 API functions.dkf2003-08-311-0/+164
|