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