Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/predefine/predefined/ | brooks | 2006-01-24 | 1 | -1/+1 |
| | | | | | | PR: gnu/86627 Submitted by: Arne Woerner <arne_woerner at yahoo dot com> MFC After: 6 days | ||||
* | s/routnes/routines/ in help message. | brooks | 2005-09-27 | 1 | -1/+1 |
| | | | | | | | | This file is already off the vendor branch and there hasn't been a bc release in more than 4 years so I can't see any harm in fixing this. Submitted by: Arne Woerner <arne_woerner at yahoo dot com> PR: gnu/86627 | ||||
* | Remove files no longer needed | ache | 2004-02-17 | 4 | -1069/+1 |
| | |||||
* | getopt_long() returned 0 (i.e. long options) case not handled, add it | ache | 2004-02-17 | 1 | -0/+4 |
| | | | | (symptom: "bc --quiet" not works while "bc -q" works) | ||||
* | This commit was generated by cvs2svn to compensate for changes in r90238, | sheldonh | 2002-02-05 | 1 | -1/+1 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Fix obscure bug in code loading support that could cause parsing of | sheldonh | 2002-02-05 | 1 | -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. | peter | 2001-11-04 | 7 | -1519/+0 |
| | | |||||
* | | Fixed warning: | ru | 2001-07-12 | 1 | -1/+1 |
| | | | | | | | | bc.1:643: warning: numeric expression expected (got `e') | ||||
* | | Remove conflicting readline prototype | ache | 2001-04-11 | 1 | -1/+0 |
| | | |||||
* | | Resolve conflicts | kris | 2001-02-26 | 4 | -112/+263 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r73064, | kris | 2001-02-26 | 57 | -1434/+4380 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Initial import of bc 1.0.6 | kris | 2001-02-26 | 61 | -1549/+4644 |
| | | |||||
* | | Update this for the recient import. | obrien | 2000-01-16 | 1 | -8/+8 |
| | | |||||
* | | Merge rev 1.2 into BC 1.0.5a, which fixes a spelling error. | obrien | 2000-01-16 | 1 | -33/+46 |
| | | |||||
* | | GNU has figured out they should fix the bug we fixed in rev 1.2 themselves. | obrien | 2000-01-16 | 1 | -6/+14 |
| | | | | | | | | So return this file back to the stock version. | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r56101, | obrien | 2000-01-16 | 26 | -670/+1326 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import GNU bc 1.05a. | obrien | 2000-01-16 | 28 | -708/+1382 |
| | | |||||
* | | bc core dumped when a value with between 128 and 255 (mod 256) digits | n_hibma | 1999-07-28 | 2 | -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/ | phk | 1998-09-17 | 1 | -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 the | jdp | 1998-08-28 | 1 | -11/+0 |
| | | | | | | | | | | | | Policies section of the Handbook. Submitted by: "David O'Brien" <obrien> | ||||
* | | Fix a bunch of spelling errors. | steve | 1998-06-04 | 2 | -3/+3 |
| | | | | | | | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net> | ||||
* | | .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT | phk | 1998-05-13 | 1 | -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 fix | ache | 1998-05-02 | 2 | -9/+6 |
| | | | | | | | | for 'echo' problem instead | ||||
* | | If not interactive, we need the traditional behaviour of the input | jb | 1998-05-02 | 2 | -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.h | ache | 1998-04-30 | 3 | -44/+2 |
| | | |||||
* | | Add removed files to the removed list | ache | 1998-04-30 | 2 | -0/+2 |
| | | |||||
* | | Remove junk files that occupes space: Flex/Bison output and TeX macros | ache | 1998-04-30 | 3 | -7926/+0 |
| | | |||||
* | | Added short instruction for FreeBSD how to import | andreas | 1998-04-29 | 2 | -0/+20 |
|/ | |||||
* | Import GNU bc 1.04 | andreas | 1998-04-29 | 90 | -0/+27534 |
PR: 4183 |