/tools/libfdt/

on.ico'/>
summaryrefslogtreecommitdiff
path: root/usr.bin/calendar/calendar.c
AgeCommit message (Expand)Author
2016-06-03Commit patch sent to tech-userlevel with universal approval to add aagc
2015-07-01Repair accidental regression in -r1.49: for -a mode, don't allowdholland
2015-07-01Correct privilege handling problems in calendar -a (which runs as rootdholland
2013-11-09reorganize to make clear variable use.christos
2012-04-03Stop playing games with stdin and stdout file descriptors.matthias
2009-12-08Fix problem of reporting wrong matches noted in PR 41945 by using a patchwiz
2008-09-30If the parser scrapes up something it thinks is positionally a month, butdholland
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-04-09fixed reversed tests in calendar (from Anon Ymous)christos
2008-03-07ansi and lint fixes from Anon Ymouschristos
2008-03-06Treat "Thursday" as "*Thursday" from anon ymouschristos
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2006-10-07PR/20319: Jeremy C. Reed: calendar reports other months that have matchingelad
2006-09-23PR/30107: Bob Kemp: calendar reports non-matching days.elad
2006-03-24Correct logic error in wildcard handling, which was causing thejld
2005-07-15Add missing break. From YOMURA Masanori in PR 30751.wiz
2005-06-02appease gcc -Wuninitializedlukem
2004-12-07Since we fall back to /etc/calendar now (if present), put that path properlyjwise
2004-12-06Play with calendar syntax a little, allowing both of month and dayjwise
2004-11-30Add -x to usage and to getopt options string (hi Jim!).wiz
2004-11-30Now that cpp(1) understands the CPP_RESTRICTED environment variable, setjwise
2004-11-29On further thought, always search for calendar files in the caller's homejwise
2004-11-29Instead of searching only for a calendar file named `calendar' in the currentjwise
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-09-30Add option to remove escape character before comment character inbriggs
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-11-30tweaks for fparseln(3) move from libutil to libc:lukem
2001-12-04- knfchristos
2001-02-19convert to use getprogname()cgd
2000-12-20__CONCAT does token pasting, not string concatnation. if something like:cgd
2000-11-29Open only plain files [please someone add O_REG_ONLY]. Since /etc/dailychristos
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-11-02revert previouslukem
1999-11-02remove superfluous '-' in getopt stringlukem
1998-11-06- factor out common codechristos
1998-10-12Use __CONCAT to concatenate strings "-I" and _PATH_CALENDARS.wsanchez
1998-10-12Replace _PATH_INCLUE with _PATH_CALENDARS for clarity.wsanchez
1998-07-28__AUDIT__ cleanup.mycroft
1998-07-27const poisoning.mycroft
1998-04-01Need <time.h> for time(), localtime(), strftim() and mktime() prototypes.kleink
1998-02-04- Y2K fixeschristos
1997-10-18WARNSify, fix .Nm usage, deprecate registerlukem
1997-08-26Enhancements from Ty Sarna <tsarna@endicor.com>, per PR #3935. Allowthorpej
1997-06-20Ensure calendar doesn't go past \0 in a string.lukem