summaryrefslogtreecommitdiff
path: root/gnu/dist/bc
AgeCommit message (Collapse)Author
2003-10-13Prevent funny output when giving a directory name on the command line.hubertf
Before: $ dc .. miyu% dc .. dc: 02 unimplemented dc: 0 unimplemented dc: 0 unimplemented dc: input base must be a number between 2 and 16 (inclusive) dc: stack empty dc: stack empty dc: 'h' (0150) unimplemented dc: stack empty dc: 'u' (0165) unimplemented ... ** get heart attack suspecting major FS corruption ** After: $ dc .. Cannot use directory as input!
2003-03-31bessel->Bessel (Igor Sobrado, PR misc/19700)perry
2002-12-21specifying, not specifing. From Adrian Mrva.wiz
2002-12-21environment, not environent. From Adrian Mrva.wiz
2001-02-19Fix problems in "for (;;)" and put back in quiet mode.phil
2001-02-18Spelling correction. Get long options working correctly.phil
2001-02-11New library string makes it necessary to make this variable (save_adr) static.phil
2001-01-11Sync with bc master sources. (post 1.06)phil
2001-01-11Make quiet mode the standard on NetBSD!phil
2001-01-08need string.h for mem* prototypes.itojun
XXX not sure if we need to compile getopt{,1}.c in gnu/usr.bin/{bc,dc}...
2001-01-08Finish the import of bc-1.06.phil
2001-01-08Import bc-1.06phil
2000-11-01Use NetBSD's getopt{,_long}.wiz
1999-10-08s/ the the / the /msaitoh
1999-10-04Improve the accuracy of raise, cosine, and bessel functions.phil
1999-03-09The .IP tag must be one word.ross
1999-02-11Add Info directory entry.tv
1999-02-04Round 2 of gnu/dist cleanup:tv
- remove ChangeLogs (still available on vendor FSF/CYGNUS branch, 1.1.1) - remove many target-system config files unrelated to NetBSD targets
1999-02-03First round of gnu/dist cleanup - remove:tv
- files removed in binutils 2.8.1 or 2.9.1 - some testsuite stuff - VMS, MS-DOS, and MPW Macintosh build environmanet (most of which are quite old and out of maintenance) - generated GNU info files - non-NetBSD-target makefile fragments
1999-01-18Don't use the distributed yacc'd and lex'd files; build our own withsimonb
our own tools from the original .y/.l files.
1999-01-16Apply previous NetBSD patch:simonb
wouldn't compile due to clash with type of (undeclared) strlen on alpha. Fixed by including string.h.
1999-01-16Apply previous NetBSD patch:simonb
PR/5793: Fix core dump caused by input strings more than 127 characters in length when readline is used (rl_len was a *char*!!!). Undo disabling of readline (this fix was like ``finger hurts, cut hand'') I guess PR/5793 is already closed... Also GC rl_start.
1999-01-16Import bc-1.05asimonb