Blame NEWS

Packit 70b277
This is GNU bc version 1.07.1.  (And dc version 1.4.1)
Packit 70b277
Packit 70b277
Changes in bc from 1.07 to 1.07.1.
Packit 70b277
    Fixed ibase extension causing problems for read()
Packit 70b277
    Fixed parallel make problem.
Packit 70b277
Packit 70b277
Changes in dc 1.4 to 1.4.1.
Packit 70b277
    Fixed dc "Q" comanmd bug.
Packit 70b277
Packit 70b277
Changes in bc from 1.06 to 1.07.
Packit 70b277
    Added void functions.
Packit 70b277
    Bug fixes:
Packit 70b277
	fixes bug in load_code introduced by mathlib string storage in 1.06.
Packit 70b277
	fix to get long options working.
Packit 70b277
	signal code clean-up.
Packit 70b277
	fixed a bug in the AVL tree routines.
Packit 70b277
	fixed math library to work properly when called with ibase not 10.
Packit 70b277
	fixed a symbol table bug when using more than 32 names.
Packit 70b277
	removed a double free.
Packit 70b277
    Added base 17 to 36 for ibase.
Packit 70b277
    Fixed some memory leaks.
Packit 70b277
    Various small tweaks and doc bug fixes.
Packit 70b277
Packit 70b277
Changes in dc from 1.3 to 1.4:
Packit 70b277
    Recognize and handle tail recursion.
Packit 70b277
    Add 'r' and 'R' commands for stack manipulation.
Packit 70b277
    Finally fix dc to trap interrupts, like the documentation has said it
Packit 70b277
    should: aborts any executing macros, but does not exit the program.
Packit 70b277
    Bug fixes.
Packit 70b277
    Miscellaneous code clean-up.
Packit 70b277
    Changed to detect directories and generate errors.
Packit 70b277
    Detects and reports on any output errors; exits non-success.
Packit 70b277
Packit 70b277
Changes in dc from 1.2 to 1.3:
Packit 70b277
    Minor bug fixes.
Packit 70b277
    New multiply algorithm of bc.
Packit 70b277
Packit 70b277
Changes in bc from 1.05 to 1.06:
Packit 70b277
    New multiply algoirthm and many other changes in lib/number.c
Packit 70b277
    Function size now done dynamically.
Packit 70b277
    Function syntax in non-posix mode allows newlines in more places.
Packit 70b277
    Bug fixes:
Packit 70b277
	improved computation of j(n,x).
Packit 70b277
	enables readline only if interactive.
Packit 70b277
	for statment bug fixed.
Packit 70b277
	use int instead of char for readline char counts.
Packit 70b277
	improved cosine accuracy.
Packit 70b277
Packit 70b277
Changes in dc from 1.1 to 1.2:
Packit 70b277
    added !< != !> commands
Packit 70b277
    arrays now stack
Packit 70b277
    output is now line buffered, provided setvbuf() is available
Packit 70b277
    fixed known bugs in 'q', 'Q', 'a' commands, '-f' command-line option,
Packit 70b277
      and documentation
Packit 70b277
	changed the 'P' command's behavior on a numeric argument:
Packit 70b277
	  due to popular demand it now does the equivalent of 'aP'
Packit 70b277
	  (for small values)
Packit 70b277
	added new 'n' command to do what the old 'P' command did
Packit 70b277
Packit 70b277
Changes in bc from 1.04 to 1.05:
Packit 70b277
    Solaris makes work better.
Packit 70b277
    bug fixes
Packit 70b277
	stdout now always does line buffering.
Packit 70b277
	sqrt bug fixed for small numbers.
Packit 70b277
	readline (if support is compiled in) is enabled only for
Packit 70b277
		interactive executions of bc.
Packit 70b277
Packit 70b277
Packit 70b277
This is GNU bc version 1.04.  (And dc version 1.1)
Packit 70b277
Packit 70b277
Changes from 1.03
Packit 70b277
Packit 70b277
	reorganization of source tree
Packit 70b277
	use of automake
Packit 70b277
Packit 70b277
	new commands for dc (|, ~, r, a)
Packit 70b277
	new command line options for dc
Packit 70b277
Packit 70b277
	fixed infinite loop in sqrt in bc
Packit 70b277
	fixed an I/O bug in bc
Packit 70b277
	made bc conform to POSIX for array parameters
Packit 70b277
	added long option support for bc
Packit 70b277
	new commandline options for bc (-q)
Packit 70b277
	added support for readline to bc (use configure --with-readline)
Packit 70b277
	command line argumens can now be taken from an environment variable
Packit 70b277
	
Packit 70b277
Packit 70b277
Changes from 1.02
Packit 70b277
Packit 70b277
	minor bug fixes in bc.
Packit 70b277
Packit 70b277
	addition of Ken Pizzini's dc program that uses the GNU bc 
Packit 70b277
	arbitrary precision arithmetic routines.
Packit 70b277
Packit 70b277
Changes from 1.01
Packit 70b277
	
Packit 70b277
	minor bug fixes.
Packit 70b277
Packit 70b277