summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* update docs for latest changedgp2003-03-261-6/+3
|
* typo corrections in ARGUMENTSdgp2003-03-261-3/+3
|
* * doc/Eval.3 (Tcl_EvalObjEx): Corrected CONST anddgp2003-03-192-8/+10
| | | | | * doc/ParseCmd.3 (Tcl_EvalTokensStandard): return type errors in documentation. [Bug 683994]
* Fixed docbug in lsearch and lsort for -ascii opt, which operates on Unicodedkf2003-03-172-5/+7
| | | | not ASCII these days. [Bug #703807]
* * doc/tcltest.n: Added missing "-body" to example. Thanks todgp2003-03-081-3/+3
| | | | Helmut Giese. [Bug 700011]
* file documentation fixvincentdarley2003-02-281-2/+2
|
* * doc/pkgMkIndex.n: Modified [pkg_mkIndex] to use -nocase matchingdgp2003-02-251-2/+3
| | | | | | * library/package.tcl: of -load patterns, to better accomodate common user errors due to confusion between [package names] names and [info loaded] names.
* Typo fix [Bug #688943]dkf2003-02-201-2/+2
|
* Added language to describe the handling of the end-of-file character Kevin B Kenny2003-02-131-3/+13
| | | | \u001a embedded in a script file. [Bug 685485]
* * doc/append.n: Return value was not documented. [Bug 683188]dkf2003-02-101-1/+3
|
* further fs cleanupvincentdarley2003-02-101-1/+7
|
* filesystem speed up round 2vincentdarley2003-02-101-10/+12
|
* doc formatting fixhobbs2003-02-041-3/+3
|
* * generic/tclBasic.c: Changed [trace add command] so that 'rename' Kevin B Kenny2003-02-031-1/+3
| | | | | | | | | | callbacks get fully qualified names of the command. [Bug 651271]. ***POTENTIAL INCOMPATIBILITY*** * tests/trace.test: Modified the test cases for [trace add command] to expect fully qualified names on the 'rename' callbacks. Added a case for renaming a proc within a namespace. * doc/trace.n: Added language about use of fully qualified names in trace callbacks.
* 2003-02-01 Kevin Kenny <kennykb@users.sourceforge.net> Kevin B Kenny2003-02-011-14/+15
| | | | | | | | | * doc/Tcl.n: Added headings to the eleven paragraphs, to improve formatting in the tools that attempt to extract tables of contents from the manual pages. [Bug 627455] * generic/tclClock.c: Expanded mutex protection around the setting of env(TZ) and the thread-unsafe call to tzset(). [Bug 656660]
* Use [file dirname], not the abbreviation [file dir]dgp2003-01-241-2/+2
|
* corrected overlooked bump to version 2.2dgp2003-01-241-3/+3
|
* * doc/lset.n: Fixed fault in return values from lset indkf2003-01-231-15/+17
| | | | | documentation examples [SF Bug #658463] and tidied up a bit at the same time.
* Clarified documentation of [namespace inscope] [SF Patch #670110]jenglish2003-01-211-13/+12
|
* Corrected and expanded documentation for rand() and srand() functions.dgp2003-01-031-7/+10
|
* Added missing .BE [Bug 629330]dkf2002-11-154-4/+8
|
* 3 small fixesvincentdarley2002-11-131-2/+4
|
* Corrected indentation of the new language. Oops.Kevin B Kenny2002-11-111-1/+2
|
* Corrected indentation of the new language. Oops.Kevin B Kenny2002-11-111-2/+3
|
* Added language to the Endekalogue to make it clearKevin B Kenny2002-11-101-1/+9
| | | | | that substitutions always take place from left to right. [Bug #635644]
* Documentation didn't say that the UTF-8-rep of a Tcl_Obj was UTF-8 (sans NUL)!dkf2002-10-222-12/+19
| | | | [Bug 624919]
* note 1.1 version updatehobbs2002-10-191-3/+4
|
* * doc/registry.n: Added support for broadcasting changes tohobbs2002-10-181-1/+19
| | | | | * tests/registry.test: the registry Environment. Noted proper code * win/tclWinReg.c: in the docs. [Patch #625453]
* * 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
|