freebsd-src/usr.bin/bc
Xin LI 89ff1978d6 Fix a bug in previous revision.
The bc(1) program may need to deal with files when it's being run in
interactive mode, so we can not blindly use interactive mode (in turn
use libedit) but need to check if the input source is really the standard
input.

This commit should fix a regression where 'bc -l' would not parse the
mathlib.

Reported by:	trasz
2010-02-05 18:17:17 +00:00
..
USD.doc Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd. 2010-01-22 23:19:48 +00:00
bc.1 - Remove --debug option and intentionally undocument -d, which is only 2010-01-22 23:35:06 +00:00
bc.library
bc.y Use libedit when interacting with tty, which provided history 2010-02-04 18:43:05 +00:00
extern.h Use libedit when interacting with tty, which provided history 2010-02-04 18:43:05 +00:00
Makefile Use libedit when interacting with tty, which provided history 2010-02-04 18:43:05 +00:00
pathnames.h
scan.l Fix a bug in previous revision. 2010-02-05 18:17:17 +00:00