Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-04 | Many improvements and general cleanup/standardization. | Aaron Campbell | |
1999-12-17 | grammar; one instance found by NetBSD | Paul Janzen | |
1999-11-25 | Parse dates only before the first <tab> character; otherwise, weekly events | Paul Janzen | |
whose description starts with a valid month are misparsed. | |||
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell | |
1999-07-01 | Dominion Day is now known as Canada Day... don't let the name fool you, it | Aaron Campbell | |
means I'm about to drink some serious beer in honor of my country | |||
1999-06-15 | Oops | Paul Janzen | |
1999-06-15 | From NetBSD: clear up the Pioneer 10 entry. While I'm at it, I've moved | Paul Janzen | |
fictional events (mainly from Lord of the Rings) to calendar.fictional, removed a few events which don't really correspond to a specific date, and fixed a few duplicates and such. This file has still not been fact-checked, though. | |||
1999-04-25 | Fixed bug involving offsets from yearly "special events" (i.e Easter). | Paul Janzen | |
1999-04-20 | Don't call sendmail with "-f root" since sendmail isn't run by a "trusted | Paul Janzen | |
user". Removes the X-Authentication-Warning. From FreeBSD. | |||
1999-03-04 | Correctly handle yearly events occurring on fixed weekdays in all cases. | Paul Janzen | |
1999-01-14 | hmm, after all it seems Julian again, but still has nothing to do w/ the ↵ | Michael Shalayeff | |
united states (; | |||
1999-01-14 | this is Gregorian calendar, and it has nothing to do w/ united states | Michael Shalayeff | |
1998-12-16 | more .Nm fixes | Aaron Campbell | |
1998-12-13 | Show 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-08 | Wording and accuracy | Paul Janzen | |
1998-11-08 | Sort output by date; include framework for showing periodic events more than | Paul Janzen | |
once | |||
1998-11-05 | Easter and Y2K leap year fix | Paul Janzen | |
1998-11-04 | Various fixes, including closing user/630. | Paul Janzen | |
1998-11-03 | Some cleanup and some checks from the Encyclopedia Britannica Online | Paul Janzen | |
1998-11-03 | For -t option, call the first two digits of the year cc (century) like date(1) | Todd C. Miller | |
1998-11-03 | Document some bugs wrt -A and -B | Todd C. Miller | |
1998-11-02 | It's "Daylight Saving Time", since it saves daylight. | Paul Janzen | |
1998-11-02 | If de Broglie really had been born in 1774, his 1929 Nobel would have | Paul Janzen | |
arrived quite past his peak years. | |||
1998-10-31 | note samich claus brewing | Michael Shalayeff | |
1998-09-23 | usr.bin/ man page repairs, a - e | Aaron Campbell | |
1998-08-04 | note hamburger, potato and B-25 | Michael Shalayeff | |
1998-03-30 | Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places | Theo de Raadt | |
1998-02-23 | Avoid a few strlen's as strftime(3) returns the len. | Todd C. Miller | |
1998-02-14 | Give correct format to strftime(3) instead of using "%c" and making | Todd C. Miller | |
assumptions as to what that will look like (which is idiotic as %c is locale-dependent). | |||
1998-01-31 | equal time | kstailey | |
1998-01-06 | one less tab | Michael Shalayeff | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-15 | Don't do a setlogin() as it affects everything in the session, not | Todd C. Miller | |
just that process. | |||
1997-09-12 | Kill extra newline in err()/warn(). | Todd C. Miller | |
1997-09-08 | call setlogin(2) | Todd C. Miller | |
1997-08-27 | converted all delimiting spaces to tabs so calendar can grok the entries | Niels Provos | |
1997-08-27 | forgot to correct the birthday of Bach, and Beethoven did not die | Niels Provos | |
on the day he was born ;) | |||
1997-08-27 | added a few dates from freebsd and two years from netbsd, | Niels Provos | |
also added more authors and composers | |||
1997-08-26 | Make -t option use a date string like date(1). | Todd C. Miller | |
1997-06-20 | sigh, who wrote this | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-04 | sort & add a few | Theo de Raadt | |
1997-04-04 | mention mr.tarkovskey | Michael Shalayeff | |
1997-04-03 | more about Gogol (; | Michael Shalayeff | |
1997-04-02 | add Gogol birthday (; | Michael Shalayeff | |
1997-01-30 | the blokes did not get there till 10 years later | Theo de Raadt | |
1997-01-17 | note about Vanya Grozniy | Michael Shalayeff | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |