summaryrefslogtreecommitdiffstats
path: root/doc/expr.n
Commit message (Collapse)AuthorAgeFilesLines
* Fixed documentation of the right-associativity of the ** operator.ferrieux2009-05-261-4/+10
|
* Improve clarity of formatting.dkf2008-10-171-1/+2
|
* Lots of very minor formatting fixes.dkf2008-10-151-1/+28
|
* Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-17/+19
| | | | typedefs, add a few missing bits)
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* Improved the documentation of the operators. [Bug 1823622]dkf2007-12-081-4/+10
|
* typosdkf2007-10-301-2/+2
|
* Forgot some SEE ALSOsdkf2007-10-301-2/+3
|
* Clear up what's going on a bit more. [Bug 1811803]dkf2007-10-301-10/+18
|
* GOOBE the docs some more.dkf2007-10-291-3/+3
|
* Next stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-291-12/+15
| | | | generation works
* * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-21/+22
| | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* GOOBE for command results in examplesdkf2007-10-251-6/+6
|
* Lots of improvements to look and feel of manual pagesdkf2007-10-241-17/+16
|
* Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them.dkf2007-02-181-2/+2
|
* Make [expr] use in examples more idiomatic [Bug 1526581]dkf2006-08-091-10/+10
|
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-261-29/+43
| | | | | | | | * doc/expr.n: * doc/format.n: * doc/mathfunc.n: * doc/scan.n: * doc/string.n:
* Small doc improvements [Bug 1211078] etc.dkf2005-06-091-7/+10
|
* * doc/expr.n:das2005-05-231-2/+2
| | | | * doc/string.n: fixed roff syntax complaints from 'make html'.
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-129/+30
|
* Many minor doc fixesdkf2004-10-271-15/+15
|
* Tighten up expr(n) wording. [Bug 1027849]dkf2004-10-261-8/+11
|
* Docs for TIP#201 and TIP#212; this allows these TIPs to become Finaldkf2004-10-081-1/+10
|
* Fix "operand"/"operator" confusiondkf2004-09-181-6/+5
|
* More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-061-7/+6
|
* Added examples and more cross-referencesdkf2004-05-241-9/+49
|
* TIP#123 Implementation based on work by Arjen Markus. [Patch 655176]dkf2003-09-121-16/+14
|
* Tighened up wording of several expr operations to make them less inclined todkf2003-07-041-12/+14
| | | | misinterpretation. [Bug 758488]
* Corrected and expanded documentation for rand() and srand() functions.dgp2003-01-031-7/+10
|
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-011-2/+2
|
* * doc/expr.n: Improved documentation for ceil and floor [Bug 350535]dkf2002-03-211-3/+5
|
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-3/+20
| | | | | 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.
* Improved expr documentation.dkf2001-12-031-16/+18
|
* New or changed "SEE ALSO" section.poenitz2000-09-071-1/+4
|
* * doc/expr.n:hobbs2000-05-091-8/+18
| | | | | | | | | | | | * tests/expr.test: * tests/expr-old.test: added tests for 'eq' and 'ne' * generic/tclExecute.c: * generic/tclCompile.h: added INST_STREQ and INST_STRNEQ opcodes that do strict string comparisons. * generic/tclCompExpr.c: added 'eq' and 'ne' string comparison operators. * generic/tclParseExpr.c (GetLexeme): added 'eq' and 'ne' expr parse terms (string (in)equality check).
* * doc/library.n: Added entries for auto_qualify and auto_import [Bug: 1271].ericm2000-04-281-11/+77
| | | | | | | * doc/Init.3: Manual entry for Tcl_Init [Bug: 1820]. * doc/expr.n: Added documentation for each of the math library functions that expr supports [Bug: 1054].
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+323