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 New sentence, new line. Bump date for **. 2004-12-08 15:44:21 +00:00
calendar.c Correct logic error in wildcard handling, which was causing the 2006-03-24 23:30:08 +00:00
pathnames.h Since we fall back to /etc/calendar now (if present), put that path properly 2004-12-07 16:47:32 +00:00