summaryrefslogtreecommitdiffstats
path: root/contrib/bc
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r90238,sheldonh2002-02-051-1/+1
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Fix obscure bug in code loading support that could cause parsing ofsheldonh2002-02-051-1/+1
| | | | | | | | | | | | | | | | | | functions in multi-line files to fail, depending on the state of the stack. The fix is sanctioned by the vendor and will appear in bc-1.07. PR: bin/34601 Reported by: mi Obtained from: Phil Nelson <phil@cs.wwu.edu>
* | Remove files that were not part of the bc-1.06 import.peter2001-11-047-1519/+0
| |
* | Fixed warning:ru2001-07-121-1/+1
| | | | | | | | bc.1:643: warning: numeric expression expected (got `e')
* | Remove conflicting readline prototypeache2001-04-111-1/+0
| |
* | Resolve conflictskris2001-02-264-112/+263
| |
* | This commit was generated by cvs2svn to compensate for changes in r73064,kris2001-02-2657-1434/+4380
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of bc 1.0.6kris2001-02-2661-1549/+4644
| |
* | Update this for the recient import.obrien2000-01-161-8/+8
| |
* | Merge rev 1.2 into BC 1.0.5a, which fixes a spelling error.obrien2000-01-161-33/+46
| |
* | GNU has figured out they should fix the bug we fixed in rev 1.2 themselves.obrien2000-01-161-6/+14
| | | | | | | | So return this file back to the stock version.
* | This commit was generated by cvs2svn to compensate for changes in r56101,obrien2000-01-1626-670/+1326
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import GNU bc 1.05a.obrien2000-01-1628-708/+1382
| |
* | bc core dumped when a value with between 128 and 255 (mod 256) digitsn_hibma1999-07-282-1/+3
| | | | | | | | | | | | | | | | was entered. PR: 12550 Submitted by: Vladimir Tchoukharev chu@gpi.ru Reviewed by: Phil Nelson <phil@cs.wwu.edu> (maintainer of bc)
* | s/the the/to the/phk1998-09-171-2/+2
| | | | | | | | | | | | PR: 7922 Reviewed by: phk Submitted by: Kaneda Hiloshi <vanitas@ma3.seikyou.ne.jp>
* | This file has been renamed to FREEBSD-upgrade in accordance with thejdp1998-08-281-11/+0
| | | | | | | | | | | | Policies section of the Handbook. Submitted by: "David O'Brien" <obrien>
* | Fix a bunch of spelling errors.steve1998-06-042-3/+3
| | | | | | | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net>
* | .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTphk1998-05-131-1/+1
| | | | | | | | | | | | PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
* | Back out complex and semi-correct workaround and commit one line fixache1998-05-022-9/+6
| | | | | | | | for 'echo' problem instead
* | If not interactive, we need the traditional behaviour of the inputjb1998-05-022-4/+8
| | | | | | | | | | | | | | | | | | | | not being echoed to the output. So as a _hack_ to get the world building again, redirect the readline rl_outstream to stderr when not interactive. The proper way to handle non-interactive mode is to read from stdin and don't worry about edit mode, but this is GNU so it's not worth the time thinking about. I'm already pissed off that I even had to look at this "nice code".
* | Remove generated bc.hache1998-04-303-44/+2
| |
* | Add removed files to the removed listache1998-04-302-0/+2
| |
* | Remove junk files that occupes space: Flex/Bison output and TeX macrosache1998-04-303-7926/+0
| |
* | Added short instruction for FreeBSD how to importandreas1998-04-292-0/+20
|/
* Import GNU bc 1.04andreas1998-04-2990-0/+27534
PR: 4183
OpenPOWER on IntegriCloud