xref: /freebsd/contrib/tcsh/Y2K (revision 7d99ab9fd0cc2c1ce2ecef0ed6d0672c2a50b0cb)
1The tcsh code has been tested on a solaris-2.6 machine and a
2NetBSD-1.3H machine running before, and after the year 2000. The
3code has been also visually inspected for Y2K compliance problems.
4Tcsh does not use time functions for anything but display purposes,
5so its operation should not be affected assuming that the time
6related functions of the c library work properly.
7
8Note: Since the last audit, tcsh-6.08.00 has been found to have
9a minor problem with %y in the prompt (it will print 10 instead
10of 00 in y2k). This has been fixed in tcsh-6.09.00.
11