xcalc is a scientific calculator X11 client that can emulate a TI-30
or an HP-10C.
This minor maintenance release includes a couple years worth of build
improvements, code cleanups, and bug fixes.
Alan Coopersmith (9):
Remove unused min & max macros from math.c
Replace sprintf & strcpy calls with snprintf & strlcpy
Remove redundant redeclaration of ‘factorial’
Rename "e" arguments to "ev" to avoid shadowing e() function
Mark functions noreturn as suggested by gcc -Wmissing-noreturn
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Replace index() call with strchr()
xcalc 1.0.6
Gaetan Nadon (2):
Assume signal handlers return void, as C89 requires
Replace signal_t with void
Stéphane Aulery (3):
Drop CRAY support
Use the new M_PI symbol from math.h
Use the new M_E symbol from math.h
This minor maintenance release includes a couple years of build improvements,
cleanups, and bug fixes.
Alan Coopersmith (3):
Add const to parse_double() args to fix gcc -Wwrite-strings warnings
Strip trailing whitespace
xcalc 1.0.5
Eric S. Raymond (1):
Use table markup rather than tab stops. Aids DocBook translation.
Gaetan Nadon (4):
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
man: remove trailing spaces and tabs
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
1.0.4.1:
This brown-paper-bag release just rebuilds the tarballs to include the
correct install-sh from the autotools instead of the broken one in the
1.0.4 tarballs. Sorry about that.
1.0.4:
This minor maintenance release provides the usual recent collection of
improvements to the calculation of the build configuration and other
janitorial cleanups.