| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fix a ton of speelling errors
|
|
|
|
|
|
|
|
|
|
|
|
| |
Explicitly use GNU cpp for preprocessing.
Remove explicit debugging code.
Change some variable names to be less confusing.
Improve some comments.
Improve indentation.
PR: 162211
168785
MFC after: 2 weeks
|
|
|
|
| |
Reported by: peterj@
|
|
|
|
| |
routines I have ever seen and replace with something far more boring.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add ? option to optstring.
- Sort options alphabetically.
- Vertical space.
Tidy up usage() function.
Bring man page in sync with source.
Ensure that debug code is only executed with the -d option.
Submitted by: Christiane Yeardley
|
|
|
|
| |
PR: bin/157718
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Jul/Sat+3 Every third saturday of July - Jul/Sat+3
which was able to be done via:
Jul/SatThird Every third saturday of July - Jul/SatThird
Add interpreters for:
SatFourth Every third saturday of each month - SatFourth
Sat+4 Every third saturday of each month - Sat+4
Sat Every saturday of each month - Sat
MFC after: 2 weeks
|
| |
|
| |
|
| |
|
|
|
|
| |
be able to specify a year string in an entry.
|
| |
|
|
|
|
|
|
| |
- Remove the 3rd clause of the UC Berkeley copyrighted files.
- For the files added copyrighted by me, move the "All rights
reserved" to the next line.
|
|
|
|
| |
Pointy hat to: edwin@
|
|
- Repeating events which span multiple years (because of -A, -B or
just the three days before the end of the year).
- Support for lunar events (full moon, new moon) and solar events
(equinox and solstice, chinese new year). Because of this, the
options -U (UTC offset) and -l (longitude) are available to
compensate if reality doesn't match the calculated values.
MFC after: 1 month
|