summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Formatting typo fix. [Bug 1149605]dkf2005-02-231-2/+2
|
* * /doc/variable.n: fix for [Bug 1124160], variables are detectedMiguel Sofer2005-02-161-2/+2
| | | | by [info vars] but not by [info locals].
* More consistency. [Bug 1117017]dkf2005-02-101-5/+9
|
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-9/+62
| | | | | | | | | | | | | | | | | | | | | * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubInit.c: * doc/CrtChannel.3: Documentation of extended API, * generic/tcl.decls: extended testsuite, and * generic/tcl.h: implementation. Removal of old * generic/tclIO.c: driver-specific TclpCut/Splice * generic/tclInt.h: functions. Replaced with generic * tests/io.test: thread-action calls through the * unix/tclUnixChan.c: new hooks. Update of all builtin * unix/tclUnixPipe.c: channel drivers to version 4. * unix/tclUnixSock.c: Windows drivers extended to * win/tclWinChan.c: manage thread state in a thread * win/tclWinConsole.c: action handler. * win/tclWinPipe.c: * win/tclWinSerial.c: * win/tclWinSock.c: * mac/tclMacChan.c:
* Change emacs mode comment style to stop problems with older man. [1085127]dkf2005-01-051-2/+5
|
* Add note to clock.n disclaiming full ISO8601 supportKevin B Kenny2004-12-131-2/+6
|
* Minor doc fixesdkf2004-12-091-9/+9
|
* removed extra .TP macrohobbs2004-12-031-2/+4
|
* Assorted dde fixes as requested by Andreas Kupries.dkf2004-11-261-17/+15
|
* Added hint to TCL_DECLARE_MUTEX macro usage.vasiljevic2004-11-251-3/+7
|
* Fixed argument of mutexPtr wrongly saying that it is a Tcl_Condition.vasiljevic2004-11-251-2/+2
| | | | (Tcl Bug #1068077)
* Fixed the Tcl_ThreadAlert() call declaration (Tcl Bug #1068077)vasiljevic2004-11-251-2/+2
|
* Backport of [Patch 1065732]dkf2004-11-161-2/+29
|
* * doc/clock.n:das2004-11-123-15/+15
| | | | | | | | | * doc/registry.n: * doc/upvar.n: fixed *roff errors uncovered by running 'make html'. * tools/tcltk-man2html.tcl: added faked support for bullet point lists, i.e. *nroff ".IP \(bu" syntax. Synced other changes from HEAD.
* Clarify return code documentation. [Bug 1062647]dkf2004-11-091-7/+20
|
* Add synopsis for Tcl_GetChannelMode. [Bug 1058446]dkf2004-11-021-2/+5
|
* Finished user-level documentation backportdkf2004-10-2713-70/+275
|
* Yet more doc update backportingdkf2004-10-2733-310/+771
|
* More doc fix backportingdkf2004-10-2729-215/+742
|
* Backport many doc fixesdkf2004-10-2720-105/+459
|
* Clarify meaning of [lsearch -dictionary]dkf2004-09-021-3/+6
|
* fix for [Bug 1008314]Miguel Sofer2004-08-161-1/+4
|
* * doc/OpenFileChnl.3: Added description of the behaviour ofandreas_kupries2004-07-161-1/+5
| | | | | Tcl_ReadChars when its 'charsToRead' argument is set to -1. Fixes [Tcl SF Bug 934511].
* * doc/CrtCommand.3: Added note that the arguments given to theandreas_kupries2004-07-161-1/+6
| | | | | command proc of a Tcl_CreateCommand are in utf8 since Tcl 8.1. Closing [Tcl SF Patch 414778].
* * doc/ChnlStack.3: Removed the declaration that the interpandreas_kupries2004-07-161-2/+2
| | | | | | argument to Tcl_(un)StackChannel can be NULL. This fixes [Tcl SF Bug 881220], reported by Marco Maggi <marcomaggi@users.sourceforge.net>.
* * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set inandreas_kupries2004-07-151-1/+9
| | | | | | | | | | | | | | | | | | | | | | * generic/tclIO.c (Tcl_UnregisterChannel): 'Tcl_Close' while the * generic/tclIO.c (Tcl_Close): close callbacks are run. Checked in 'Tcl_Close' and 'Tcl_Unregister' to prevent recursive call of 'close' in the close-callbacks. This is a possible error made by implementors of virtual filesystems based on 'tclvfs', thinking that they have to close the channel in the close handler for the filesystem. * generic/tclIO.c: * generic/tclIO.h: * Not reverting, but #ifdef'ing the changes from May 19, 2004 out of the core. This removes the ***POTENTIAL INCOMPATIBILITY*** for channel drivers it introduced. This has become possible due to Expect gaining a BlockModeProc and now handling blockingg and non-blocking modes correctly. Thus [SF Tcl Bug 943274] is still fixed if a recent enough version of Expect is used. * doc/CrtChannel.3: Added warning about usage of a channel without a BlockModeProc.
* * doc/http.n (http::config): add -urlencoding option (default utf-8)hobbs2004-05-251-3/+13
| | | | | | | | | * library/http/http.tcl: that specifies encoding conversion of * library/http/pkgIndex.tcl: args for http::formatQuery. Previously * tests/http.test: undefined, RFC 2718 says it should be utf-8. 'http::config -urlencoding {}' returns previous behavior, which will throw errors processing non-latin-1 chars. Bumped http package to 2.5.0.
* * doc/set.n: accurate description of name resolution process,Miguel Sofer2004-05-241-15/+13
| | | | referring to namespace.n for details [Bug 959180]
* * compat/strftime.c (_fmt, ISO8601Week): Kevin B Kenny2004-05-181-1/+7
| | | | | | | * doc/clock.n: * tests/clock.test: Major rework to the handling of ISO8601 week numbers. Now passes all the %G and %V test cases on Windows, Linux and Solaris [Bugs #500285, #500389, and #852944]
* Docbug. [Bug 953374]dkf2004-05-171-2/+2
|
* * doc/unset.n: added upvar.n to the "see also" listMiguel Sofer2004-05-071-2/+2
|
* Remove reference to totally non-existant API. [Bug 848440]dkf2004-05-051-2/+2
|
* * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457]dgp2004-03-311-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:dgp2004-02-181-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 listhobbs2004-02-131-1/+3
|
* * doc/clock.n: Removed reference to non-existent [file ctime].dgp2004-02-061-3/+3
|
* * doc/lset.n: fix typo [Bug 852224]Miguel Sofer2003-12-011-2/+2
|
* format correction and clarification backportdgp2003-10-081-3/+4
|
* * doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentationdgp2003-10-071-3/+5
| | | | to reflect that they now return Tcl_WideInt (TIP 72) [Bug 787537]
* FileSystem.3vincentdarley2003-10-031-8/+16
|
* Tightened up Tcl_Utf{Next,Prev} docs. [Bug 769895]dkf2003-07-181-5/+8
|
* * doc/tcltest.n: Restored the [Eval] proc to replacedgp2003-07-181-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 documentationdgp2003-07-1810-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 possibledgp2003-07-183-10/+9
| | | | deprecation (no TIP on that).
* Tcl_MakeSafe is a nasty function; document it as such. [Bug 655300]dkf2003-07-161-5/+11
|
* * 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
|