| Commit message (Expand) | Author | Age | Files | Lines |
* | fix to two filesystem issues | vincentdarley | 2006-03-19 | 1 | -2/+3 |
|
|
* | * doc/chan.n: Updated with documentation for the commands 'chan | andreas_kupries | 2006-03-17 | 2 | -6/+377 |
|
|
* | * 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 |
|
|
* | * doc/clock.n: Removed double-quotes around section title NAME. not needed. | andreas_kupries | 2006-03-14 | 1 | -1/+1 |
|
|
* | TIP#215 IMPLEMENTATION | dgp | 2006-02-09 | 1 | -2/+8 |
|
|
* | typo | dgp | 2006-02-08 | 1 | -2/+2 |
|
|
* | Updates post-review | dkf | 2006-02-08 | 2 | -34/+22 |
|
|
* | TIP#258 IMPLEMENTATION | dgp | 2006-02-08 | 2 | -7/+106 |
|
|
* | TIP#194 IMPLEMENTATION | dgp | 2006-02-01 | 2 | -5/+72 |
|
|
* | TIP#181 IMPLEMENTATION | dgp | 2006-02-01 | 3 | -12/+42 |
|
|
* | TIP#250 IMPLEMENTATION | dgp | 2006-02-01 | 1 | -2/+9 |
|
|
* | Fix [Bug 1415725] | dkf | 2006-01-26 | 1 | -2/+2 |
|
|
* | Clarify doc of variable substitution | dkf | 2005-12-19 | 1 | -2/+3 |
|
|
* | Minor clarification | dkf | 2005-12-16 | 1 | -2/+4 |
|
|
* | Bug 1378818 | Kevin B Kenny | 2005-12-12 | 1 | -3/+3 |
|
|
* | Improved documentation on topic of asynch sockets in response to queries on | dkf | 2005-12-07 | 2 | -4/+14 |
|
|
* | Bug 1359183 | Kevin B Kenny | 2005-11-18 | 1 | -0/+7 |
|
|
* | doc changes with 1162286 fix | dgp | 2005-11-09 | 1 | -8/+1 |
|
|
* | Improve the documentation of [binary scan] a little. | dkf | 2005-10-21 | 1 | -18/+20 |
|
|
* | * doc/CrtChannel.3: Fixed [SF Tcl Bug 1104682], by application of | andreas_kupries | 2005-10-05 | 1 | -9/+11 |
|
|
* | scan %[] requires "one or more chars" [Bug 1277503] | hobbs | 2005-10-05 | 1 | -5/+3 |
|
|
* | Fixed a typo. | davidw | 2005-10-01 | 1 | -2/+2 |
|
|
* | implementation for TIP #255, expr min/max | hobbs | 2005-09-29 | 1 | -8/+19 |
|
|
* | * doc/ParseCmd.3: copy/paste fix [Bug 1292427] | Miguel Sofer | 2005-09-15 | 1 | -2/+2 |
|
|
* | * generic/tcl.h: Explicitly standardized on the use of stdarg.h | dgp | 2005-09-13 | 5 | -11/+11 |
|
|
* | TIP #254 implementation | dkf | 2005-09-08 | 1 | -5/+92 |
|
|
* | allow NULL interp in Tcl_FSMatchInDirectory | vincentdarley | 2005-08-31 | 1 | -6/+8 |
|
|
* | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 1 | -0/+155 |
|
|
* | typo fixes | dgp | 2005-08-05 | 1 | -6/+6 |
|
|
* | Doc clarification | dkf | 2005-07-12 | 1 | -2/+3 |
|
|
* | Improve the [chan] documentationmsofer_wcodes_20050611 | dkf | 2005-06-10 | 1 | -44/+513 |
|
|
* | fix to race condition in file mkdir and fix to glob documentation | vincentdarley | 2005-06-09 | 1 | -7/+4 |
|
|
* | Small doc improvements [Bug 1211078] etc. | dkf | 2005-06-09 | 2 | -9/+12 |
|
|
* | Stick to TCL_CHANNEL_VERSION_4; it's all in alpha anyway! | dkf | 2005-06-07 | 1 | -6/+4 |
|
|
* | TIP#208 implementation | dkf | 2005-06-06 | 3 | -25/+197 |
|
|
* | Implementation of TIP#241 from Joe Mistachkin | dkf | 2005-06-01 | 3 | -5/+22 |
|
|
* | TIP#229 implementation | dkf | 2005-05-30 | 2 | -8/+41 |
|
|
* | Tab characters are important in *roff tables... | dkf | 2005-05-26 | 1 | -7/+7 |
|
|
* | TIP#182 IMPLEMENTATION [Patch 1165062] | dgp | 2005-05-25 | 1 | -8/+17 |
|
|
* | * doc/expr.n: | das | 2005-05-23 | 2 | -9/+9 |
|
|
* | minor phrasing improvements. | dgp | 2005-05-18 | 1 | -3/+3 |
|
|
* | * doc/BoolObj.3: Rewrite of documentation dropping many details | dgp | 2005-05-18 | 1 | -43/+39 |
|
|
* | And another silly mistake... | dkf | 2005-05-16 | 1 | -2/+2 |
|
|
* | Fixed minor mistake in the example (not following best-practice as
| dkf | 2005-05-16 | 1 | -2/+2 |
|
|
* | changed NAME to match the name of the page. | Kevin B Kenny | 2005-05-12 | 1 | -2/+2 |
|
|
* | Corrected example that confused [namespace which] and [namespace origin] | dgp | 2005-05-12 | 1 | -2/+2 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 83 | -219/+375 |
|
|
* | * doc/DString.3: Eliminated use of identifier "string" in Tcl's | dgp | 2005-05-03 | 12 | -142/+147 |
|
|
* | TIP#176 IMPLEMENTATION [Patch 1165695] | dgp | 2005-04-29 | 10 | -52/+124 |
|
|