summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * doc/Tcl.n: Clarified that namespace separators are legal indgp2002-10-101-4/+5
| | | | the variable names during $-subtitution. [Bug 615139]
* * doc/regexp.n: Typo correction. Thanks Ronnie Brunner. [Bug 606826]dgp2002-10-101-2/+2
|
* More clarification of [binary scan]'s behaviour.dkf2002-10-091-5/+16
|
* * doc/Alloc.3: Added a note to mention that attempting to allocatedkf2002-10-091-2/+4
| | | | a zero-length block can return NULL. [Tk bug 619544]
* * doc/binary.n: Doc improvements [Patch 616480]dkf2002-10-041-1/+28
|
* * doc/tcltest.n: fixed typo [Bug 618018]. Thanks to "JJM".dgp2002-10-031-5/+5
|
* Improved [lsearch] docs; -sorted interaction with other options. [Bug 617816]dkf2002-10-031-3/+4
|
* Mentioned that [socket] takes service names as well as port numbers.dkf2002-10-011-4/+10
| | | | It always did, but some people didn't know.
* * doc/lset.n: Changed 'list' to 'varName' for consistency withdkf2002-09-241-10/+11
| | | | lappend documentation. Thanks to Glenn Jackman [Bug 611719]
* formatting fixes (Thanks jenglish!)dgp2002-09-061-11/+15
|
* * doc/file.n: Format correction, and clarified [file normalize]dgp2002-09-062-110/+144
| | | | | | returns an absolute path. * doc/tcltest.n: Added examples section, as long promised.
* * doc/tcltest.n: Clarified phrasing.dgp2002-09-061-2/+2
|
* More people should automatically reach for the list command in conjunction withdkf2002-08-281-2/+4
| | | | | the eval command following this doc change. Also added missing character in SEE ALSO reference.
* Added documentation note to remind authors of object type implementations todkf2002-08-161-1/+3
| | | | keep their objects with valid interpretations...
* corrected lsearch docs to use -inline in exampleshobbs2002-08-081-4/+4
|
* * docs/BoolObj.3: added description of valid string reps for aMiguel Sofer2002-08-071-1/+7
| | | | | | | boolean object [Bug 584794] * generic/tclObj.c: optimised Tcl_GetBooleanFromObj and SetBooleanFromAny to avoid parsing the string rep when it can be avoided [Bugs 584650, 472576]
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-0512-42/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Concat.3: all remaining public interfaces of Tcl. * doc/CrtCommand.3: Notably, the parser no longer writes on * doc/CrtSlave.3: the string it is parsing, so it is no * doc/CrtTrace.3: longer necessary for Tcl_Eval() to be * doc/Eval.3: given a writable string. Also, the * doc/ExprLong.3: refactoring of the Tcl_*Var* routines * doc/LinkVar.3: by Miguel Sofer is included, so that the * doc/ParseCmd.3: "part1" argument for them no longer needs * doc/SetVar.3: to be writable either. * doc/TraceVar.3: * doc/UpVar.3: Compatibility support has been enhanced so * generic/tcl.decls that a #define of USE_NON_CONST will remove * generic/tcl.h all possible source incompatibilities with * generic/tclBasic.c the 8.3 version of the header file(s). * generic/tclCmdMZ.c The new #define of USE_COMPAT_CONST now does * generic/tclCompCmds.c what USE_NON_CONST used to do -- disable * generic/tclCompExpr.c only those new CONST's that introduce * generic/tclCompile.c irreconcilable incompatibilities. * generic/tclCompile.h * generic/tclDecls.h Several bugs are also fixed by this patch. * generic/tclEnv.c [Bugs 584051,580433] [Patches 585105,582429] * generic/tclEvent.c * generic/tclInt.decls * generic/tclInt.h * generic/tclIntDecls.h * generic/tclInterp.c * generic/tclLink.c * generic/tclObj.c * generic/tclParse.c * generic/tclParseExpr.c * generic/tclProc.c * generic/tclTest.c * generic/tclUtf.c * generic/tclUtil.c * generic/tclVar.c * mac/tclMacTest.c * tests/expr-old.test * tests/parseExpr.test * unix/tclUnixTest.c * unix/tclXtTest.c * win/tclWinTest.c
* Man page updates from Larry Virden.jenglish2002-07-235-12/+14
|
* removed load-related clientData, made filesystem staticvincentdarley2002-07-221-12/+7
|
* typodgp2002-07-161-2/+2
|
* file normalization on win 95/98vincentdarley2002-07-111-20/+14
|
* * Overlooked CONST documentation update.dgp2002-07-111-2/+2
|
* * doc/tcltest.n: Fixed incompatibility in [viewFile].dgp2002-07-081-3/+3
| | | | | * library/tcltest/tcltest.tcl: Corrected docs. Bumped to 2.2.1. * library/tcltest/pkgIndex.tcl: [Bug 578163]
* no zero refcount in Tcl_FSvincentdarley2002-07-081-12/+18
|
* fs cleanupvincentdarley2002-07-081-13/+14
|
* 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
|