Various cal(1) improvements

1) No limit on number of months (removed MONTHMAX)
2) Strings printed to stdout rather than copied to an internal buffer
3) Rewritten date calculation algorithms
This commit is contained in:
Greg Reagle
2015-01-02 13:12:59 +00:00
committed by sin
parent 6faeb36e14
commit c6f1e8aa20
2 changed files with 87 additions and 84 deletions

View File

@@ -54,3 +54,4 @@ Authors/contributors include:
© 2014 Ari Malinen <ari.malinen@gmail.com>
© 2014 Brandon Mulcahy <brandon@jangler.info>
© 2014 Adria Garriga <rhaps0dy@installgentoo.com>
© 2014 Greg Reagle <greg.reagle@umbc.edu>