summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-221-3/+1
| | | | | | | | | | | | | | | * generic/tclBasic.c: Define TCL_TIP268 to activate the new * generic/tclDecls.h: features. * generic/tclInt.h: * generic/tclPkg.c: * generic/tclStubInit.c: * generic/tclTest.c: * library/init.tcl * library/package.tcl: * tests/pkg.test: * tests/platform.test: * tests/safe.test: * doc/PkgRequire.3:
* * tests/msgcat.test: Bumped version in auxiliary files as well.andreas_kupries2006-09-111-1/+1
| | | | * doc/msgcat.n:
* typodgp2006-09-051-1/+1
|
* correct package examplehobbs2006-09-041-3/+4
|
* Fix typo [Bug 1496886]jenglish2006-07-301-2/+2
|
* * doc/GetStdChan.3: Added recommendation that each call todgp2006-06-061-1/+11
| | | | Tcl_SetStdChannel() be accompanied by a call to Tcl_RegisterChannel().
* fix make-html errordas2006-04-121-2/+2
|
* * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seemsdgp2006-04-061-2/+2
| | | | | | | * tests/indexObj.test: there are extensions that rely on the prior * doc/GetIndex.3: behavior that the empty string cannot succeed as a unique prefix matcher, so I'm restoring Donal Fellow's solution. Added mention of this detail to the documentation. [Bug 1464039]
* * doc/open.n: Documented the changed behaviour of 'a'ppend mode.andreas_kupries2006-03-161-2/+2
|
* * doc/fconfigure.n: Clarified that -translation is binary isandreas_kupries2006-03-141-1/+8
| | | | | | reported as lf when queried, because it is identical to lf, except for the special additional behaviour when setting it. [Bug 666770].
* Clarify specification of variable substitutiondkf2005-12-191-2/+3
|
* doc changes with 1162286 fixdgp2005-11-091-8/+1
|
* * doc/CrtChannel.3: Fixed [SF Tcl Bug 1104682], by application ofandreas_kupries2005-10-051-8/+10
| | | | | David Welton's patch for it, and added a note about wideSeekProc.
* * doc/ParseCmd.3: copy/paste fix [Bug 1292427]Miguel Sofer2005-09-151-2/+2
|
* * doc/tclvars.n: Improved $errorCode documentation. [RFE 776921]dgp2005-07-261-4/+3
|
* * doc/FileSystem.3: added missing Tcl_GlobTypeData documentationdgp2005-06-201-6/+34
| | | | [Bug 935853]
* Corrected example that confused [namespace which] and [namespace origin]dgp2005-05-121-2/+2
|
* documentation improvements.dgp2005-05-033-13/+7
|
* Backported doc fixdkf2005-04-291-2/+5
|
* * win/tclWinPipe.c: The pipe channel driver now respectsdavygrvy2005-04-191-2/+3
| | | | | | | | | | | | | | | | | | the -blocking option when closing. The windows pipe driver now has the same behavior as the UNIX side. This change is to avoid a hung shell when exiting due to open pipes that refuse to close in a graceful manner. * doc/open.n: Added a note about -blocking 0 and lack of exit status as it had never been documented. [Bug 947693] ***POTENTIAL INCOMPATIBILITY*** Scripts that use async pipes on windows, must (like the UNIX side) set -blocking to 1 before calling [close] to receive the exit status. * tests/winPipe.test (winpipe-6.1/2): added 'fconfigure $f -blocking 1' so the exit status can be acquired.
* 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
|