Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document that [tailcall] doesn't work inside [catch] | dkf | 2010-01-20 | 1 | -3/+5 |
| | |||||
* | [Bug 2929546]: Improve the dict documentation. | dkf | 2010-01-19 | 1 | -4/+58 |
| | |||||
* | Stop breaking of highlightable over a line for ease of scraping | dkf | 2010-01-14 | 1 | -3/+3 |
| | |||||
* | Improve keyword lists. | dkf | 2010-01-14 | 2 | -5/+5 |
| | |||||
* | Improve linking between pages, put Tk variables in Tk docs. | dkf | 2010-01-14 | 10 | -82/+83 |
| | |||||
* | Improve choice of keywords | dkf | 2010-01-13 | 26 | -51/+55 |
| | |||||
* | Some small formatting tweaks | dkf | 2010-01-13 | 1 | -7/+7 |
| | |||||
* | Formatting | dkf | 2010-01-13 | 1 | -2/+2 |
| | |||||
* | Tweak to generate better links | dkf | 2010-01-13 | 1 | -2/+2 |
| | |||||
* | Improve NAME for better HTML generation | dkf | 2010-01-13 | 1 | -2/+2 |
| | |||||
* | Don't break a command reference over a line | dkf | 2010-01-13 | 1 | -3/+4 |
| | |||||
* | Fix parameter name confusion for server sockets. | ferrieux | 2010-01-12 | 1 | -2/+2 |
| | |||||
* | Small cleanups to improve HTML generation. | dkf | 2010-01-10 | 3 | -22/+28 |
| | |||||
* | Added documentation for argument. | dkf | 2010-01-10 | 1 | -1/+3 |
| | |||||
* | [Bug 2921538]: Updated example to not be quite so ancient. | dkf | 2009-12-27 | 1 | -3/+4 |
| | |||||
* | [Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n in | dkf | 2009-12-16 | 1 | -11/+15 |
| | | | | the HTML documentation. | ||||
* | Document that [file tempfile] always works on the native filesystem by design. | dkf | 2009-12-14 | 1 | -1/+7 |
| | | | | [Bug 2388866] | ||||
* | Change to braces in example to avoid bug in HTML creator script | dkf | 2009-12-11 | 1 | -3/+3 |
| | |||||
* | [Bug 2901433]: Improved description of {*} syntax. | dkf | 2009-11-30 | 1 | -7/+8 |
| | |||||
* | [Patch 2903921]: Many small spelling fixes from Larry Virden. | dkf | 2009-11-27 | 17 | -50/+53 |
| | |||||
* | Fix [Bug 2849797]: channel name inconsistencies as suggested by DKF | nijtmans | 2009-11-18 | 1 | -2/+4 |
| | | | | | | minor *** POTENTIAL INCOMPATIBILITY *** because Tcl_CreateChannel() and its derivatives, now sometimes ignore their "chanName" argument. | ||||
* | Revert mistaken commit | dgp | 2009-11-16 | 2 | -39/+18 |
| | |||||
* | (forward port) Fix [Bug 2891556] and improve test to detect similar ↵ | ferrieux | 2009-11-16 | 2 | -18/+39 |
| | | | | manifestations in the future. Add tcltest support for finalization. | ||||
* | Moved the descriptions of the index formats to their own section, and | dkf | 2009-11-08 | 1 | -61/+75 |
| | | | | added a warning to the 'bytelength' subcommand about future compatibility. | ||||
* | Formatting correction | dkf | 2009-11-08 | 1 | -3/+3 |
| | |||||
* | Clarification | dkf | 2009-11-05 | 1 | -7/+16 |
| | |||||
* | Clarified [namespace import] and NAME RESOLUTION | dkf | 2009-11-05 | 1 | -74/+83 |
| | |||||
* | Minor correction | dkf | 2009-11-02 | 1 | -2/+2 |
| | |||||
* | Improve the general description. | dkf | 2009-11-02 | 1 | -5/+17 |
| | |||||
* | fixes for htmlhelp target | Joe Mistachkin | 2009-11-02 | 1 | -1/+3 |
| | |||||
* | Move TIP#285 routines out of Tcl_Eval(3) into their own manpage. | jenglish | 2009-11-01 | 3 | -48/+73 |
| | |||||
* | Apply a bit more polish | dkf | 2009-11-01 | 1 | -46/+57 |
| | |||||
* | Apply a bit more polish | dkf | 2009-11-01 | 1 | -169/+294 |
| | |||||
* | Minor formatting fix. | dkf | 2009-11-01 | 1 | -2/+2 |
| | |||||
* | Improve with more explanation of what's going on. | dkf | 2009-11-01 | 1 | -1/+43 |
| | |||||
* | Typo | dkf | 2009-10-21 | 1 | -2/+2 |
| | |||||
* | Added missing text. Noticed by Emiliano Gavilan. | dkf | 2009-10-14 | 1 | -2/+3 |
| | |||||
* | * doc/namespace.n: the description of [namespace unknown] failed | Miguel Sofer | 2009-09-23 | 1 | -2/+3 |
| | | | | to mention [namespace path]: fixed. Thx emiliano. | ||||
* | Added suggestions for how to handle the multithreaded case. [Bug 2844962] | dkf | 2009-09-03 | 1 | -1/+12 |
| | |||||
* | Add xref to script-level documentation | dkf | 2009-09-03 | 1 | -1/+3 |
| | |||||
* | Typo found by Andreas Kupries | dkf | 2009-08-22 | 1 | -2/+2 |
| | |||||
* | TIP #353 IMPLEMENTATION | dgp | 2009-08-12 | 1 | -6/+21 |
| | | | | | | | | | | | | | | * doc/NRE.3: New public routine Tcl_NRExprObj() permits * generic/tcl.decls: extension commands to evaluate Tcl expressions * generic/tclBasic.c: in NR-enabled command procedures. * generic/tclCmdAH.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclObj.c: * tests/expr.test: * generic/tclDecls.h: make genstubs * generic/tclStubInit.c: | ||||
* | * doc/refchan.n [Bug 2827000]: Extended the implementation of | andreas_kupries | 2009-08-06 | 1 | -2/+31 |
| | | | | | | | | * generic/tclIORChan.c: reflective channels (TIP 219, method * tests/ioCmd.test: 'read'), enabling handlers to signal EAGAIN to indicate 'no data, but not at EOF either', and other system errors. Updated documentation, extended testsuite (New test cases iocmd*-23.{9,10}). | ||||
* | Removed mention of auto_mkindex_old from indexed locations; we really | dkf | 2009-07-24 | 1 | -7/+9 |
| | | | | | don't want people finding out about it and using it if they're not already doing so... | ||||
* | Made it clearer what most people want instead of [self class]. | dkf | 2009-07-24 | 1 | -1/+10 |
| | |||||
* | Expose function to efficiently return current name of an object. | dkf | 2009-07-19 | 1 | -3/+9 |
| | |||||
* | Updated documentation to provide better description of this advanced feature. | dkf | 2009-07-12 | 1 | -11/+12 |
| | |||||
* | Substantially increased the discussion of issues and work-arounds relating to | dkf | 2009-07-11 | 1 | -2/+111 |
| | | | | nested vwaits, following discussion on the tcl-core mailing list on the topic. | ||||
* | Extended the warning about vwait gotchas | dkf | 2009-07-11 | 1 | -2/+5 |
| | |||||
* | General improvement of the documentation | dkf | 2009-07-11 | 1 | -42/+72 |
| |