Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ | | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | Yet more doc update backporting | dkf | 2004-10-27 | 1 | -3/+50 |
| | | | |||||
* | | | Use a consistent indentation of 4 for code examples. | dkf | 2010-01-20 | 1 | -12/+15 |
| | | | |||||
* | | | General minor documentation improvements. | dkf | 2009-02-24 | 1 | -13/+16 |
| | | | |||||
* | | | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] | ferrieux | 2008-12-10 | 1 | -1/+7 |
| | | | |||||
* | | | Improve clarity of formatting. | dkf | 2008-10-17 | 1 | -1/+7 |
| | | | |||||
* | | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -7/+15 |
|/ / | | | | | | | typedefs, add a few missing bits) | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Next stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-29 | 1 | -6/+4 |
| | | | | | | | | generation works | ||||
* | | First stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-28 | 1 | -2/+2 |
| | | | | | | | | generation works | ||||
* | | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -3/+2 |
| | | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
* | | Lots of improvements to look and feel of manual pages | dkf | 2007-10-24 | 1 | -2/+3 |
| | | |||||
* | | Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them. | dkf | 2007-02-18 | 1 | -6/+6 |
| | | |||||
* | | Added examples after prompting on the Tcler's chat. | dkf | 2006-06-14 | 1 | -1/+7 |
| | | |||||
* | | * doc/DoubleObj.3: More doc updates for TIP 237. | dgp | 2006-04-26 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | * doc/expr.n: * doc/format.n: * doc/mathfunc.n: * doc/scan.n: * doc/string.n: | ||||
* | | * doc/DoubleObj.3: More doc updates for TIP 237. | dgp | 2006-04-25 | 1 | -60/+77 |
| | | | | | | | | | | | | | | | | * doc/scan.n: * generic/tclScan.c: [scan $s %u] is documented to accept only * tests/scan.test: decimal formatted integers. Fixed code to match. | ||||
* | | scan %[] requires "one or more chars" [Bug 1277503] | hobbs | 2005-10-05 | 1 | -5/+3 |
| | | |||||
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
| | | |||||
* | | Purge old and inaccurate .VS/.VE macros. | dkf | 2005-04-06 | 1 | -15/+1 |
| | | |||||
* | | More minor doc fixes | dkf | 2004-10-27 | 1 | -12/+12 |
| | | |||||
* | | Another example and a bit more clarity. | dkf | 2004-05-11 | 1 | -3/+14 |
| | | |||||
* | | Added examples. | dkf | 2004-05-10 | 1 | -3/+39 |
|/ | |||||
* | Spell-check, fixed typos (Updates from Larry Virden). | jenglish | 2002-07-01 | 1 | -2/+2 |
| | |||||
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -17/+39 |
| | | | | | This version builds clean on Solaris/SPARC, with GCC and CC, both with and without threads and both in 32-bit and 64-bit mode. | ||||
* | * docs/scan.n: | hobbs | 2000-12-10 | 1 | -14/+12 |
| | | | | | | | * tests/scan.test: * generic/tclScan.c (Tcl_ScanObjCmd): changed %o and %x to use strtoul instead of strtol to correctly preserve scan<>format conversion of large integers. [Patch #102663, Bug #124600] | ||||
* | New or changed "SEE ALSO" section. | poenitz | 2000-09-07 | 1 | -1/+4 |
| | |||||
* | * doc/scan.n: | hobbs | 2000-05-23 | 1 | -2/+3 |
| | | | | * doc/array.n: minor doc fixes [Bug: 5396] | ||||
* | * doc/scan.n: | hobbs | 1999-11-19 | 1 | -14/+25 |
| | | | | | | | | | | | | | | * tests/scan.test: * generic/tclScan.c: finished support for inline scan by supporting XPG identifiers. * doc/http.n: * library/http2.1/http.tcl: added register and unregister commands to http:: package (better support for tls/SSL), as well as -type argument to http::geturl. [RFE: 2617] * doc/glob.n: added note about ..../ glob behavior on Win9* * doc/tcltest.n: fixed minor example errors [Bug: 3551] | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -10/+58 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+134 |