summaryrefslogtreecommitdiffstats
path: root/usr.bin/dc
Commit message (Collapse)AuthorAgeFilesLines
* Properly handle '-h' argument.gjb2013-02-281-1/+1
| | | | | | PR: 176332 Reviewed by: scottl MFC after: 3 days
* - Use BN_set_negative() and BN_is_negative() instead of subtracting orkevlo2012-12-303-42/+66
| | | | | | | comparing to zero. - Fix fractional number exponentiation, especially for negative exponents. Obtained from: OpenBSD
* Minor mdoc nits.joel2012-05-131-3/+3
|
* - 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>
* Remove unneeded CFLAGS.ed2011-11-071-1/+0
| | | | | | | | Such optimisations should not be performed in this Makefile. Also, uqs@ suggested they have no effect, because the checksum of the resulting binary is unchanged. Discussed with: gabor, uqs
* Add missing static keywords to dc(1)ed2011-11-061-2/+2
|
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-041-753/+0
|
* - Axe out signal handling code, the shell will take care of thisgabor2010-06-101-10/+0
| | | | | Suggested by: jilles Approved by: delphij (mentor)
* - Fix style(9)gabor2010-06-101-2/+2
| | | | | Submitted by: ed 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)
* - Fig segmentation faultgabor2010-06-061-1/+6
| | | | Submitted by: Hizel Ildar <hizel@vyborg.ru> (via current@)
* - style(9)gabor2010-02-036-170/+165
| | | | Approved by: delphij (mentor)
* - Remove dead variable assignmentsgabor2010-02-032-12/+6
| | | | | | | - Fix -x Submitted by: uqs Approved by: delphij (mentor)
* - style.Makefile(5)gabor2010-02-031-1/+2
| | | | | Submitted by: uqs Approved by: delphij (mentor)
* - Collapase short and long options together;delphij2010-01-221-15/+11
| | | | | | - Use consistent marking up with bc(1)'s reference section. Reviewed by: gabor
* Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.delphij2010-01-222-18/+0
| | | | Reviewed by: gabor
* Makefile cleanups:delphij2010-01-211-3/+1
| | | | | | | | o Enable building of USD o Remove commented out targets o Remove WARNS?=6 lines since it's the default Reviewed by: gabor
* Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a goodgabor2010-01-2011-0/+4322
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