summaryrefslogtreecommitdiffstats
path: root/misc-utils/cal.c
Commit message (Expand)AuthorAgeFilesLines
...
* cal: fix January 1753 week number printoutSami Kerola2015-05-181-1/+1
* cal: add -Y and -n <num>Max Klinger2015-04-071-100/+101
* cal: care about setuprterm() resultKarel Zak2015-03-121-21/+38
* colors: cleanup man pages, add hint to usage()Karel Zak2015-02-251-0/+3
* cal: use int64_t instead of longRuediger Meier2015-02-101-1/+2
* cal: fix signed integer overflow [AddressSanitizer]Sami Kerola2014-12-191-2/+4
* cal: remove unnused structure and definitionSami Kerola2014-07-131-5/+0Star
* build: fix some compiler warningsRuediger Meier2014-05-301-2/+0Star
* cal: all output must use my_putstringRuediger Meier2014-05-271-20/+30
* lib/colors: check for /etc/terminal-colors.d/[util].disableOndrej Oprala2014-03-111-2/+2
* cal: remove unnecessary static variablesSami Kerola2014-02-101-19/+0Star
* cal: limit year to 32 bit valueSami Kerola2014-02-061-21/+23
* cal: use month contents structure for --year printingSami Kerola2013-12-061-184/+45Star
* cal: use month contents structure for --three printingSami Kerola2013-12-061-110/+26Star
* cal: add month contents structureSami Kerola2013-12-061-7/+169
* cal: determine how many header lines are needed at initializationSami Kerola2013-12-061-31/+22Star
* cal: make user request to be part of read-only control structSami Kerola2013-12-061-65/+73
* cal: determine output width at beginning of run and reuse resultSami Kerola2013-12-061-47/+38Star
* cal: simplify ascii_weeknum() functionSami Kerola2013-12-061-5/+2Star
* cal: make day_in_week() use same variable names as other functionsSami Kerola2013-12-061-14/+14
* cal: add input variable names to function prototypesSami Kerola2013-12-061-16/+18
* cal: rename ascii_wnum() to ascii_weeknum()Sami Kerola2013-12-061-4/+4
* cal: use control structure for run time configurationSami Kerola2013-12-061-131/+140
* cal: fix coding styleKarel Zak2013-10-221-81/+107
* cal: remove optional from short arg -wTommi Kyntola2013-10-221-2/+2
* cal: added argument option for -w|--week to display that weekTommi Kyntola2013-10-221-16/+99
* cal: added -w|--week for showing week numbersTommi Kyntola2013-10-221-29/+112
* cal: fix compiler warning on systems without term libsKarel Zak2013-10-151-2/+4
* cal: fix warning when compiled --without-ncursesKarel Zak2013-10-151-1/+1
* cal: fix gettext warningKarel Zak2013-10-111-2/+2
* cal: improve the help text and man pagePádraig Brady2013-10-111-3/+7
* textual: tag a translator comment and put it in proper placeBenno Schulenberg2013-10-081-6/+4Star
* 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