Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * doc/Eval.3: Corrected prototype for Tcl_GlobalEvalObj [Bug 727622]. | dgp | 2003-05-12 | 1 | -2/+2 |
| | |||||
* | Fixed very strange language in the documentation for 'trace add execution'. | dkf | 2003-05-07 | 1 | -2/+3 |
| | |||||
* | 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 |
| | |||||
* | Added example section "SCOPED SCRIPTS", supplied by Kevin Kenny. | jenglish | 2003-04-15 | 1 | -2/+26 |
| | | | | (Fixes [Bug 219183]) | ||||
* | Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt | Kevin B Kenny | 2003-04-12 | 1 | -9/+28 |
| | | | | | | return values). Fixed Bug 710310 (duplicate test numbers in clock.test). Made major changes to tclWinTime.c and related code to improve loop filter stability. | ||||
* | * 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. | ||||
* | Fixed formatting problem (thanks Emacs... not!) that made | dkf | 2003-04-10 | 1 | -3/+2 |
| | | | | tools/tcltk-man2html.tcl barf. Thanks to George Petasis for reporting this. | ||||
* | Another minor typo | dkf | 2003-04-10 | 1 | -2/+2 |
| | |||||
* | Silly typo fix. [Bug 718543] | dkf | 2003-04-10 | 1 | -2/+2 |
| | |||||
* | The bulk of the TIP#111 implementation. Still need to finish plumbing this | dkf | 2003-04-05 | 2 | -0/+367 |
| | | | | into the rest of the core, but that won't take long... | ||||
* | update docs for latest change | dgp | 2003-03-26 | 1 | -6/+3 |
| | |||||
* | typo fixes 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] | ||||
* | Fix docbug in lsearch and lsort commands for -ascii opt (which works with | dkf | 2003-03-17 | 2 | -5/+7 |
| | | | | unicode in the obvious order, really.) [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 |
| | |||||
* | Corrected and expanded documentation for rand() and srand() functions. | dgp | 2003-01-03 | 1 | -7/+10 |
| | |||||
* | Added missing .BE [Bug 629330] | dkf | 2002-11-15 | 4 | -4/+8 |
| | |||||
* | 3 small fixes | vincentdarley | 2002-11-13 | 1 | -2/+4 |
| | |||||
* | Corrected indentation of the new language. Oops. | Kevin B Kenny | 2002-11-11 | 1 | -1/+2 |
| | |||||
* | Corrected indentation of the new language. Oops. | Kevin B Kenny | 2002-11-11 | 1 | -2/+3 |
| | |||||
* | Added language to the Endekalogue to make it clear | Kevin B Kenny | 2002-11-10 | 1 | -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)! | dkf | 2002-10-22 | 2 | -12/+19 |
| | | | | [Bug 624919] | ||||
* | note 1.1 version update | hobbs | 2002-10-19 | 1 | -3/+4 |
| | |||||
* | * doc/registry.n: Added support for broadcasting changes to | hobbs | 2002-10-18 | 1 | -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 in | dgp | 2002-10-10 | 1 | -4/+5 |
| | | | | the variable names during $-subtitution. [Bug 615139] | ||||
* | * doc/regexp.n: Typo correction. Thanks Ronnie Brunner. [Bug 606826] | dgp | 2002-10-10 | 1 | -2/+2 |
| | |||||
* | More clarification of [binary scan]'s behaviour. | dkf | 2002-10-09 | 1 | -5/+16 |
| | |||||
* | * doc/Alloc.3: Added a note to mention that attempting to allocate | dkf | 2002-10-09 | 1 | -2/+4 |
| | | | | a zero-length block can return NULL. [Tk bug 619544] | ||||
* | * doc/binary.n: Doc improvements [Patch 616480] | dkf | 2002-10-04 | 1 | -1/+28 |
| | |||||
* | * doc/tcltest.n: fixed typo [Bug 618018]. Thanks to "JJM". | dgp | 2002-10-03 | 1 | -5/+5 |
| | |||||
* | Improved [lsearch] docs; -sorted interaction with other options. [Bug 617816] | dkf | 2002-10-03 | 1 | -3/+4 |
| | |||||
* | Mentioned that [socket] takes service names as well as port numbers. | dkf | 2002-10-01 | 1 | -4/+10 |
| | | | | It always did, but some people didn't know. | ||||
* | * doc/lset.n: Changed 'list' to 'varName' for consistency with | dkf | 2002-09-24 | 1 | -10/+11 |
| | | | | lappend documentation. Thanks to Glenn Jackman [Bug 611719] | ||||
* | formatting fixes (Thanks jenglish!) | dgp | 2002-09-06 | 1 | -11/+15 |
| |