summaryrefslogtreecommitdiffstats
path: root/misc-utils/cal.c
Commit message (Expand)AuthorAgeFilesLines
* cal: set statically defined data read-onlySami Kerola2013-08-051-3/+3
* cal: fix -y output for UTF8Karel Zak2013-06-171-8/+12
* cal: fix few type mismatchesSami Kerola2013-06-071-6/+6
* cal: improve coding styleKarel Zak2013-05-281-45/+51
* cal: simplify colormode parsingKarel Zak2013-05-281-6/+3Star
* cal: remove arbitrary limit of maxium year being 9999Sami Kerola2013-05-261-41/+80
* cal: use Claus Tøndering's day of the week algorithmSami Kerola2013-05-261-30/+20Star
* cal: simplify day_in_week() calculationSami Kerola2013-05-261-7/+7
* cal: mark all functions staticSami Kerola2013-05-261-22/+22
* cal: stop trimming whitespacesSami Kerola2013-05-261-18/+1Star
* cal: add --color to usage()Sami Kerola2013-05-261-15/+14Star
* cal: support --color[={auto,always,never}]Sami Kerola2013-05-261-2/+17
* cal: de-duplicate julian specific functionsSami Kerola2013-05-261-74/+45Star
* cal: remove unnecessary initializationsSami Kerola2013-05-261-7/+0Star
* cal: simplify calendar reformat calculationsSami Kerola2013-05-261-26/+15Star
* cal: clean up use of constantsSami Kerola2013-05-261-60/+81
* cal: convert function like definitions to functionsSami Kerola2013-05-261-17/+28
* cal: fix preprocessor directive indendationSami Kerola2013-05-261-42/+39Star
* textual: spell and encode the name of Arkadiusz Miśkiewicz correctlyBenno Schulenberg2013-02-061-1/+1
* textual: use UTIL_LINUX_VERSION everywhereKarel Zak2013-01-251-2/+1Star
* cal: don't mix ncurses output functions and printf()Karel Zak2013-01-171-16/+27
* misc-utils: cleanup strtoxx_or_err()Karel Zak2012-05-151-3/+3
* cal: Fix building under uClibc.James Le Cuirot2012-04-161-1/+1
* misc-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* build-sys: check HAVE_ definitions with #ifdef [smatch scan]Sami Kerola2011-12-021-1/+1
* cal: non-ANSI definition [smatch scan]Karel Zak2011-09-121-6/+2Star
* cal: indent usage()Karel Zak2011-08-161-12/+14
* cal.c: fix typo ("fistt day") in help text, seize chance to improve itBenno Schulenberg2011-08-081-8/+8
* cal: clean up few coding style issuesSami Kerola2011-06-251-47/+53
* cal: fix compiler warningsSami Kerola2011-06-251-2/+2
* cal: argument checking, long options and argument checkingSami Kerola2011-06-251-17/+45
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+0Star
* cal: follow HAVE_LANGINFOKarel Zak2010-11-151-20/+3Star
* cal: use EXIT_* and program_invocation_short_nameKarel Zak2010-10-071-13/+9Star
* cal: factor out and update multibyte alignment codePádraig Brady2010-03-161-79/+7Star
* cal: fix first day of the week calculation on BE systemsKarel Zak2010-02-111-1/+5
* cal: use c.hKarel Zak2009-10-161-9/+9
* cal: remove obsolete <localeinfo.h> includeGuillem Jover2009-10-091-2/+0Star
* cal: fix broken computation for Sep 1752Peter Breitenlohner2009-07-201-9/+14
* cal: fix (harmless) typoPeter Breitenlohner2009-07-201-1/+1
* cal: uClibc has langinfo.h but not _NL_TIME_WEEK_1STDAY.Tom Prince2009-05-191-1/+1
* cal: Highlight today even when month or year specifiedRajeev V. Pillai2009-05-071-2/+5
* cal: remove gcc-ism from nl_langinfo() callKarel Zak2009-03-101-5/+1Star
* cal: determine the first day of week from the localePádraig Brady2009-03-101-26/+39
* cal: use HAVE_LIB{NCURSES,NCURSESW} instead HAVE_NCURSESKarel Zak2008-04-161-4/+4
* cal: fix weekday alignment for certain localesPádraig Brady2008-01-171-63/+86
* cal: replace errs.h with libc err.hKarel Zak2007-10-161-1/+1
* cal: add support for highlighting an arbitrary datePádraig Brady2007-10-111-21/+28
* cal: avoid -Wformat warningsJim Meyering2007-10-031-2/+2
* build-sys: nls/locale handling in util-linux-ng generalMike Frysinger2007-09-191-1/+0Star