Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * doc/unset.n: [Bug 2988940]: Fix typo. | dkf | 2010-04-18 | 1 | -2/+7 |
| | |||||
* | * doc/try.n: [Bug 2987551]: Fix typo. | dkf | 2010-04-15 | 1 | -2/+2 |
| | |||||
* | Formatting improvements for error stack docs | dkf | 2010-04-07 | 3 | -43/+63 |
| | |||||
* | * doc/Load.3: Minor corrections of formatting and cross links. | dkf | 2010-04-06 | 1 | -6/+6 |
| | |||||
* | Fix signature of Tcl_LoadFile in documentation | nijtmans | 2010-04-06 | 1 | -2/+2 |
| | |||||
* | TIP #348 IMPLEMENTATION - Substituted error stack | ferrieux | 2010-04-05 | 3 | -19/+59 |
| | |||||
* | Added a first crack at documentation for TIP #357's Tcl_LoadFile et al. | dkf | 2010-04-04 | 2 | -7/+96 |
| | |||||
* | Added missing doc. Oops! | dkf | 2010-03-31 | 1 | -3/+14 |
| | |||||
* | * doc/package.n: [Bug 2980210]: Document the arguments taken by | dkf | 2010-03-31 | 1 | -2/+2 |
| | | | | the [package present] command correctly. | ||||
* | Improve the documentation of how to make and use a thread. | dkf | 2010-03-31 | 1 | -1/+48 |
| | |||||
* | * generic/tclOOInfo.c (InfoObjectMethodTypeCmd) | dkf | 2010-03-24 | 1 | -1/+19 |
| | | | | | (InfoClassMethodTypeCmd): Added introspection of method types so that it is possible to find this info out without using errors. | ||||
* | Clarify the use of '&' for backgrounding a pipeline. | dkf | 2010-03-20 | 1 | -2/+2 |
| | |||||
* | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux | andreas_kupries | 2010-03-09 | 1 | -2/+36 |
| | | | | | | * doc/refchan.n: <ferrieux@users.sourceforge.net> for debugging and fixing * tests/ioCmd.test: the problem. It is the write-side equivalent to the bug fixed 2009-08-06. | ||||
* | * doc/refchan.n: Followup to ChangeLog entry 2009-10-07 | andreas_kupries | 2010-03-03 | 1 | -5/+12 |
| | | | | | | (generic/tclIORChan.c). Fixed the documentation to explain that errno numbers are operating system dependent, and reworked the associated example. | ||||
* | Cleanup doc/safe.n | rmax | 2010-02-26 | 1 | -8/+8 |
| | |||||
* | [Bug 2957688]: clarified [socket -server] docs | dkf | 2010-02-24 | 1 | -7/+13 |
| | |||||
* | More zlib documentation improvements. | dkf | 2010-02-10 | 2 | -20/+59 |
| | |||||
* | Improvements to zlib documentation (and formatting of it). | dkf | 2010-02-10 | 2 | -8/+67 |
| | |||||
* | - genStubs.tcl: No longer generate a space after "*" and | nijtmans | 2010-01-29 | 1 | -3/+3 |
| | | | | | | | | | | immediately after a function name, so the format of function definitions in tcl*Decls.h matches all other tcl*.h header files. - Change Tcl_ArgvFuncProc, Tcl_ArgvGenFuncProc and GetFrameInfoValueProc to be function definitions, not pointers, for consistency with all other Tcl function definitions. | ||||
* | [Bug 1970629]: Define a bit better what the current namespace of a procedure is | dkf | 2010-01-22 | 1 | -1/+7 |
| | |||||
* | Use a consistent indentation of 4 for code examples. | dkf | 2010-01-20 | 29 | -388/+434 |
| | |||||
* | Split up and extended the examples for more clarity | dkf | 2010-01-20 | 1 | -22/+73 |
| | |||||
* | 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 |
| |