11 Commits

Author SHA1 Message Date
Erik Auerswald 6d787a2683 add packagers to THANKS file
The email addresses are those found in public package maintainer
information already.
2019-02-03 16:27:01 +01:00
Erik Auerswald c6755feeb0 add Robert Sund w/o email to THANKS file 2017-02-28 21:51:26 +01:00
Erik Auerswald cfd6cfd5ea added Steve Meyer to THANKS for reporting the bug fixerd in r145 2014-10-27 15:30:21 +00:00
Erik Auerswald 6b998fc3b3 Followup to Cristiano's patch:
- fix crash with zero height "digits"
- add Cristiano to THANKS
- add new option to man page
2013-12-22 14:57:57 +00:00
Erik Auerswald 8d0cfb60e9 Added Russell Currie <rc454@cam.ac.uk> to THANKS file.
"Thanks, I'm happy for you to add me (Russell Currie <rc454@cam.ac.uk>)."
Russel reported the floating point exception (division by zero) error
with zero width digits, and even provided patches fixing this.
2013-09-02 19:41:26 +00:00
Erik Auerswald 939bb8fab6 Added Tim Fardell <tim.fardell@btinternet.com> to the THANKS file for
reporting an alternative way to display the digit 9.

He wrote: "yes, please feel free to add me to the THANKS file :-)"
2013-08-05 16:05:26 +00:00
Erik Auerswald 170f50477e THANKS: added Alan Bates (his email address is already publicly available
on his University's web presence).
2013-01-11 12:02:14 +00:00
Erik Auerswald a3b51a8705 Added Carlos A. Neves to THANKS file for suggesting recognition of a
decimal point between seven segment digits.
2012-11-03 23:00:19 +00:00
Erik Auerswald 4051038571 Added Jörg Mayer to the THANKS file. 2012-02-16 14:43:24 +00:00
Erik Auerswald 19d4ffc45f Fixed an unitialized variable error:
GCC on Ubuntu 11.04 64-bit produces the following error:

ssocr-2.9.5$ make
cc -Wall -W -Wextra -pedantic -Werror -pedantic-errors  -O6   -c -o
ssocr.o ssocr.c
cc1: warnings being treated as errors
ssocr.c: In function ‘main’:
ssocr.c:57:11: error: ‘count’ may be used uninitialized in this function
make: *** [ssocr.o] Error 1

This was reported by Bruce Dudek <bd4465@comcast.net>.

If no input could be read from STDIN a spuriour error message might have
been created by this error.

Bumped the version number to 2.9.6 to reflect the bugfix.

Waiting for Bruce to tell me if I may add his name and email address to the
released THANKS file (the checked in version does contain it both).
2012-02-15 15:51:49 +00:00
Erik Auerswald f96121c7ba Added THANKS file to honour contributors. 2010-06-08 10:40:17 +00:00