summaryrefslogtreecommitdiffstats
path: root/usr.bin/dc/bcode.c
Commit message (Collapse)AuthorAgeFilesLines
* - Use BN_set_negative() and BN_is_negative() instead of subtracting orkevlo2012-12-301-35/+59
| | | | | | | comparing to zero. - Fix fractional number exponentiation, especially for negative exponents. Obtained from: OpenBSD
* - Fix an erroneous invocation of the editline.kevlo2012-03-151-1/+1
| | | | | | | | - Fix wrong scaling in the bc.library. - Let length(0.000) conform to what gnu bc does. PR: bin/159227 Submitted by: AIDA Shinra <shinra at j10n dot org>
* - Axe out signal handling code, the shell will take care of thisgabor2010-06-101-10/+0
| | | | | Suggested by: jilles Approved by: delphij (mentor)
* - Fix signal handling in bc/dc. Now Ctrl-C terminates the execution.gabor2010-06-061-17/+5
| | | | | Requested by: gk (via private mail) Approved by: delphij (mentor)
* - style(9)gabor2010-02-031-116/+112
| | | | Approved by: delphij (mentor)
* - Remove dead variable assignmentsgabor2010-02-031-4/+2
| | | | | | | - Fix -x Submitted by: uqs Approved by: delphij (mentor)
* Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a goodgabor2010-01-201-0/+1781
compatibility level with the GNU counterparts and have shown to be mature enough. For now, the GNU versions aren't removed from the tree, just detached from the build. Sponsored by: Google Summer of Code 2008 Portbuild run by: erwin Approved by: delphij
OpenPOWER on IntegriCloud