Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | Improvements after review by Arjen Markus. | dkf | 2007-11-16 | 1 | -10/+18 |
| | |||||
* | Spread the idiom, make the rendering to HTML reliable! | dkf | 2007-10-30 | 1 | -1/+2 |
| | |||||
* | GOOBE the docs some more. | dkf | 2007-10-29 | 1 | -8/+8 |
| | |||||
* | Next stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-29 | 1 | -17/+26 |
| | | | | generation works | ||||
* | First stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-28 | 1 | -5/+5 |
| | | | | generation works | ||||
* | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -21/+9 |
| | | | | | | * 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 | -9/+21 |
| | |||||
* | Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them. | dkf | 2007-02-18 | 1 | -2/+2 |
| | |||||
* | * generic/tclBasic.c: TIP #291. Define tcl_platform element for | andreas_kupries | 2006-12-05 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | * doc/tclvars.n: pointerSize. * win/Makefile.in: Added installation instructions for the platform * win/makefile.vc: package. Added the platform package. * win/makefile.bc: * unix/Makefile.in: * tests/platform.test: * tests/safe.test: * library/platform/platform.tcl: * library/platform/shell.tcl: * library/platform/pkgIndex.tcl: | ||||
* | Make [expr] use in examples more idiomatic [Bug 1526581] | dkf | 2006-08-09 | 1 | -2/+2 |
| | |||||
* | formatting fixes and note change that ::tcl_precision is now per-thread | dgp | 2006-04-18 | 1 | -2/+11 |
| | | | | instead of per-process. | ||||
* | Fixed a typo. | davidw | 2005-10-01 | 1 | -2/+2 |
| | |||||
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -2/+15 |
| | |||||
* | Purge old and inaccurate .VS/.VE macros. | dkf | 2005-04-06 | 1 | -11/+1 |
| | |||||
* | * doc/AddErrInfo.3: Docs for Tcl_(Get|Set)ReturnOptions. [TIP 227] | dgp | 2004-11-20 | 1 | -26/+29 |
| | | | | | | | | | | | | | | | | | * doc/AddErrInfo.3: * doc/Async.3: Documentation updates to replace references * doc/BackgdErr.3: to global variable ::errorInfo and ::errorCode * doc/SaveResult.3: and to the ::bgerror command with references * doc/after.n: to their preferred replacements, the * doc/bgerror.n: -errorinfo and -errorcode return options, * doc/error.n: the Tcl_*InterpState routines, and the * doc/exec.n: [interp bgerror] command. * doc/exit.n: * doc/fileevent.n: * doc/interp.n: * doc/return.n: * doc/tclvars.n: * doc/update.n: | ||||
* | Added listing of shell-specific variables to general tclvars page [Patch ↵ | dkf | 2004-11-15 | 1 | -2/+29 |
| | | | | 1065732] | ||||
* | Yet more small fixes | dkf | 2004-10-27 | 1 | -5/+4 |
| | |||||
* | More fixes from Mikhail Kolesnitchenko, and also standardize highlighting | dkf | 2004-09-18 | 1 | -3/+3 |
| | | | | of symbols like TCL_OK, TCL_ERROR, etc. | ||||
* | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] | dkf | 2004-09-06 | 1 | -5/+5 |
| | |||||
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -71/+4 |
| | |||||
* | * docs/tclvars.n: Added clarification of the ::tcl_platform(debug) | davygrvy | 2004-02-06 | 1 | -5/+6 |
| | | | | | var that it only refers to the flavor of the C run-time, and not whether the core contains symbols. | ||||
* | Spell-check, fixed typos (Updates from Larry Virden). | jenglish | 2002-07-01 | 1 | -3/+3 |
| | |||||
* | * doc/exec.n: | hobbs | 2002-04-23 | 1 | -2/+5 |
| | | | | * doc/tclvars.n: doc updates [Patch #509426] (gravereaux) | ||||
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -5/+7 |
| | | | | | 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. | ||||
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 1 | -2/+2 |
| | | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details | ||||
* | Disabled all compile and execution tracing functionality in standard | Miguel Sofer | 2001-09-17 | 1 | -1/+7 |
| | | | | builds [Bug 451858]. | ||||
* | New or changed "SEE ALSO" section. | poenitz | 2000-09-07 | 1 | -1/+4 |
| | |||||
* | * doc/tclvars.n: added definitions for tcl_(non)wordchars | hobbs | 2000-01-21 | 1 | -1/+17 |
| | | | | | * doc/vwait.n: added notes about requirement for vwait var being globally scoped [Bug: 3329] | ||||
* | 1999-08-09 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-09 | 1 | -2/+2 |
| | | | | | | | | | * doc/Object.3: clarified Tcl_DecrRefCount docs [Bug: 1952] * doc/array.n: clarified array pattern docs [Bug: 1330] * doc/clock.n: fixed clock docs [Bug: 693] * doc/lindex.n: clarified to account for new end-int behavior. * doc/string.n: fixed formatting errors [Bug: 2188 2189] * doc/tclvars.n: fixed doc error [Bug: 2042] | ||||
* | 1999-08-05 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-05 | 1 | -13/+13 |
| | | | | | * doc/tclvars.n: Made it clear that tcl_pkgPath was not set for Windows (already mentioned in init.tcl) [Bug: 2455] | ||||
* | added new tcl_platform documentation [bug 2076] | surles | 1999-05-14 | 1 | -1/+16 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -3/+14 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+356 |