summaryrefslogtreecommitdiff
path: root/usr.bin/calendar/calendar.h
AgeCommit message (Collapse)Author
2001-09-27some fixes and cleanups some from dfa@solo.ee, some pointedMichael Shalayeff
out by pjanzen@ .
2001-09-26special procesing for cyrillic calendars (.ru, .ua, .by for now).Michael Shalayeff
does not affect any existing behaviour for everything else. old idea expressed by form@; millert@ ok
2001-09-03- Prevent users from hanging or killing 'calendar -a', at the cost ofPaul Janzen
one additional fork() per user who has a calendar file. Side effect is that root runs much less code. - Use login caps so we don't, for example, give a user more processes than he's allowed. - tmpfile() rather than mkstemp() means never leaving junk behind. - Don't let 'calendar -a' take more than a day. Reviewed by millert@
1998-12-13Show periodic events the correct number of times.Paul Janzen
Calculate special events (Easter) correctly regardless of which year they occur in (thus fixing user/562). Keep locales and special event names from propogating from one user to the next during "calendar -a". Set up a framework to handle special events other than Easter (for instance, Jewish events, eventually). Various other fixes.
1998-11-08Sort output by date; include framework for showing periodic events more thanPaul Janzen
once
1998-03-30Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various placesTheo de Raadt
1996-12-05FreeBSD calendar(1) + OpenBSD changes.Todd C. Miller