--- hcal.c.orig Mon Jun 7 15:50:00 1993 +++ hcal.c Tue Jan 11 22:48:57 2000 @@ -42,7 +42,7 @@ t = time(0); tm = localtime(&t); m = tm->tm_mon+1; - y = tm->tm_year; + y = tm->tm_year+1900; } jflg = 0; break; --- hdate.c.orig Wed Jul 8 11:16:00 1992 +++ hdate.c Tue Jan 11 22:39:43 2000 @@ -49,7 +49,7 @@ tm = localtime(&t); n = tm->tm_mday; m = tm->tm_mon+1; - y = tm->tm_year; + y = tm->tm_year+1900; jflg = 0; } else if(argc == 4) { y = atoi(argv[3]); --- Makefile.orig Sun Aug 9 11:40:00 1992 +++ Makefile Tue Jan 11 22:47:51 2000 @@ -1,5 +1,5 @@ # Uncomment any relevant conversion options if -DHEBREW is set -# CONVS= -DISO_8859 # convert to Hebrew according to ISO-8859/8 standard +CONVS= -DISO_8859 # convert to Hebrew according to ISO-8859/8 standard # CONVS= -DIBM # convert to Hebrew according to IBM standard CFLAGS= -O -DHEBREW $(CONVS)