summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * doc/http.n: Updated SYNOPSIS to match actual syntax ofdgp2003-07-161-3/+3
| | | | commands. [Bug 756112]
* Missed a bit off the last checkin! <:^)dkf2003-07-151-2/+2
|
* Added examples from David Welton [Patch 763312]dkf2003-07-151-1/+54
|
* missing .hobbs2003-07-141-2/+2
|
* typo fixes from trunkdas2003-07-141-5/+5
|
* Documented and tested for the current behaviour of [binary format a] anddkf2003-07-111-2/+12
| | | | [binary scan ? a]. This is what they've been doing all along. [Bug 735364]
* Tighened up wording of several expr operations to make them less inclined todkf2003-07-041-12/+14
| | | | misinterpretation. [Bug 758488]
* Documented that [source] always uses the system encoding.dkf2003-06-241-8/+12
|
* fs doc fixvincentdarley2003-06-231-13/+13
|
* * doc/socket.n: nroff font handling correction.hobbs2003-05-151-2/+2
|
* * doc/Eval.3: Corrected prototype for Tcl_GlobalEvalObj [Bug 727622].dgp2003-05-121-2/+2
|
* Moved serial line options to their creator, open.n, from the generic pagedkf2003-04-182-203/+178
| | | | fconfigure.n which was never an obvious spot for them. [Bug 679010]
* If you deal with network sockets, you should care about encodings. Tcl cannotdkf2003-04-161-2/+9
| | | | guess it for you. Updated socket docs to remind people about this. [Bug 630621]
* Math funcs might have to deal with wide ints; document this. [Bug 709720]dkf2003-04-161-7/+20
|
* * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Correcteddgp2003-04-111-2/+2
| | | | | | | | inconsistent results of [string is integer] observed on systems where sizeof(long) != sizeof(int). [Bug 718878] * tests/string.test: Added tests for Bug 718878. * doc/string.n: Clarified that [string is integer] accepts 32-bit integers.
* Another minor typo.dkf2003-04-101-2/+2
|
* Fixed silly typo. [Bug 718543]dkf2003-04-101-2/+2
|
* 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
|