| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Approved by: cperciva
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
- old yacc(1) use to magicially append stdlib.h, while new one don't
- new yacc(1) do declare yyparse by itself, fix redundant declaration of
'yyparse'
Approved by: des (mentor)
|
|
|
|
| |
Submitted by: AIDA Shinra <shinra at j10n dot org>
|
|
|
|
|
|
|
|
| |
- 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>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Requested by: gk (via private mail)
Approved by: delphij (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
functionality, etc. as did by GNU bc.
This also fixes an issue where BSDL bc can not handle very long
line.
Reported by: imp
Reviewed by: imp
|
|
|
|
| |
Approved by: delphij (mentor)
|
|
|
|
|
| |
Submitted by: uqs
Approved by: delphij (mentor)
|
|
|
|
|
|
|
|
|
| |
kept for compatibility with 4.4BSD behavior.
- Sync SYNOPSIS with usage().
- Use an alternative way to represent short and long options which have
same semantics.
Reviewed by: gabor
|
|
|
|
| |
Reviewed by: gabor
|
|
|
|
|
|
|
|
| |
o Enable building of USD
o Remove commented out targets
o Remove WARNS?=6 lines since it's the default
Reviewed by: gabor
|
|
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
|