mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Merge commit 2f57ecae4b
This is a new major release with a number of changes and extensions:
- Limited the number of temporary numbers and made the space for them
static so that allocating more space for them cannot fail.
- Allowed integers with non-zero scale to be used with power, places,
and shift operators.
- Added greatest common divisor and least common multiple to lib2.bc.
- Made bc and dc UTF-8 capable.
- Added the ability for users to have bc and dc quit on SIGINT.
- Added the ability for users to disable prompt and TTY mode by
environment variables.
- Added the ability for users to redefine keywords.
- Added dc's modular exponentiation and divmod to bc.
- Added the ability to assign strings to variables and array elements
and pass them to functions in bc.
- Added dc's asciify command and stream printing to bc.
- Added bitwise and, or, xor, left shift, right shift, reverse,
left rotate, right rotate, and mod functions to lib2.bc.
- Added the functions s2u(x) and s2un(x,n), to lib2.bc.
MFC after: 1 week
51 lines
523 B
Text
51 lines
523 B
Text
[Hello, World!]ZpR
|
|
[Hello, World!]pR
|
|
[Hello, \[ World!]ZpR
|
|
[Hello, \[ World!]pR
|
|
[Hello, \] World!]ZpR
|
|
[Hello, \] World!]pR
|
|
[30pR]
|
|
[29pR]
|
|
[28pR]
|
|
[27pR]
|
|
[26pR]
|
|
[25pR]
|
|
[24pR]
|
|
[23pR]
|
|
[22pR]
|
|
[21pR]
|
|
[20pR]
|
|
[19pR]
|
|
[18pR]
|
|
[17pR]
|
|
[16pR]
|
|
[15pR]
|
|
[14pR]
|
|
[13pR]
|
|
[12pR]
|
|
[11pR]
|
|
[10pR]
|
|
[9pR]
|
|
[8pR]
|
|
[7pR]
|
|
[6pR]
|
|
[5pR]
|
|
[4pR]
|
|
[3pR]
|
|
[2pR]
|
|
[1pR]
|
|
[xz0<x]dsxx
|
|
[\\]pR
|
|
[\[\]]pR
|
|
1xpR
|
|
[1st] 0:b [2nd] 1:b 0;b p 1;b p
|
|
[string]XpR
|
|
[3 4^pR]silix
|
|
[[[q 1 3+pR]x]x]x4 5^pR
|
|
4xpR
|
|
5 112ax 90ax 112ax 82ax
|
|
[\q] pR
|
|
[q\\] pR
|
|
[\\] pR
|
|
92 a pR
|
|
[[10pR]si]x [[lix]x]x
|