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
..
2006-03-21 21:59:56 +00:00
2006-03-16 16:49:07 +00:00
2006-02-20 16:31:02 +00:00
2006-03-16 16:49:07 +00:00
2006-03-05 17:03:19 +00:00
2006-02-28 17:17:43 +00:00
2006-02-25 02:28:55 +00:00
2006-03-23 23:33:28 +00:00
2006-03-19 10:45:03 +00:00
2006-03-20 23:13:51 +00:00
2006-03-23 23:33:28 +00:00
2006-03-20 17:03:08 +00:00
2006-03-20 04:03:10 +00:00
2006-03-20 04:03:10 +00:00
2006-03-20 04:03:10 +00:00
2006-03-16 23:25:17 +00:00
2006-03-18 11:15:00 +00:00
2006-02-23 20:57:03 +00:00