Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | format correction and clarification backport | dgp | 2003-10-08 | 1 | -3/+4 | |
| | | | ||||||
| | * | * doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentation | dgp | 2003-10-07 | 1 | -3/+5 | |
| | | | | | | | | | | | | to reflect that they now return Tcl_WideInt (TIP 72) [Bug 787537] | |||||
| | * | FileSystem.3 | vincentdarley | 2003-10-03 | 1 | -8/+16 | |
| | | | ||||||
| | * | Tightened up Tcl_Utf{Next,Prev} docs. [Bug 769895] | dkf | 2003-07-18 | 1 | -5/+8 | |
| | | | ||||||
| | * | * doc/tcltest.n: Restored the [Eval] proc to replace | dgp | 2003-07-18 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tcltest/tcltest.tcl: the [::puts] command when either the -output or -error option for [test] is in use, in order to capture data written to the output or error channels for comparison against what is expected. This is easier to document and agrees better with most user expectations than the previous attempt to replace [puts] only in the caller's namespace. Documentation made more precise on the subject. [Bug 706359] | |||||
| | * | * doc/AddErrInfo.3: Improved consistency of documentation | dgp | 2003-07-18 | 10 | -34/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/CrtTrace.3: by using "null" everywhere to refer to * doc/Encoding.3: the character '\0', and using "NULL" * doc/Eval.3: everywhere to refer to the value of a * doc/GetIndex.3: pointer that points to nowhere. * doc/Hash.3: Also dropped references to ASCII that * doc/LinkVar.3: are no longer true, and standardized on * doc/Macintosh.3: the hyphenated spelling of "null-terminated". * doc/OpenFileChnl.3: * doc/SetVar.3: * doc/StringObj.3: * doc/Utf.3: | |||||
| | * | * doc/CrtSlave.3 (Tcl_MakeSafe): Removed warning about possible | dgp | 2003-07-18 | 3 | -10/+9 | |
| | | | | | | | | | | | | deprecation (no TIP on that). | |||||
| | * | Tcl_MakeSafe is a nasty function; document it as such. [Bug 655300] | dkf | 2003-07-16 | 1 | -5/+11 | |
| | | | ||||||
| | * | * doc/http.n: Updated SYNOPSIS to match actual syntax of | dgp | 2003-07-16 | 1 | -3/+3 | |
| | | | | | | | | | | | | commands. [Bug 756112] | |||||
| | * | Missed a bit off the last checkin! <:^) | dkf | 2003-07-15 | 1 | -2/+2 | |
| | | | ||||||
| | * | Added examples from David Welton [Patch 763312] | dkf | 2003-07-15 | 1 | -1/+54 | |
| | | | ||||||
| | * | missing . | hobbs | 2003-07-14 | 1 | -2/+2 | |
| | | | ||||||
| | * | typo fixes from trunk | das | 2003-07-14 | 1 | -5/+5 | |
| | | | ||||||
| | * | Documented and tested for the current behaviour of [binary format a] and | dkf | 2003-07-11 | 1 | -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 to | dkf | 2003-07-04 | 1 | -12/+14 | |
| | | | | | | | | | | | | misinterpretation. [Bug 758488] | |||||
| | * | Documented that [source] always uses the system encoding. | dkf | 2003-06-24 | 1 | -8/+12 | |
| | | | ||||||
| | * | fs doc fix | vincentdarley | 2003-06-23 | 1 | -13/+13 | |
| | | | ||||||
| | * | * doc/socket.n: nroff font handling correction. | hobbs | 2003-05-15 | 1 | -2/+2 | |
| | | | ||||||
| | * | * doc/Eval.3: Corrected prototype for Tcl_GlobalEvalObj [Bug 727622]. | dgp | 2003-05-12 | 1 | -2/+2 | |
| | | | ||||||
| | * | Moved serial line options to their creator, open.n, from the generic page | dkf | 2003-04-18 | 2 | -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 cannot | dkf | 2003-04-16 | 1 | -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] | dkf | 2003-04-16 | 1 | -7/+20 | |
| | | | ||||||
| | * | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected | dgp | 2003-04-11 | 1 | -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. | dkf | 2003-04-10 | 1 | -2/+2 | |
| | | | ||||||
| | * | Fixed silly typo. [Bug 718543] | dkf | 2003-04-10 | 1 | -2/+2 | |
| | | | ||||||
| | * | update docs for latest change | dgp | 2003-03-26 | 1 | -6/+3 | |
| | | | ||||||
| | * | typo corrections in ARGUMENTS | dgp | 2003-03-26 | 1 | -3/+3 | |
| | | | ||||||
| | * | * doc/Eval.3 (Tcl_EvalObjEx): Corrected CONST and | dgp | 2003-03-19 | 2 | -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 Unicode | dkf | 2003-03-17 | 2 | -5/+7 | |
| | | | | | | | | | | | | not ASCII these days. [Bug #703807] | |||||
| | * | * doc/tcltest.n: Added missing "-body" to example. Thanks to | dgp | 2003-03-08 | 1 | -3/+3 | |
| | | | | | | | | | | | | Helmut Giese. [Bug 700011] | |||||
| * | | * doc/RegExp.3: [Bug 3165108]: Corrected documentation of description | dgp | 2011-02-28 | 1 | -2/+2 | |
| | | | | | | | | | of subexpression info in Tcl_RegExpInfo structure. | |||||
| * | | * doc/tclvars.n: | Kevin B Kenny | 2011-01-15 | 1 | -9/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (util-16.*): Restored full Tcl 8.4 compatibility for the formatting of floating point numbers when $::tcl_precision is not zero. Added compatibility tests to make sure that excess trailing zeroes are suppressed for all eight major code paths. [Bug 3157475] | |||||
| * | | * doc/file.n: [Bug 3111298]: Typofix. | dkf | 2010-11-18 | 1 | -2/+2 | |
| | | | ||||||
| * | | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 2 | -2/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/tclvars.n: Performance fix for TIP #280. * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclInterp.c: * tests/info.test: * tests/interp.test: | |||||
| * | | * doc/file.n (file readlink): [Bug 3070580]: Typofix. | dkf | 2010-09-18 | 1 | -2/+2 | |
| | | | ||||||
| * | | * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's | dkf | 2010-09-10 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | special handling of backslash-newline. Makes example slightly less pure, but more useful. | |||||
| * | | * doc/tm.n: Added underscore to the set of characters accepted in | andreas_kupries | 2010-09-08 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | module names. This is true for quite some time in the code, this change catches up the documentation. | |||||
| * | | * doc/glob.n: Fixed documentation ambiguity regarding the handling | andreas_kupries | 2010-09-02 | 1 | -3/+4 | |
| | | | | | | | | | | | | of -join. | |||||
| * | | * doc/Tcl.n: Avoid nroff hazards when generating documentation. | dkf | 2010-09-01 | 1 | -3/+3 | |
| | | | ||||||
| * | | * doc/dict.n: [Bug 3046999]: Corrected cross reference to array | dkf | 2010-08-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | manpage to refer to (correct) existing subcommand. | |||||
| * | | * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper | dkf | 2010-06-30 | 1 | -2/+3 | |
| | | | | | | | | | | | | rendering of the exclusive-or operator. | |||||
| * | | * doc/socket.n: [Bug 3007442]: Server sockets never took a host | dkf | 2010-05-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | argument, so the list of options must precede the port argument. | |||||
| * | | * doc/unset.n: [Bug 2988940]: Fix typo. | dkf | 2010-04-18 | 1 | -2/+3 | |
| | | | ||||||
| * | | * doc/package.n: [Bug 2980210]: Document the arguments taken by | dkf | 2010-03-31 | 1 | -3/+4 | |
| | | | | | | | | | | | | the [package present] command correctly. | |||||
| * | | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux | andreas_kupries | 2010-03-09 | 1 | -3/+37 | |
| | | | | | | | | | | | | | | | | | | * doc/refchan.n: <ferrieux@users.sourceforge.net> for debugging and fixing * tests/ioCmd.test: the problem. It is the write-side equivalent to the bug fixed 2009-08-06. | |||||
| * | | [bug 2929546]: Improve the dict documentation. | dkf | 2010-01-19 | 1 | -5/+90 | |
| | | | ||||||
| * | | [Bug 2921538]: Updated example to not be quite so ancient. | dkf | 2009-12-27 | 1 | -3/+7 | |
| | | | ||||||
| * | | [Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n in | dkf | 2009-12-16 | 1 | -10/+11 | |
| | | | | | | | | | | | | the HTML documentation. | |||||
| * | | [Bug 2901433]: Improved description of {*} syntax. | dkf | 2009-11-30 | 1 | -7/+8 | |
| | | | ||||||
| * | | [Patch 2903921]: Many small spelling fixes from Larry Virden. | dkf | 2009-11-27 | 14 | -43/+46 | |
| | | |