History log of /freebsd-13.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.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0
# 809a8352 11-Mar-2019 Alan Somers <[email protected]>

Drop "All rights reserved" from the files I own

Also, add SPDX tags where needed.

MFC after: 2 weeks


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 ...