summaryrefslogtreecommitdiffstats
path: root/misc-utils/cal.c
Commit message (Expand)AuthorAgeFilesLines
* cal: Use ALTMON_* correctlyRafal Luzynski2018-01-221-2/+2
* cal: fix julian calendars for large yearsJ William Piggott2018-01-221-4/+5
* cal: add option to set Gregorian reform dateJ William Piggott2018-01-161-4/+49
* cal: move REFORMATION_YEAR to control structJ William Piggott2018-01-151-37/+49
* cal: fix multi-byte comment, explain in better wayKarel Zak2017-12-181-13/+17
* Revert "cal: simplify leap year rule"Karel Zak2017-12-141-1/+5
* cal: explain magic values for day of week calculationKarel Zak2017-12-131-8/+16
* cal: simplify leap year ruleKarel Zak2017-11-131-5/+1Star
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: never use usage(stderr)Ruediger Meier2017-06-261-5/+7
* 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