summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* adjust stub library version numberjan.nijtmans2013-01-051-2/+2
|
* Marked some string subcommands as obsolete, following discussion on tcl-core.jan.nijtmans2013-01-021-29/+34
|
* Fix msgcat.test (in case a higher msgcat version is encountered, which is ↵jan.nijtmans2012-11-161-1/+1
| | | | | not included with Tcl 8.4) <p>Doc fix in TCL_MEM_DEBUG.3
* More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-1515-450/+15
| | | | systems.
* Add tn, ro_MO and ru_MO to msgcat. jan.nijtmans2012-06-291-1/+1
| | | | Make it work on cygwin (backported) Bump msgcat to 1.3.5
* Reinforced the description of the requirement for the tables of names for ↵dkf2012-06-291-2/+8
| | | | Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly.
* Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-2/+2
| | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
* [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-3/+3
|
* * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixeddkf2012-04-161-3/+4
| | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks.
* [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-1/+1
|
* Use the same shebang comment everywherejan.nijtmans2011-11-291-1/+1
|
* Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-031-6/+6
| | | time of the last metadata change, not the time of creation.
* whitespace tidydgp2011-03-145-5/+5
|
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-01193-376/+0
| | | more harm than good. Purged them.
* * doc/unset.n: [Bug 2988940]: Fix typo.dkf2010-04-181-2/+3
|
* * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263]dgp2009-03-301-2/+2
|
* typodgp2009-01-141-2/+2
|
* * doc/global.n: Correct false claim about [info locals].dgp2008-09-251-3/+4
|
* 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: