CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2021/11/09 21:39:16
Modified files: usr.bin/dc : inout.c Log message: Move two BIGNUMs in printnumber() from the stack to the heap to prepare bc(1) and dc(1) for opaque BIGNUMs. "looks sane" otto