| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-10-13 | Prevent 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-31 | bessel->Bessel (Igor Sobrado, PR misc/19700) | perry | |
| 2002-12-21 | specifying, not specifing. From Adrian Mrva. | wiz | |
| 2002-12-21 | environment, not environent. From Adrian Mrva. | wiz | |
| 2001-02-19 | Fix problems in "for (;;)" and put back in quiet mode. | phil | |
| 2001-02-18 | Spelling correction. Get long options working correctly. | phil | |
| 2001-02-11 | New library string makes it necessary to make this variable (save_adr) static. | phil | |
| 2001-01-11 | Sync with bc master sources. (post 1.06) | phil | |
| 2001-01-11 | Make quiet mode the standard on NetBSD! | phil | |
| 2001-01-08 | need 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-08 | Finish the import of bc-1.06. | phil | |
| 2001-01-08 | Import bc-1.06 | phil | |
| 2000-11-01 | Use NetBSD's getopt{,_long}. | wiz | |
| 1999-10-08 | s/ the the / the / | msaitoh | |
| 1999-10-04 | Improve the accuracy of raise, cosine, and bessel functions. | phil | |
| 1999-03-09 | The .IP tag must be one word. | ross | |
| 1999-02-11 | Add Info directory entry. | tv | |
| 1999-02-04 | Round 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-03 | First 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-18 | Don't use the distributed yacc'd and lex'd files; build our own with | simonb | |
| our own tools from the original .y/.l files. | |||
| 1999-01-16 | Apply previous NetBSD patch: | simonb | |
| wouldn't compile due to clash with type of (undeclared) strlen on alpha. Fixed by including string.h. | |||
| 1999-01-16 | Apply 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-16 | Import bc-1.05a | simonb | |
