summaryrefslogtreecommitdiffstats
path: root/misc-utils/cal.c
Commit message (Expand)AuthorAgeFilesLines
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-141-2/+2
* build-sys: ncurses headers cleanupKarel Zak2017-05-311-4/+4
* cal: ncurses cleanupKarel Zak2017-05-301-7/+8
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-2/+2
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-191-2/+1Star
* misc: fix typos using codespellRuediger Meier2016-12-011-1/+1
* cal: support abbreviated month namesKarel Zak2016-10-071-1/+18
* cal: support alone month name parameterKarel Zak2016-10-071-2/+8
* cal: remove err message from monthname_to_number()Karel Zak2016-10-071-3/+7
* misc: simplify if clauses [oclint]Sami Kerola2016-07-211-4/+2Star
* cal: cleanup non-ncurses buildKarel Zak2016-06-091-12/+17
* misc: Fix various typosSebastian Rasmussen2016-05-311-2/+2
* cal: support timestampsKarel Zak2016-05-311-1/+11
* cal: allow to specify month by nameKarel Zak2016-05-311-2/+31
* cal: use %04d for yearKarel Zak2016-05-181-4/+4
* cal: remove libtermcap arguments to my_tgetstr()Sami Kerola2016-03-091-3/+3
* misc: safer (and uniform) handling of return valueYuriy M. Kaminskiy2016-03-071-1/+6
* build-sys: remove libtermcap supportSami Kerola2016-01-261-48/+11Star
* cal: Add --span optionDeiz2015-10-101-8/+15
* cal: Track date span independently from months_in_rowDeiz2015-10-101-1/+4
* cal: check biggest week number correctly when highlightingSami Kerola2015-08-311-1/+1
* cal: replace magic constants with symbolical valuesSami Kerola2015-08-311-32/+41
* cal: correct gregorian week numberingSami Kerola2015-08-311-18/+15Star
* 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