This release fixes things that cause warnings from gcc or cppcheck,
as well as assorted build system maintenance and tuneups.
Alan Coopersmith (5):
Fix misleading indentation in math.c
Reword fall through comments to appease gcc -Wimplicit-fallthrough
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
xcalc 1.0.7
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Stéphane Aulery (2):
Reduce scope of cell (cppcheck --verbose --enable=all)
Reduce scope of i (cppcheck --verbose --enable=all)
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
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.