summaryrefslogtreecommitdiffstats
path: root/doc/tclvars.n
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tclNamesp.c: Tighten the detector of nested [namespace code]dgp2011-03-091-3/+3
|\ | | | | | | | | | | | | * tests/namespace.test: quoting that the quoted scripts function properly even in a namespace that contains a custom "namespace" command. [Bug 3202171] * doc/tclvars.n: Formatting fix. Thanks to Pat Thotys.
| * * doc/tclvars.n: Formatting fix. Thanks to Pat Thotys.patthoyts2011-03-091-3/+3
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-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 causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * * doc/tclvars.n: Improved $errorCode documentation. [RFE 776921]dgp2005-07-261-4/+3
| | |
| | * Backport of [Patch 1065732]dkf2004-11-161-2/+29
| | |
| | * Finished user-level documentation backportdkf2004-10-271-14/+14
| | |
| * | * doc/tclvars.n:Kevin B Kenny2011-01-151-9/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (util-16.*): Restored full Tcl 8.4 compatibility for the formatting of floating point numbers when $::tcl_precision is not zero. Added compatibility tests to make sure that excess trailing zeroes are suppressed for all eight major code paths. [Bug 3157475]
| * | * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-151-1/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/tclvars.n: Performance fix for TIP #280. * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclInterp.c: * tests/info.test: * tests/interp.test:
* | | * doc/tclvars.n:Kevin B Kenny2011-01-151-7/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (util-16.*): Restored full Tcl 8.4 compatibility for the formatting of floating point numbers when $::tcl_precision is not zero. Added compatibility tests to make sure that excess trailing zeroes are suppressed for all eight major code paths. [Bug 3157475]
* | | * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-151-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/tclvars.n: Performance fix for TIP #280. * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclInterp.c: * tests/info.test: * tests/interp.test:
* | | Improve linking between pages, put Tk variables in Tk docs.dkf2010-01-141-23/+16
| | |
* | | Improve choice of keywordsdkf2010-01-131-2/+3
| | |
* | | General minor documentation improvements.dkf2009-02-241-6/+6
| | |
* | | Fixes for [Bug 1934272, 2072891]Joe Mistachkin2008-10-021-2/+2
| | |
* | | Implement TIP #315.dkf2008-09-251-1/+11
| | |
* | | Added cross references to manual pages that discuss specific variables createddkf2008-08-271-2/+53
| | | | | | | | | | | | by Tcl.
* | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-13/+44
|/ / | | | | | | typedefs, add a few missing bits)
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Improvements after review by Arjen Markus.dkf2007-11-161-10/+18
| |
* | Spread the idiom, make the rendering to HTML reliable!dkf2007-10-301-1/+2
| |
* | GOOBE the docs some more.dkf2007-10-291-8/+8
| |
* | Next stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-291-17/+26
| | | | | | | | generation works
* | First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-5/+5
| | | | | | | | generation works
* | * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-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 pagesdkf2007-10-241-9/+21
| |
* | Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them.dkf2007-02-181-2/+2
| |
* | * generic/tclBasic.c: TIP #291. Define tcl_platform element forandreas_kupries2006-12-051-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]dkf2006-08-091-2/+2
| |
* | formatting fixes and note change that ::tcl_precision is now per-threaddgp2006-04-181-2/+11
| | | | | | | | instead of per-process.
* | Fixed a typo.davidw2005-10-011-2/+2
| |
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-2/+15
| |
* | Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-11/+1
| |
* | * doc/AddErrInfo.3: Docs for Tcl_(Get|Set)ReturnOptions. [TIP 227]dgp2004-11-201-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 ↵dkf2004-11-151-2/+29
| | | | | | | | 1065732]
* | Yet more small fixesdkf2004-10-271-5/+4
| |
* | More fixes from Mikhail Kolesnitchenko, and also standardize highlightingdkf2004-09-181-3/+3
| | | | | | | | of symbols like TCL_OK, TCL_ERROR, etc.
* | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-061-5/+5
| |
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-71/+4
| |
* | * docs/tclvars.n: Added clarification of the ::tcl_platform(debug)davygrvy2004-02-061-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).jenglish2002-07-011-3/+3
|
* * doc/exec.n:hobbs2002-04-231-2/+5
| | | | * doc/tclvars.n: doc updates [Patch #509426] (gravereaux)
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-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 newdas2001-11-231-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 standardMiguel Sofer2001-09-171-1/+7
| | | | builds [Bug 451858].
* New or changed "SEE ALSO" section.poenitz2000-09-071-1/+4
|
* * doc/tclvars.n: added definitions for tcl_(non)wordcharshobbs2000-01-211-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>hobbs1999-08-091-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>hobbs1999-08-051-13/+13
| | | | | * doc/tclvars.n: Made it clear that tcl_pkgPath was not set for Windows (already mentioned in init.tcl) [Bug: 2455]