summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Backport http 2.5.5 changes from HEADpatthoyts2008-02-271-1/+8
|
* * doc/filename.n: Typocore_8_4_17dgp2007-12-311-2/+2
|
* typo fixesdgp2007-11-051-2/+2
|
* * doc/load.n: Backport corrected example.dgp2007-09-201-4/+4
|
* * doc/tcltest.n: Typo fix. [Bug 1663539]dgp2007-02-201-2/+2
|
* * doc/fcopy.n: Typo fix. [Bug 1630627]dgp2007-01-291-2/+2
|
* Fix example. [Bug 1615277]dkf2006-12-141-2/+2
|
* Fix [Bug 1606454]dkf2006-12-041-2/+2
|
* * 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
|