Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Compile with libedit. No OPTIONS, just do it unconditionally given that it | Gabor Kovesdan | 2010-02-04 | 1 | -0/+2 |
| | | | | | | | | | | is part of the base system. - Bump PORTREVISION Requested by: Lucius Windschuh <lwindschuh@googlemail.com> Notes: svn path=/head/; revision=249233 | ||||
* | bc is an arbitrary precision numeric processing language. Syntax is similar | Gabor Kovesdan | 2010-02-03 | 3 | -0/+46 |
to C but differs in many substantial areas. It supports interactive execution of statements. The bc utility is included in the POSIX 1003.1-2008 standard. WWW: http://www.gnu.org/software/bc/ Notes: svn path=/head/; revision=249168 |