History log of /freebsd-10.1-release/usr.bin/dc/bcode.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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

# 265533 07-May-2014 delphij

MFC r264573+264608+264609:

Sync with OpenBSD.


# 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


# 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


# 232994 14-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>


# 208975 10-Jun-2010 gabor

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

Suggested by: jilles
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)


# 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)


# 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