NetBSD/usr.bin/calendar
christos bb58ba64b2 - knf
- use cpp -traditional, since the default has now changed. We want to allow
  unmatched single quotes!
- use fparseln, instead of a fixed 2k buffer.
- make all locals static and move to the top. This is so we can eventually
  make calendar understand languages other than us_en
- add braces and continue's to clarify things.
- replace gratuitous fprintf uses with warnx.
- replace vforks() with forks() since we tried to print errors with stdio.
- add more warnings so that we know how things fail.

XXX: Eventually we'll have to remove the cpp dependency, and we should:
	- make it use m4 instead [bad, breaks compatibility]
    or
	- add a small cpp like parser for #include [bad, too much code]
2001-12-04 15:55:32 +00:00
..
calendars Fix description of Thanksgiving Day per misc/14519 by Lawrence Doan, 2001-11-10 08:21:07 +00:00
Makefile - knf 2001-12-04 15:55:32 +00:00
calendar.1 Use .Bd -literal instead of -unfilled. 2001-12-01 18:52:13 +00:00
calendar.c - knf 2001-12-04 15:55:32 +00:00
pathnames.h