History log of /freebsd-12.1/usr.bin/dc/tests/bcode.sh (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0
# 3f0dcb33 31-May-2019 Alan Somers <[email protected]>

MFC r345034:

Drop "All rights reserved" from the files I own

Also, add SPDX tags where needed.


Revision tags: release/12.0.0, release/11.2.0
# 0d119bab 07-Dec-2017 Alan Somers <[email protected]>

dc(1): fix modulo operations with fractional inputs

Our dc(1) has never correctly calculated remainders with fractional inputs.
Both bmod and bdivmod seem to have copy/pasted code from bdiv, which r

dc(1): fix modulo operations with fractional inputs

Our dc(1) has never correctly calculated remainders with fractional inputs.
Both bmod and bdivmod seem to have copy/pasted code from bdiv, which results
in the remainder having the wrong output scale.

PR: 162495
Reported by: anonymous
Reviewed by: pfg
Differential Revision: https://reviews.freebsd.org/D13390

show more ...