Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | dkf | 2020-11-01 | 1 | -4/+5 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2020-10-30 | 1 | -4/+5 |
| |\ | |||||
| | * | Add "{}" around many "expr" commands in testcases. Also in doc/expr.n | jan.nijtmans | 2020-10-30 | 1 | -4/+5 |
| | | | |||||
* | | | Added documentation | dkf | 2020-08-22 | 1 | -0/+8 |
|/ / | |||||
* | | Update for TIP-551: | griffin | 2020-05-23 | 1 | -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 functions | dkf | 2019-06-16 | 1 | -3/+3 |
|\ \ | |||||
| * \ | merge 8.7 | dgp | 2019-06-10 | 1 | -6/+32 |
| |\ \ | |||||
| * | | | Added docs | dkf | 2019-06-02 | 1 | -3/+3 |
| | | | | |||||
* | | | | merge core-8-branch | dkf | 2019-06-10 | 1 | -3/+10 |
|\ \ \ \ | |||||
| * \ \ \ | merge more expr doc tweaks | dkf | 2019-06-10 | 1 | -3/+10 |
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | |||||
| | * | | General improvements to the expr manpage | dkf | 2019-06-10 | 1 | -5/+23 |
| | |\ \ | |||||
| | | * | | General improvements to the expr manpage | dkf | 2019-06-10 | 1 | -15/+65 |
| | | | | | |||||
| * | | | | more formatting | dgp | 2019-06-10 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | merge 8.7 | dgp | 2019-06-10 | 1 | -3/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Doc formatting and advice about double substitution in expressions. | dgp | 2019-06-10 | 1 | -3/+23 |
| | | | | | |||||
| * | | | | merge 8.6 | dgp | 2019-06-10 | 1 | -3/+7 |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | |||||
| | * | | More localized documentation of lazy operators. | dgp | 2019-06-10 | 1 | -2/+7 |
| | | | | |||||
* | | | | Tests and docs | dkf | 2019-06-06 | 1 | -7/+52 |
|/ / / | |||||
* | | | Merge 8.6 | jan.nijtmans | 2019-03-27 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Document maximum value for right argument of '**' operator. | jan.nijtmans | 2019-03-27 | 1 | -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 Literals | jan.nijtmans | 2017-06-23 | 1 | -1/+2 |
|\ \ \ | |||||
| * \ \ | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....) | jan.nijtmans | 2017-06-14 | 1 | -1/+2 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o. | griffin | 2017-05-27 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Make packages msgcat and tcltest work unmodified in "novem". Make more ↵ | jan.nijtmans | 2016-11-04 | 1 | -5/+5 |
|\ \ \ | |/ / | | | | | | | test-cases work unmodified in "novem". | ||||
* | | | Fix typos in expr documentation. | pooryorick | 2016-10-05 | 1 | -11/+11 |
| | | | |||||
* | | | Rewrite expr documentation. Among other things, fixes [ef5373e6fa0617ee]. | pooryorick | 2016-10-05 | 1 | -214/+171 |
| | | | |||||
* | | | Fix documentation of [expr] operators, replacing "divisor" with "dividend" | pooryorick | 2016-10-03 | 1 | -3/+3 |
|/ / | |||||
* | | Eliminate exess spacings in many doc pages. | jan.nijtmans | 2016-03-02 | 1 | -2/+2 |
| | | |||||
* | | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
|\ \ | |/ | | | | | and possibly others. | ||||
| * | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | and possibly others. | ||||
* | | [Bug 3594188] Clarifications about commas. | ferrieux | 2012-12-09 | 1 | -2/+14 |
| | | |||||
* | | [Bug 2931407]: Clarified semantics of division and remainder operators. | dkf | 2012-05-29 | 1 | -1/+14 |
|\ \ | |/ | |||||
| * | [Bug 2931407]: Clarified semantics of division and remainder operators. | dkf | 2012-05-29 | 1 | -1/+14 |
| | | |||||
* | | [Bug 3525462]: Document what relational operators really do with string args. | dkf | 2012-05-16 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | [Bug 3525462]: Document what relational operators really do with string args. | dkf | 2012-05-16 | 1 | -3/+3 |
| |\ | |||||
| | * | [Bug 3525462]: Document what relational operators really do with string args. | dkf | 2012-05-16 | 1 | -3/+3 |
| | | | |||||
* | | | Documentation improvements (small; some revision to parsing script) to improve | dkf | 2011-07-17 | 1 | -11/+15 |
| | | | | | | | | | the quality of HTML doc builds. | ||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -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 cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \ | | |/ | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | Backport many doc fixes | dkf | 2004-10-27 | 1 | -19/+62 |
| | | | |||||
| | * | Tighened up wording of several expr operations to make them less inclined to | dkf | 2003-07-04 | 1 | -12/+14 |
| | | | | | | | | | | | | misinterpretation. [Bug 758488] | ||||
* | | | Fixed documentation of the right-associativity of the ** operator. | ferrieux | 2009-05-26 | 1 | -4/+10 |
| | | | |||||
* | | | Improve clarity of formatting. | dkf | 2008-10-17 | 1 | -1/+2 |
| | | | |||||
* | | | Lots of very minor formatting fixes. | dkf | 2008-10-15 | 1 | -1/+28 |
| | | | |||||
* | | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -17/+19 |
|/ / | | | | | | | typedefs, add a few missing bits) | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Improved the documentation of the operators. [Bug 1823622] | dkf | 2007-12-08 | 1 | -4/+10 |
| | | |||||
* | | typos | dkf | 2007-10-30 | 1 | -2/+2 |
| | | |||||
* | | Forgot some SEE ALSOs | dkf | 2007-10-30 | 1 | -2/+3 |
| | |