aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cal.c
AgeCommit message (Expand)Author
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-01-15whitespace fixes. no code changesDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2011-01-11libbb unicode: comment out usused function and unused parameterDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko
2010-01-31cal: add a unicode testDenys Vlasenko
2010-01-30further work on unicodizationDenys Vlasenko
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-06cal: document the location of unicode bug. no code changesDenys Vlasenko
2010-01-04*: remove some uses of argcDenys Vlasenko
2009-10-22*: remove last function calls to isspaceDenys Vlasenko
2009-10-06*: use {i,u}toa() where appropriateDenys Vlasenko
2008-07-22cal: remove lone static data variable. -4 bytes. coreutilsDenis Vlasenko
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-13httpd: round down sendfile byte count to 64kDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-26cal: small code shrinkDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-12-22removal of commented-out cruftDenis Vlasenko
2006-11-21httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-02-28more busybox's style: close bug 745"Vladimir N. Oleynik"
2006-02-19rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it,...Mike Frysinger
2006-01-30removed warning "comparison between signed and unsigned"."Vladimir N. Oleynik"
2006-01-25just whitespaceTim Riker
2004-04-14Larry Doolittle writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-08-13Remove unnecessary pointer dereference.Manuel Novoa III
2003-08-09Adjust Erik's change, as I don't claim copyright of the applet.Manuel Novoa III
2003-08-08Remove unnecessary defamatory commentEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-06-23Remove advertising clauses in accordance withAaron Lehmann
2002-06-15Fix a potential macro expansion problem... isspace can beEric Andersen
2002-05-29Include busybox.h before testing CONFIG_LOCALE_SUPPORT.Manuel Novoa III