freebsd-dev/usr.bin/calendar
Ed Schouten bf70becee6 More -Wmissing-variable-declarations fixes.
In addition to adding `static' where possible:

- bin/date: Move `retval' into extern.h to make it visible to date.c.
- bin/ed: Move globally used variables into ed.h.
- sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings.
- usr.bin/calendar: Remove unneeded variables.
- usr.bin/chat: Make `line' local instead of global.
- usr.bin/elfdump: Comment out unneeded function.
- usr.bin/rlogin: Use _Noreturn instead of __dead2.
- usr.bin/tset: Pull `Ospeed' into extern.h.
- usr.sbin/mfiutil: Put global variables in mfiutil.h.
- usr.sbin/pkg: Remove unused `os_corres'.
- usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'.
2012-10-19 14:49:42 +00:00
..
calendars - Add myself as a new src committer. 2012-09-16 06:44:58 +00:00
calendar.1 Remove contractions. 2012-10-07 20:01:41 +00:00
calendar.c More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
calendar.h Replace hard-coded value by Julian2Gregorian converter function. 2011-02-18 13:41:45 +00:00
dates.c More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
day.c More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
events.c On request of joel@: 2010-03-30 06:42:01 +00:00
io.c More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
locale.c '\0' -> 0 2010-08-19 21:59:39 +00:00
Makefile Add pt_BR.ISO8859-1 and pt_BR.UTF-8 directories to install. 2012-02-23 17:47:48 +00:00
ostern.c Long awaited update to the calendar system: 2010-03-29 06:49:20 +00:00
parsedata.c Tidy up command line processing: 2011-11-09 01:40:46 +00:00
paskha.c Replace hard-coded value by Julian2Gregorian converter function. 2011-02-18 13:41:45 +00:00
pathnames.h On request of joel@: 2010-03-30 06:42:01 +00:00
pom.c Use a pair of parentheses to ensure right evaluation order. 2011-07-11 05:40:46 +00:00
sunpos.c Make clang happier by removing unused assignments. 2010-06-05 12:31:08 +00:00