diff options
Diffstat (limited to 'gnu/usr.bin/dc/ChangeLog')
| -rw-r--r-- | gnu/usr.bin/dc/ChangeLog | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/gnu/usr.bin/dc/ChangeLog b/gnu/usr.bin/dc/ChangeLog new file mode 100644 index 000000000000..09aaf4706884 --- /dev/null +++ b/gnu/usr.bin/dc/ChangeLog @@ -0,0 +1,77 @@ +Fri May 21 15:02:52 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) + + * Version 0.2 released. + +Fri May 21 11:48:11 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) + + * decimal.c (decimal_rem): Update to match fixes in decimal_div. + +Thu May 20 03:12:41 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) + + * Makefile.in (realclean): Delete dc.info* and configure. + (DISTFILES): Add `texinfo.tex' and `NEWS'. + texinfo.tex: New file (symlink to canonical source). + NEWS: New file. + +Wed May 19 11:30:09 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) + + * dc.c (dec_read): Accept only A through F. + +Tue May 18 12:35:54 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) + + * dc.c (read_string): New arg STARTC to handle nested brackets. + (execute): Change calls to read_string. + (condop): Don't assume result of decimal_compare has abs value <= 1. + (popmacro): If no macro in progress, exit. + +Sun May 2 00:42:47 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) + + * decimal.c (decimal_div): Include in trial_dividend the digit + at length2 + i - 2, if there is one. + +Sat May 1 09:54:35 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) + + * decimal.c (decimal_parse): Don't use digits without recalculation + if some digit exceeds the radix. + + * dc.c (execute): Treat A...F as digits. + (dec_read): Treat A...F as digits. + +Thu Apr 29 14:17:30 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) + + * decimal.h (bcopy): Use memcpy, not memmove. + + * decimal.c (flush_trailing_digits): Use explicit loop, not bcopy. + +Tue Apr 20 17:21:27 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) + + * dc.c (pushsqrt): `precision' is an argument to `decimal_sqrt', not + `push'. + +Sat Apr 17 15:47:55 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) + + * All files: Updated GPL version number. + + * decimal.c: Include decimal.h and delete duplicate declarations. + + * decimal.h [!HAVE_BCOPY]: #define bcopy. + [!HAVE_BZERO]: #define bzero. + +Sun Feb 10 22:06:15 1991 Richard Stallman (rms at mole.ai.mit.edu) + + * dc.c (execute): Insert break; in \n case. + +Sun Jul 29 17:50:14 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu) + + * decimal.c (decimal_neg): New function. + +Fri Jul 27 04:11:34 1990 David J. MacKenzie (djm at albert.ai.mit.edu) + + * bceval.c, bclex.c, bcprint.c, bcsym.c: Declare some functions + static. + +Mon Dec 25 03:01:49 1989 David J. MacKenzie (djm at hobbes.ai.mit.edu) + + * Makefile: add some missing rules. + + * decimal.c: change a 'max' to 'MAX'. |
