summaryrefslogtreecommitdiff
path: root/misc-utils/cal.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-10cal: remove unnecessary static variablesSami Kerola1-19/+0
2014-02-06cal: limit year to 32 bit valueSami Kerola1-21/+23
2013-12-06cal: use month contents structure for --year printingSami Kerola1-184/+45
2013-12-06cal: use month contents structure for --three printingSami Kerola1-110/+26
2013-12-06cal: add month contents structureSami Kerola1-7/+169
2013-12-06cal: determine how many header lines are needed at initializationSami Kerola1-31/+22
2013-12-06cal: make user request to be part of read-only control structSami Kerola1-65/+73
2013-12-06cal: determine output width at beginning of run and reuse resultSami Kerola1-47/+38
2013-12-06cal: simplify ascii_weeknum() functionSami Kerola1-5/+2
2013-12-06cal: make day_in_week() use same variable names as other functionsSami Kerola1-14/+14
2013-12-06cal: add input variable names to function prototypesSami Kerola1-16/+18
2013-12-06cal: rename ascii_wnum() to ascii_weeknum()Sami Kerola1-4/+4
2013-12-06cal: use control structure for run time configurationSami Kerola1-131/+140
2013-10-22cal: fix coding styleKarel Zak1-81/+107
2013-10-22cal: remove optional from short arg -wTommi Kyntola1-2/+2
2013-10-22cal: added argument option for -w|--week to display that weekTommi Kyntola1-16/+99
2013-10-22cal: added -w|--week for showing week numbersTommi Kyntola1-29/+112
2013-10-15cal: fix compiler warning on systems without term libsKarel Zak1-2/+4
2013-10-15cal: fix warning when compiled --without-ncursesKarel Zak1-1/+1
2013-10-11cal: fix gettext warningKarel Zak1-2/+2
2013-10-11cal: improve the help text and man pagePádraig Brady1-3/+7
2013-10-08textual: tag a translator comment and put it in proper placeBenno Schulenberg1-6/+4
2013-08-05cal: set statically defined data read-onlySami Kerola1-3/+3
2013-06-17cal: fix -y output for UTF8Karel Zak1-8/+12
2013-06-07cal: fix few type mismatchesSami Kerola1-6/+6
2013-05-28cal: improve coding styleKarel Zak1-45/+51
2013-05-28cal: simplify colormode parsingKarel Zak1-6/+3
2013-05-26cal: remove arbitrary limit of maxium year being 9999Sami Kerola1-41/+80
2013-05-26cal: use Claus Tøndering's day of the week algorithmSami Kerola1-30/+20
2013-05-26cal: simplify day_in_week() calculationSami Kerola1-7/+7
2013-05-26cal: mark all functions staticSami Kerola1-22/+22
2013-05-26cal: stop trimming whitespacesSami Kerola1-18/+1
2013-05-26cal: add --color to usage()Sami Kerola1-15/+14
2013-05-26cal: support --color[={auto,always,never}]Sami Kerola1-2/+17
2013-05-26cal: de-duplicate julian specific functionsSami Kerola1-74/+45
2013-05-26cal: remove unnecessary initializationsSami Kerola1-7/+0
2013-05-26cal: simplify calendar reformat calculationsSami Kerola1-26/+15
2013-05-26cal: clean up use of constantsSami Kerola1-60/+81
2013-05-26cal: convert function like definitions to functionsSami Kerola1-17/+28
2013-05-26cal: fix preprocessor directive indendationSami Kerola1-42/+39
2013-02-06textual: spell and encode the name of Arkadiusz Miśkiewicz correctlyBenno Schulenberg1-1/+1
2013-01-25textual: use UTIL_LINUX_VERSION everywhereKarel Zak1-2/+1
2013-01-17cal: don't mix ncurses output functions and printf()Karel Zak1-16/+27
2012-05-15misc-utils: cleanup strtoxx_or_err()Karel Zak1-3/+3
2012-04-16cal: Fix building under uClibc.James Le Cuirot1-1/+1
2012-04-04misc-utils: verify writing to streams was successfulSami Kerola1-0/+2
2011-12-02build-sys: check HAVE_ definitions with #ifdef [smatch scan]Sami Kerola1-1/+1
2011-09-12cal: non-ANSI definition [smatch scan]Karel Zak1-6/+2
2011-08-16cal: indent usage()Karel Zak1-12/+14
2011-08-08cal.c: fix typo ("fistt day") in help text, seize chance to improve itBenno Schulenberg1-8/+8