summaryrefslogtreecommitdiff
path: root/coreutils/cal.c
Commit message (Expand)AuthorAgeFilesLines
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+9
* libbb unicode: comment out usused function and unused parameterDenys Vlasenko2011-01-111-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-261-4/+4
* cal: add a unicode testDenys Vlasenko2010-01-311-1/+4
* further work on unicodizationDenys Vlasenko2010-01-301-1/+1
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-241-6/+22
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-4/+5
* cal: document the location of unicode bug. no code changesDenys Vlasenko2010-01-061-0/+6
* *: remove some uses of argcDenys Vlasenko2010-01-041-8/+6
* *: remove last function calls to isspaceDenys Vlasenko2009-10-221-1/+1
* *: use {i,u}toa() where appropriateDenys Vlasenko2009-10-061-1/+1
* cal: remove lone static data variable. -4 bytes. coreutilsDenis Vlasenko2008-07-221-3/+5
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* httpd: round down sendfile byte count to 64kDenis Vlasenko2007-08-131-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* cal: small code shrinkDenis Vlasenko2007-07-261-55/+50
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* removal of commented-out cruftDenis Vlasenko2006-12-221-5/+0
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko2006-11-211-3/+4
* remove bb_printf and the likeDenis Vlasenko2006-10-261-5/+5
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-13/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-15/+2
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* more busybox's style: close bug 745"Vladimir N. Oleynik"2006-02-281-3/+3
* rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it,...Mike Frysinger2006-02-191-1/+0
* removed warning "comparison between signed and unsigned"."Vladimir N. Oleynik"2006-01-301-3/+4
* just whitespaceTim Riker2006-01-251-3/+3
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Remove unnecessary pointer dereference.Manuel Novoa III2003-08-131-1/+1
* Adjust Erik's change, as I don't claim copyright of the applet.Manuel Novoa III2003-08-091-2/+0
* Remove unnecessary defamatory commentEric Andersen2003-08-081-12/+1
* Major coreutils update.Manuel Novoa III2003-03-191-258/+226
* Remove advertising clauses in accordance withAaron Lehmann2002-06-231-5/+1
* Fix a potential macro expansion problem... isspace can beEric Andersen2002-06-151-1/+1
* Include busybox.h before testing CONFIG_LOCALE_SUPPORT.Manuel Novoa III2002-05-291-2/+2
* Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>Eric Andersen2001-12-061-0/+428