summaryrefslogtreecommitdiffstats
path: root/doc/expr.n
Commit message (Collapse)AuthorAgeFilesLines
* Update for TIP-551: griffin2020-05-231-18/+45
| | | | | | | | | | | | | | | | | | Add documentation for this feature to the expr man page. The keyword "integer value" has been added to the string and expr man page. Added TCL_PARSE_NO_UNDERSCORE flag so that the digit separator can be disabled when need when calling TclParseNumber. Disabled digit separator in the "scan" command when scanning integers and floating-point numbers. This is the one place where existing code may rely on number parsing to stop at an underscore. Disallow underscore between the leading 0 and the radix specifiers 'x', 'o', 'b', and 'd'. Added tests for disallowed underscore use and scan with underscores between digits in the source string.
* TIP 521: Float classification functionsdkf2019-06-161-3/+3
|\
| * merge 8.7dgp2019-06-101-6/+32
| |\
| * | Added docsdkf2019-06-021-3/+3
| | |
* | | merge core-8-branchdkf2019-06-101-3/+10
|\ \ \
| * \ \ merge more expr doc tweaksdkf2019-06-101-3/+10
| |\ \ \ | | |_|/ | |/| |
| | * | General improvements to the expr manpagedkf2019-06-101-5/+23
| | |\ \
| | | * | General improvements to the expr manpagedkf2019-06-101-15/+65
| | | | |
| * | | | more formattingdgp2019-06-101-0/+2
| | | | |
* | | | | merge 8.7dgp2019-06-101-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Doc formatting and advice about double substitution in expressions.dgp2019-06-101-3/+23
| | | | |
| * | | | merge 8.6dgp2019-06-101-3/+7
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | More localized documentation of lazy operators.dgp2019-06-101-2/+7
| | | |
* | | | Tests and docsdkf2019-06-061-7/+52
|/ / /
* | | Merge 8.6jan.nijtmans2019-03-271-1/+2
|\ \ \ | |/ /
| * | Document maximum value for right argument of '**' operator. jan.nijtmans2019-03-271-1/+2
| | | | | | | | | | | | | | | Adapt test-cases to test for exactly one more than this maximum value. Make sure that the maximum is the same for DIGIT_BIT > 28. Change macro's for mp_iseven()/mp_isodd() so they don't depend on value of DIGIT_BIT any more.
* | | 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.