summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* minor doc fixcore_8_4_b1hobbs2002-07-052-7/+7
|
* just a few more corrections...dgp2002-07-031-7/+6
|
* incorrect section name reference.dgp2002-07-031-2/+2
|
* * doc/tcltest.n: more refinements of the documentation.dgp2002-07-031-209/+241
| | | | | * library/tcltest/tcltest.tcl: Added trace to be sure the stdio constraint is updated whenever the [interpreter] changes.
* Markup fixes, spellcheck.jenglish2002-07-021-28/+26
|
* * doc/tcltest.n: Reverted [makeFile] and [viewFile] todgp2002-07-021-7/+11
| | | | | | | | * library/tcltest/tcltest.tcl: their former behavior, and documented * tests/cmdAH.test: it. Corrected misspelling of hook * tests/event.test: procedure. Restored tests. * tests/http.test: * tests/io.test:
* * library/tcltest/tcltest.tcl: Simplified logic of [GetMatchingFiles]dgp2002-07-021-408/+190
| | | | | | | and [GetMatchingDirectories], removing special case processing. * doc/tcltest.n: More documentation updates. Reference sections are complete. Only examples need adding.
* * doc/tcltest.n: more work in progress updating tcltest docs.dgp2002-07-011-139/+156
| | | | | | | * library/tcltest/tcltest.tcl: Change [configure -match] to stop treating an empty list as a list of the single pattern "*". Changed the default value to [list *] so default operation remains the same.
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-0138-115/+113
|
* Documented the *real* behaviour of [concat]dkf2002-07-011-7/+14
|
* * work in progress updating tcltest documentation.dgp2002-07-011-86/+73
|
* * docs/tcltest.n: Doc revisions in progress.dgp2002-06-281-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 todkf2002-06-281-151/+117
| | | | remove long-obsolete changebars.
* * Work in progress updating the documentation of the packages thatdgp2002-06-275-99/+84
| | | | come bundled with the Tcl source distribution, notably tcltest.
* clarifications in doc/CrtInterp.3 and doc/StringObj.3Miguel Sofer2002-06-262-6/+15
|
* tip99vincentdarley2002-06-212-19/+56
|
* doc/file.n: Fixed indentation. No substantive changes.jenglish2002-06-201-6/+8
|
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-172-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 notdgp2002-06-171-6/+7
| | | | a country designation recognized in ISO 3166.
* * Revised locale initialization to interpretdgp2002-06-171-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'dkf2002-06-141-5/+5
|
* vfs, winfs testsuitevincentdarley2002-06-131-4/+5
|
* fs clarification and windows fixesvincentdarley2002-06-121-3/+9
|
* Fix for [info locals] bug #567386; added compile functions forMiguel Sofer2002-06-112-7/+4
| | | | [global], [upvar] and [variable].
* * 4) deprecated [threadReap] and [mainThread] [Bug 534903]dgp2002-06-061-21/+2
|
* * tests/io.test: Fixed up namespace variable resolution issuesdgp2002-06-061-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 moredgp2002-06-051-9/+29
| | | | clarifications about the intended use of Tcl_Main(). [Bug 505651]
* * Implementation of TIP 85. Allows tcltestdgp2002-06-031-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 Sofer2002-06-031-6/+11
| | | | [Bug 559268]
* clarify the empty variable name issue ([Bug 549285])Miguel Sofer2002-06-031-4/+5
|
* TIP#91 implementation; makes old style channels binary compatible withdkf2002-05-241-48/+81
| | | | new TIP#72-enabled Tcl. See http://purl.org/tcl/tip/91 for details.
* Added Tcl_GetCommandFromObj, Tcl_GetCommandFullNamejenglish2002-05-171-3/+20
| | | | (Tcl Bug #547987, #414921)
* Thanks to Peter Spjuth <peter.spjuth@space.se>, again. My prior fix fordavygrvy2002-05-081-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.davygrvy2002-05-081-2/+2
|
* Prior revisions returned. The single-quote macro misunderstanding was fromdavygrvy2002-05-082-20/+22
| | | | man2tcl.c instead.
* winhelp conversion tools where understand a ' as the first character on a linedavygrvy2002-05-082-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 553320vincentdarley2002-05-071-10/+15
|
* fix to 551306vincentdarley2002-05-022-11/+14
|
* Tcl_GetUnicodeFromObj missing from index linedkf2002-04-241-2/+2
|
* * doc/exec.n:hobbs2002-04-232-13/+38
| | | | * doc/tclvars.n: doc updates [Patch #509426] (gravereaux)
* Added documentation for command tracing API [Bug 414927]dkf2002-04-231-0/+170
|
* * doc/clock.n:hobbs2002-04-221-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 listdgp2002-04-191-0/+4
| | | | of msgcat; bumped to 1.2.3. [Bug 544727]
* typodgp2002-04-181-2/+2
|
* * Clarified documentation on handling unusual returndgp2002-04-181-9/+51
| | | | | codes during substitution, and on variable substitutions implied by command substitution, and vice versa. [Bug 536838]
* * Removed [saveState] and [restoreState] fromdgp2002-04-181-17/+1
| | | | tcltest 2 documentation, effectively deprecating them. [Bug 495660]
* clarified getting length of ByteArray objects to use string lengthhobbs2002-04-171-3/+7
|
* * Revised [tcltest::test] to return errorsdgp2002-04-151-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-clearingvincentdarley2002-04-031-8/+7
|
* * Corrected problems with Tcl_AllowExceptionsdgp2002-03-291-4/+8
| | | | | having influence over the wrong scope of Tcl_*Eval* calls. Patch from Miguel Sofer. Report from Jean-Claude Wippler. [Bug 219181]