1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
version 1.2 02/17/96
- various cleanups
- fixed man page location to be under /usr/local, like binary
sugessted by Nathan <nathan.phillips@st-hughs.oxford.ac.uk>
version 1.1 11/19/94
- added '-s -N' to CFLAGS in the Makefile to make executable smaller.
suggested by Davor Jadrijevic <davor%emard.uucp@ds5000.irb.hr>
- renamed the directional #defines from LEFT to BL_LEFT, etc... to avoid
conflicts with other #defines.
suggested by Mark Dobie <mrd@ecs.soton.ac.uk>
- changes to #includes to help it compile under all sorts of different kernel
versions.
suggested by Mark Dobie <mrd@ecs.soton.ac.uk>
suggested by Eric Ding <ericding@San-Jose.ate.slb.com>
suggested by Dane Jasper <dane@nermal.santarosa.edu>
- added #defines to support keyboards that have a different LED arrangement.
suggested by David G <djg1@ukc.ac.uk>
- moved random number seeding into main(), so the random number actually changes
more than once a second. Now, the delay value also works with the random
option.
suggested by David G <djg1@ukc.ac.uk>
- added -S option to only blink scroll LED, other small changes to #defines,
updated man page, changes to Makefile.
implemented by Ed Doolittle <dolittle@math.toronto.edu>
- added -N and -C options to only blink num and caps LED, respectively
(modified scroll LED blinking code).
- several cosmetic changes to code and man page.
version 1.0 7/26/94
- original program
|