Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove reference to totally non-existant API. [Bug 848440] | dkf | 2004-05-05 | 1 | -2/+2 |
| | |||||
* | * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] | dgp | 2004-03-31 | 1 | -1/+1 |
| | | | | | | | | | | | * library/msgcat/msgcat.tcl ([mcset], [ConvertLocale], [Init]): Corrected [mcset] to be able to successfully set a translation to the empty string. [mcset $loc $src {}] was incorrectly set the $loc translation of $src back to $src. Also changed [ConvertLocale] to minimally require a non-empty "language" part in the locale value. If not, an error raised prompts [Init] to keep looking for a valid locale value, or ultimately fall back on the "C" locale. [Bug 811461]. * library/msgcat/pkgIndex.tcl: Bump to msgcat 1.3.2. | ||||
* | * doc/tcltest.n: | dgp | 2004-02-18 | 1 | -3/+4 |
| | | | | | | * library/tcltest/tcltest.tcl: Changed -verbose default value to {body error} so that detailed information on unexpected errors in tests is provided by default, even after the fix for [Bug 725253] | ||||
* | minor clarification in exists vs vars return list | hobbs | 2004-02-13 | 1 | -1/+3 |
| | |||||
* | * doc/clock.n: Removed reference to non-existent [file ctime]. | dgp | 2004-02-06 | 1 | -3/+3 |
| | |||||
* | * doc/lset.n: fix typo [Bug 852224] | Miguel Sofer | 2003-12-01 | 1 | -2/+2 |
| | |||||
* | 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] | ||||
* | file documentation fix | vincentdarley | 2003-02-28 | 1 | -2/+2 |
| | |||||
* | * doc/pkgMkIndex.n: Modified [pkg_mkIndex] to use -nocase matching | dgp | 2003-02-25 | 1 | -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] | dkf | 2003-02-20 | 1 | -2/+2 |
| | |||||
* | Added language to describe the handling of the end-of-file character | Kevin B Kenny | 2003-02-13 | 1 | -3/+13 |
| | | | | \u001a embedded in a script file. [Bug 685485] | ||||
* | * doc/append.n: Return value was not documented. [Bug 683188] | dkf | 2003-02-10 | 1 | -1/+3 |
| | |||||
* | further fs cleanup | vincentdarley | 2003-02-10 | 1 | -1/+7 |
| | |||||
* | filesystem speed up round 2 | vincentdarley | 2003-02-10 | 1 | -10/+12 |
| | |||||
* | doc formatting fix | hobbs | 2003-02-04 | 1 | -3/+3 |
| | |||||
* | * generic/tclBasic.c: Changed [trace add command] so that 'rename' | Kevin B Kenny | 2003-02-03 | 1 | -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 Kenny | 2003-02-01 | 1 | -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] | dgp | 2003-01-24 | 1 | -2/+2 |
| | |||||
* | corrected overlooked bump to version 2.2 | dgp | 2003-01-24 | 1 | -3/+3 |
| | |||||
* | * doc/lset.n: Fixed fault in return values from lset in | dkf | 2003-01-23 | 1 | -15/+17 |
| | | | | | documentation examples [SF Bug #658463] and tidied up a bit at the same time. | ||||
* | Clarified documentation of [namespace inscope] [SF Patch #670110] | jenglish | 2003-01-21 | 1 | -13/+12 |
| |