History log of /freebsd-10.0-release/usr.bin/dc/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


247441 28-Feb-2013 gjb

Properly handle '-h' argument.

PR: 176332
Reviewed by: scottl
MFC after: 3 days


244861 30-Dec-2012 kevlo

- Use BN_set_negative() and BN_is_negative() instead of subtracting or
comparing to zero.
- Fix fractional number exponentiation, especially for negative exponents.

Obtained from: OpenBSD


235400 13-May-2012 joel

Minor mdoc nits.


232994 15-Mar-2012 kevlo

- Fix an erroneous invocation of the editline.
- 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>


227299 07-Nov-2011 ed

Remove unneeded CFLAGS.

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


227163 06-Nov-2011 ed

Add missing static keywords to dc(1)


216178 04-Dec-2010 uqs

Move most of the remaining USD/PSD/SMM papers into share/doc


208975 10-Jun-2010 gabor

- Axe out signal handling code, the shell will take care of this

Suggested by: jilles
Approved by: delphij (mentor)


208974 10-Jun-2010 gabor

- Fix style(9)

Submitted by: ed
Approved by: delphij (mentor)


208868 06-Jun-2010 gabor

- Fix signal handling in bc/dc. Now Ctrl-C terminates the execution.

Requested by: gk (via private mail)
Approved by: delphij (mentor)


208867 06-Jun-2010 gabor

- Fig segmentation fault

Submitted by: Hizel Ildar <hizel@vyborg.ru> (via current@)


203443 03-Feb-2010 gabor

- style(9)

Approved by: delphij (mentor)


203438 03-Feb-2010 gabor

- Remove dead variable assignments
- Fix -x

Submitted by: uqs
Approved by: delphij (mentor)


203437 03-Feb-2010 gabor

- style.Makefile(5)

Submitted by: uqs
Approved by: delphij (mentor)


202847 22-Jan-2010 delphij

- Collapase short and long options together;
- Use consistent marking up with bc(1)'s reference section.

Reviewed by: gabor


202843 22-Jan-2010 delphij

Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.

Reviewed by: gabor


202761 21-Jan-2010 delphij

Makefile cleanups:

o Enable building of USD
o Remove commented out targets
o Remove WARNS?=6 lines since it's the default

Reviewed by: gabor


202719 20-Jan-2010 gabor

Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a good
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