summaryrefslogtreecommitdiffstats
path: root/doc/expr.n
Commit message (Collapse)AuthorAgeFilesLines
* Be consistant in .VS/.VE tags in documentation: Just mention TIP number, ↵jan.nijtmans2025-02-181-6/+6
| | | | nothing else.
* Remove outdated parts of documentationjan.nijtmans2024-06-031-8/+0
|\
| * Remove outdated parts of documentationjan.nijtmans2024-06-031-8/+0
| |
* | Since int() doesn't truncate any more (TIP #514), adapt the documentation ↵jan.nijtmans2024-05-311-1/+1
|\ \ | |/ | | | | accordingly
| * Since int() doesn't truncate any more (TIP #514), adapt the documentation ↵jan.nijtmans2024-05-311-1/+1
| | | | | | | | accordingly
| * backport numeric white-space bug fix from 9.0griffin2023-09-021-0/+1
| |
* | Another round of small fixes, especially spelling errors...dkf2024-01-251-18/+19
| |
* | More small bits of doc polishingdkf2024-01-211-1/+0
| |
* | Always use UCHAR() with isxdigit(). doc fixjan.nijtmans2023-09-011-1/+1
| |
* | Fix bug with octal. Add floating point example to doc.griffin2023-09-011-0/+1
| |
* | Merge 8.7jan.nijtmans2022-10-141-1/+1
|\ \ | |/
| * typojan.nijtmans2022-10-141-1/+1
| |
* | Merge 8.7jan.nijtmans2022-01-311-66/+67
|\ \ | |/
| * Add back a clarification to the documentation for [expr] that an operand ispooryorick2022-01-261-68/+69
| | | | | | interpreted as a number wherever possible, and rework text to be more compact.
* | Merge 8.7jan.nijtmans2020-11-201-2/+2
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-11-201-2/+2
| |\
| | * Don't use "Copyright <year> _by_" any more. This results in more ↵jan.nijtmans2020-11-201-4/+4
| | | | | | | | | | | | consistant copyright statements in the (html) documentation
* | | Merge 8.7dkf2020-11-081-0/+8
|\ \ \ | |/ /
| * | Merge 8.7dkf2020-11-011-4/+5
| |\ \
| * | | Added documentationdkf2020-08-221-0/+8
| | | |
* | | | Merge 8.7jan.nijtmans2020-10-301-4/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.6jan.nijtmans2020-10-301-4/+5
| |\ \ \ | | |/ / | |/| / | | |/
| | * Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-4/+5
| | |
* | | tip-551 implementation.griffin2020-05-311-16/+43
|\ \ \ | |/ /
| * | 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.
* | | Merge 8.7dkf2019-06-161-3/+3
|\ \ \ | |/ /
| * | TIP 521: Float classification functionsdkf2019-06-161-3/+3
| |\ \
| | * \ merge 8.7dgp2019-06-101-6/+32
| | |\ \
| | * | | Added docsdkf2019-06-021-3/+3
| | | | |
* | | | | Merge 8.7jan.nijtmans2019-06-151-1/+20
|\ \ \ \ \ | |/ / / /
| * | | | merge core-8-branchdkf2019-06-101-3/+10
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2019-06-101-3/+3
| |\ \ \ \ \
| * | | | | | Tests and docsdkf2019-06-061-7/+52
| | |_|/ / / | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2019-06-111-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
| | | | | |
* | | | | | merge 8.7dgp2019-06-101-6/+32
|\ \ \ \ \ \ | |/ / / / /
| * | | | | more formattingdgp2019-06-101-0/+2
| | |_|_|/ | |/| | |
| * | | | 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
| | | |
* | | | Merge 8.7jan.nijtmans2019-03-271-1/+2
|\ \ \ \ | |/ / /
| * | | 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.
* | | | Implementation branch for TIP 114 - Eliminate Octal Parsing...dgp2017-10-231-3/+1
|/ / /
* | | 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".