NetBSD/usr.bin/calendar
jld 42ddba8762 Correct logic error in wildcard handling, which was causing the
day-of-month on normal entries to always be treated as a wildcard.

Specifically, "if (x&(y|z))" is equivalent to "if ((x&y)||(x&z))", not
"if ((x&y)&&(x&z))", which latter is clearly what was intended.
2006-03-24 23:30:08 +00:00
..
calendars Add dates of ews4800mips and 3.0 release. 2006-01-09 18:45:00 +00:00
Makefile
calendar.1
calendar.c Correct logic error in wildcard handling, which was causing the 2006-03-24 23:30:08 +00:00
pathnames.h