History log of /freebsd-10-stable/usr.bin/dc/dc.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 315135 12-Mar-2017 pfg

MFC r314321:
dc(1): Merge minor changes from OpenBSD.

Prefer setvbuf() to setlinebuf() for portability.
Some style(9) and redundant tests for NULL.

These are only meant to ease up merging newer changes.

Obtained from: 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

# 247441 27-Feb-2013 gjb

Properly handle '-h' argument.

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


# 227163 06-Nov-2011 ed

Add missing static keywords to dc(1)


# 208974 10-Jun-2010 gabor

- Fix style(9)

Submitted by: ed
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)


# 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