summaryrefslogtreecommitdiffstats
path: root/misc-utils/cal.c
Commit message (Expand)AuthorAgeFilesLines
* cal: make sure months_in_row makes sense [coverity scan]Karel Zak2019-05-161-5/+11
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+2Star
* cal: fix Sexit and SenterKarel Zak2019-02-181-1/+1
* cal: use standout mode on monochrome terminalsKarel Zak2019-02-041-3/+15
* cal: fix --span for large numbers of monthsKarel Zak2018-08-071-6/+9
* cal: use snprintf everywhereKarel Zak2018-08-071-15/+17
* nls: remove translation stringsSami Kerola2018-05-281-3/+3
* cal: add ifdef TEST_CALKarel Zak2018-02-021-2/+20
* cal: remove extra space after year outputKarel Zak2018-01-301-3/+0Star
* cal: don't use year header for -1, -3 or -nKarel Zak2018-01-301-1/+2
* cal: follow terminal widthKarel Zak2018-01-301-9/+19
* cal: do not set months_in_row with -3 optionJ William Piggott2018-01-241-1/+0Star
* cal: honor num_months when only a year argumentJ William Piggott2018-01-241-3/+6
* cal: fix first week calculationJ William Piggott2018-01-221-1/+1
* cal: fix week calculations for 1752J William Piggott2018-01-221-0/+3
* 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