Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport http 2.5.5 changes from HEAD | patthoyts | 2008-02-27 | 1 | -1/+8 |
| | |||||
* | * doc/filename.n: Typocore_8_4_17 | dgp | 2007-12-31 | 1 | -2/+2 |
| | |||||
* | typo fixes | dgp | 2007-11-05 | 1 | -2/+2 |
| | |||||
* | * doc/load.n: Backport corrected example. | dgp | 2007-09-20 | 1 | -4/+4 |
| | |||||
* | * doc/tcltest.n: Typo fix. [Bug 1663539] | dgp | 2007-02-20 | 1 | -2/+2 |
| | |||||
* | * doc/fcopy.n: Typo fix. [Bug 1630627] | dgp | 2007-01-29 | 1 | -2/+2 |
| | |||||
* | Fix example. [Bug 1615277] | dkf | 2006-12-14 | 1 | -2/+2 |
| | |||||
* | Fix [Bug 1606454] | dkf | 2006-12-04 | 1 | -2/+2 |
| | |||||
* | * generic/tcl.decls: Implemented TIP #268, conditionally. | andreas_kupries | 2006-09-22 | 1 | -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_kupries | 2006-09-11 | 1 | -1/+1 |
| | | | | * doc/msgcat.n: | ||||
* | typo | dgp | 2006-09-05 | 1 | -1/+1 |
| | |||||
* | correct package example | hobbs | 2006-09-04 | 1 | -3/+4 |
| | |||||
* | Fix typo [Bug 1496886] | jenglish | 2006-07-30 | 1 | -2/+2 |
| | |||||
* | * doc/GetStdChan.3: Added recommendation that each call to | dgp | 2006-06-06 | 1 | -1/+11 |
| | | | | Tcl_SetStdChannel() be accompanied by a call to Tcl_RegisterChannel(). | ||||
* | fix make-html error | das | 2006-04-12 | 1 | -2/+2 |
| | |||||
* | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems | dgp | 2006-04-06 | 1 | -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_kupries | 2006-03-16 | 1 | -2/+2 |
| | |||||
* | * doc/fconfigure.n: Clarified that -translation is binary is | andreas_kupries | 2006-03-14 | 1 | -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 substitution | dkf | 2005-12-19 | 1 | -2/+3 |
| | |||||
* | doc changes with 1162286 fix | dgp | 2005-11-09 | 1 | -8/+1 |
| | |||||
* | * doc/CrtChannel.3: Fixed [SF Tcl Bug 1104682], by application of | andreas_kupries | 2005-10-05 | 1 | -8/+10 |
| | | | | | David Welton's patch for it, and added a note about wideSeekProc. | ||||
* | * doc/ParseCmd.3: copy/paste fix [Bug 1292427] | Miguel Sofer | 2005-09-15 | 1 | -2/+2 |
| | |||||
* | * doc/tclvars.n: Improved $errorCode documentation. [RFE 776921] | dgp | 2005-07-26 | 1 | -4/+3 |
| | |||||
* | * doc/FileSystem.3: added missing Tcl_GlobTypeData documentation | dgp | 2005-06-20 | 1 | -6/+34 |
| | | | | [Bug 935853] | ||||
* | Corrected example that confused [namespace which] and [namespace origin] | dgp | 2005-05-12 | 1 | -2/+2 |
| | |||||
* | documentation improvements. | dgp | 2005-05-03 | 3 | -13/+7 |
| | |||||
* | Backported doc fix | dkf | 2005-04-29 | 1 | -2/+5 |
| | |||||
* | * win/tclWinPipe.c: The pipe channel driver now respects | davygrvy | 2005-04-19 | 1 | -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] | dkf | 2005-02-23 | 1 | -2/+2 |
| | |||||
* | * /doc/variable.n: fix for [Bug 1124160], variables are detected | Miguel Sofer | 2005-02-16 | 1 | -2/+2 |
| | | | | by [info vars] but not by [info locals]. | ||||
* | More consistency. [Bug 1117017] | dkf | 2005-02-10 | 1 | -5/+9 |
| | |||||
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -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] | dkf | 2005-01-05 | 1 | -2/+5 |
| | |||||
* | Add note to clock.n disclaiming full ISO8601 support | Kevin B Kenny | 2004-12-13 | 1 | -2/+6 |
| | |||||
* | Minor doc fixes | dkf | 2004-12-09 | 1 | -9/+9 |
| | |||||
* | removed extra .TP macro | hobbs | 2004-12-03 | 1 | -2/+4 |
| | |||||
* | Assorted dde fixes as requested by Andreas Kupries. | dkf | 2004-11-26 | 1 | -17/+15 |
| | |||||
* | Added hint to TCL_DECLARE_MUTEX macro usage. | vasiljevic | 2004-11-25 | 1 | -3/+7 |
| | |||||
* | Fixed argument of mutexPtr wrongly saying that it is a Tcl_Condition. | vasiljevic | 2004-11-25 | 1 | -2/+2 |
| | | | | (Tcl Bug #1068077) | ||||
* | Fixed the Tcl_ThreadAlert() call declaration (Tcl Bug #1068077) | vasiljevic | 2004-11-25 | 1 | -2/+2 |
| | |||||
* | Backport of [Patch 1065732] | dkf | 2004-11-16 | 1 | -2/+29 |
| | |||||
* | * doc/clock.n: | das | 2004-11-12 | 3 | -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] | dkf | 2004-11-09 | 1 | -7/+20 |
| | |||||
* | Add synopsis for Tcl_GetChannelMode. [Bug 1058446] | dkf | 2004-11-02 | 1 | -2/+5 |
| | |||||
* | Finished user-level documentation backport | dkf | 2004-10-27 | 13 | -70/+275 |
| | |||||
* | Yet more doc update backporting | dkf | 2004-10-27 | 33 | -310/+771 |
| | |||||
* | More doc fix backporting | dkf | 2004-10-27 | 29 | -215/+742 |
| | |||||
* | Backport many doc fixes | dkf | 2004-10-27 | 20 | -105/+459 |
| | |||||
* | Clarify meaning of [lsearch -dictionary] | dkf | 2004-09-02 | 1 | -3/+6 |
| | |||||
* | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 1 | -1/+4 |
| |