Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spell-check, fixed typos (Updates from Larry Virden). | jenglish | 2002-07-01 | 38 | -115/+113 |
| | |||||
* | Documented the *real* behaviour of [concat] | dkf | 2002-07-01 | 1 | -7/+14 |
| | |||||
* | * work in progress updating tcltest documentation. | dgp | 2002-07-01 | 1 | -86/+73 |
| | |||||
* | * docs/tcltest.n: Doc revisions in progress. | dgp | 2002-06-28 | 1 | -242/+409 |
| | | | | | | * library/tcltest/tcltest.tcl: Corrected -testdir default value. Was not reliable, and disagreed with docs! Thanks to Hemang Lavana. [Bug 575150] | ||||
* | Minor improvement to documentation for [string last], and reformatting to | dkf | 2002-06-28 | 1 | -151/+117 |
| | | | | remove long-obsolete changebars. | ||||
* | * Work in progress updating the documentation of the packages that | dgp | 2002-06-27 | 5 | -99/+84 |
| | | | | come bundled with the Tcl source distribution, notably tcltest. | ||||
* | clarifications in doc/CrtInterp.3 and doc/StringObj.3 | Miguel Sofer | 2002-06-26 | 2 | -6/+15 |
| | |||||
* | tip99 | vincentdarley | 2002-06-21 | 2 | -19/+56 |
| | |||||
* | doc/file.n: Fixed indentation. No substantive changes. | jenglish | 2002-06-20 | 1 | -6/+8 |
| | |||||
* | * doc/CrtTrace.3: Added TIP#62 implementation of command | hobbs | 2002-06-17 | 2 | -10/+123 |
| | | | | | | | | | | | | | | | * doc/trace.n: execution tracing [FR #462580] (lavana). * generic/tcl.h: This includes enter/leave tracing as well * generic/tclBasic.c: as inter-procedure stepping. * generic/tclCmdMZ.c: * generic/tclCompile.c: * generic/tclExecute.c: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclVar.c: * tests/trace.test: | ||||
* | * Corrected en_UK references to en_GB. UK is not | dgp | 2002-06-17 | 1 | -6/+7 |
| | | | | a country designation recognized in ISO 3166. | ||||
* | * Revised locale initialization to interpret | dgp | 2002-06-17 | 1 | -28/+55 |
| | | | | | | | | | environment variable locale values according to XPG4, and to recognize the LC_ALL and LC_MESSAGES values over that of LANG. Also added many Windows Registry locale values to those recognized by msgcat. Revised tests and docs. Bumped to version 1.3. Thanks to Bruno Haible for the report and assistance crafting the solution. [Bug 525522, 525525] | ||||
* | TIP#102 implementation: 'trace list' becomes 'trace info' | dkf | 2002-06-14 | 1 | -5/+5 |
| | |||||
* | vfs, winfs testsuite | vincentdarley | 2002-06-13 | 1 | -4/+5 |
| | |||||
* | fs clarification and windows fixes | vincentdarley | 2002-06-12 | 1 | -3/+9 |
| | |||||
* | Fix for [info locals] bug #567386; added compile functions for | Miguel Sofer | 2002-06-11 | 2 | -7/+4 |
| | | | | [global], [upvar] and [variable]. | ||||
* | * 4) deprecated [threadReap] and [mainThread] [Bug 534903] | dgp | 2002-06-06 | 1 | -21/+2 |
| | |||||
* | * tests/io.test: Fixed up namespace variable resolution issues | dgp | 2002-06-06 | 1 | -27/+11 |
| | | | | | | | | | | | | revealed by running test suite with "-singleproc 1". * doc/tcltest.n: * library/tcltest/tcltest.tcl: * tests/tcltest.test: Several updates to tcltest. 1) changed to lazy initialization of test constraints 2) deprecated [initConstraintsHook] 3) repaired badly broken [limitConstraints]. [Patch 512214, Bug 558742, Bug 461000] | ||||
* | * Documented $tcl_rcFileName and added more | dgp | 2002-06-05 | 1 | -9/+29 |
| | | | | clarifications about the intended use of Tcl_Main(). [Bug 505651] | ||||
* | * Implementation of TIP 85. Allows tcltest | dgp | 2002-06-03 | 1 | -7/+22 |
| | | | | | | | users to add new legal values of the -match option to [test], associating each with a Tcl command that does the matching of expected results with actual results of tests. Thanks to Arjen Markus. [Patch 521362] | ||||
* | added description of [namepace forget] behaviour for unqualified patterns ↵ | Miguel Sofer | 2002-06-03 | 1 | -6/+11 |
| | | | | [Bug 559268] | ||||
* | clarify the empty variable name issue ([Bug 549285]) | Miguel Sofer | 2002-06-03 | 1 | -4/+5 |
| | |||||
* | TIP#91 implementation; makes old style channels binary compatible with | dkf | 2002-05-24 | 1 | -48/+81 |
| | | | | new TIP#72-enabled Tcl. See http://purl.org/tcl/tip/91 for details. | ||||
* | Added Tcl_GetCommandFromObj, Tcl_GetCommandFullName | jenglish | 2002-05-17 | 1 | -3/+20 |
| | | | | (Tcl Bug #547987, #414921) | ||||
* | Thanks to Peter Spjuth <peter.spjuth@space.se>, again. My prior fix for | davygrvy | 2002-05-08 | 1 | -20/+18 |
| | | | | | | single-quote macro mis-understanding was wrong. Reverted to reimpliment the 'macro2' proc which handles single-quote macros and restored file.n text arrangement to avoid single-quotes on the first line. | ||||
* | Opps. An SH macro had two decimals. yes, I'm reverting my reversion. | davygrvy | 2002-05-08 | 1 | -2/+2 |
| | |||||
* | Prior revisions returned. The single-quote macro misunderstanding was from | davygrvy | 2002-05-08 | 2 | -20/+22 |
| | | | | man2tcl.c instead. | ||||
* | winhelp conversion tools where understand a ' as the first character on a line | davygrvy | 2002-05-08 | 2 | -22/+20 |
| | | | | | as an unknown macro. Not knowing how to repair tools/man2tcl.c, I decided to rearrange the text in the docs instead. | ||||
* | fix to bug 553320 | vincentdarley | 2002-05-07 | 1 | -10/+15 |
| | |||||
* | fix to 551306 | vincentdarley | 2002-05-02 | 2 | -11/+14 |
| | |||||
* | Tcl_GetUnicodeFromObj missing from index line | dkf | 2002-04-24 | 1 | -2/+2 |
| | |||||
* | * doc/exec.n: | hobbs | 2002-04-23 | 2 | -13/+38 |
| | | | | * doc/tclvars.n: doc updates [Patch #509426] (gravereaux) | ||||
* | Added documentation for command tracing API [Bug 414927] | dkf | 2002-04-23 | 1 | -0/+170 |
| | |||||
* | * doc/clock.n: | hobbs | 2002-04-22 | 1 | -6/+13 |
| | | | | | | * compat/strftime.c (_fmt): change strftime to correctly handle localized %c, %x and %X on Windows. Added some notes about how the other values could be further localized. | ||||
* | * Added [mcload] to the export list | dgp | 2002-04-19 | 1 | -0/+4 |
| | | | | of msgcat; bumped to 1.2.3. [Bug 544727] | ||||
* | typo | dgp | 2002-04-18 | 1 | -2/+2 |
| | |||||
* | * Clarified documentation on handling unusual return | dgp | 2002-04-18 | 1 | -9/+51 |
| | | | | | codes during substitution, and on variable substitutions implied by command substitution, and vice versa. [Bug 536838] | ||||
* | * Removed [saveState] and [restoreState] from | dgp | 2002-04-18 | 1 | -17/+1 |
| | | | | tcltest 2 documentation, effectively deprecating them. [Bug 495660] | ||||
* | clarified getting length of ByteArray objects to use string length | hobbs | 2002-04-17 | 1 | -3/+7 |
| | |||||
* | * Revised [tcltest::test] to return errors | dgp | 2002-04-15 | 1 | -11/+11 |
| | | | | | | | when called with invalid syntax and to accept exactly two arguments as documented. Improved error messages. [Bug 497446, Patch 513983] ***POTENTIAL INCOMPATIBILITY***: Incompatible with previous tcltest 2.* releases, found only in alpha releases of Tcl 8.4. | ||||
* | tilde expansion cache-clearing | vincentdarley | 2002-04-03 | 1 | -8/+7 |
| | |||||
* | * Corrected problems with Tcl_AllowExceptions | dgp | 2002-03-29 | 1 | -4/+8 |
| | | | | | having influence over the wrong scope of Tcl_*Eval* calls. Patch from Miguel Sofer. Report from Jean-Claude Wippler. [Bug 219181] | ||||
* | .AP macro syntax | davygrvy | 2002-03-29 | 3 | -6/+6 |
| | |||||
* | * Major code cleanup to deal with whitespace, | dgp | 2002-03-27 | 1 | -1/+3 |
| | | | | | coding conventions, and namespace issues, with several minor bugs fixed in the process. | ||||
* | Allow NULL callback on trace deletions [Bug 534728] | Miguel Sofer | 2002-03-25 | 1 | -2/+2 |
| | |||||
* | 4 fs fixes | vincentdarley | 2002-03-24 | 2 | -40/+138 |
| | |||||
* | * doc/expr.n: Improved documentation for ceil and floor [Bug 350535] | dkf | 2002-03-21 | 1 | -3/+5 |
| | |||||
* | * Updated interfaces of generic/tclVar.c according | dgp | 2002-03-20 | 3 | -6/+6 |
| | | | | to TIP 27. In particular, the "part2" arguments were CONSTified. | ||||
* | Formatting error in .AP macro | dgp | 2002-03-09 | 1 | -2/+2 |
| | |||||
* | * Added the [interp recursionlimit] command to | dgp | 2002-03-07 | 1 | -2/+39 |
| | | | | | set/query the recursion limit of an interpreter. Proposal and implementation from Stephen Trier. [TIP 87, Patch 522849] |