summaryrefslogtreecommitdiffstats
path: root/doc/expr.n
Commit message (Collapse)AuthorAgeFilesLines
* TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literalsjan.nijtmans2017-06-231-1/+2
|\
| * Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....)jan.nijtmans2017-06-141-1/+2
| |\
| | * Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o.griffin2017-05-271-1/+1
| |/ |/|
* | Make packages msgcat and tcltest work unmodified in "novem". Make more ↵jan.nijtmans2016-11-041-5/+5
|\ \ | |/ | | | | test-cases work unmodified in "novem".
* | Fix typos in expr documentation.pooryorick2016-10-051-11/+11
| |
* | Rewrite expr documentation. Among other things, fixes [ef5373e6fa0617ee].pooryorick2016-10-051-214/+171
| |
* | Fix documentation of [expr] operators, replacing "divisor" with "dividend"pooryorick2016-10-031-3/+3
|/
* Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-2/+2
|
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
|\ | | | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | and possibly others.
* | [Bug 3594188] Clarifications about commas.ferrieux2012-12-091-2/+14
| |
* | [Bug 2931407]: Clarified semantics of division and remainder operators.dkf2012-05-291-1/+14
|\ \ | |/
| * [Bug 2931407]: Clarified semantics of division and remainder operators.dkf2012-05-291-1/+14
| |
* | [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-3/+3
|\ \ | |/
| * [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-3/+3
| |\
| | * [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-3/+3
| | |
* | | Documentation improvements (small; some revision to parsing script) to improvedkf2011-07-171-11/+15
| | | | | | | | | the quality of HTML doc builds.
* | | 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.
| | * Backport many doc fixesdkf2004-10-271-19/+62
| | |
| | * Tighened up wording of several expr operations to make them less inclined todkf2003-07-041-12/+14
| | | | | | | | | | | | misinterpretation. [Bug 758488]
* | | 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]