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 43 44 45 46 47 48 49 50
|
7/9/87
Dave Lemke
lemke@sun.com
Modified so that it works on B&W as well as color displays.
Changed 'stop' and 'go' cards to be labeled.
Fixed roll.c to work on Suns.
Modified cardlib so the makfile would work properly on Suns,
which have a new feature (by at least OS 3.3) that builds
foo if foo.c exists. therefore rules of the form:
ace.o: ace ace_mask ace.c
which should create ace.o from ace.c, which includes ace and
ace_mask, first builds ace from ace.c (with cc -o ace ace.c).
this of course trashes the ace bitmap. solution was to name
change all the bitmap files so there wouldn't be a corresponding
.c file. there may be an easier way, but i don't know it.
7/12/88
Dana Chee
dana@bellcore.com
Converted X10 version to run under X11.
Animated mode no longer works correctly.
The X10 fonts timrom12 and timrom12b are used, and their .bdf
files are included.
4/1/92
Dana Chee
dana@bellcore.com
Cleaned up lint complaints.
Added defines for ultrix and mips to roll().
Cleaned up prototype complaints.
Created proper Imakefiles for R4/R5 (all directories).
Removed unused files.
Fixed text clear/redraw problem.
Added comments to Imakefile about fonts.
Packaged for net submittal.
Updated version number (easier for bug reports).
2001-03-29 Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
* save.c: Include <time.h> to get struct tm, not <sys/time.h>.
|