]> gitweb.factorcode.org Git - factor.git/history - extra/crontab
add bzip3 compression
[factor.git] / extra / crontab /
2022-01-20 Doug Colemanfactor: trim using lists
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2020-02-26 John Benediktssoncore/basis/extra: update some tags.txt.
2019-03-24 John Benediktssoncrontab: simplify logic max days of month.
2019-03-24 John Benediktssoncrontab: better input validation for stuff like Feb...
2019-03-24 John Benediktssoncrontab: adding some Feb 29th tests.
2019-03-23 John Benediktssoncrontab: test a lot more things.
2019-03-23 John Benediktssoncrontab: fix day-of-week to be OR instead of AND days.
2019-03-23 John Benediktssoncrontab: simplify (next-time-after) recursion.
2019-03-23 John Benediktssoncrontab: simplify common code paths in (next-time-after).
2019-03-23 John Benediktssoncrontab: constraint order is month, day, day-of-week...
2019-03-23 John Benediktssoncrontab: some more fixes.
2019-03-22 John Benediktssoncrontab: some fixes and additional test case.
2019-03-21 John BenediktssonRevert "crontab: instead of after= make it after."
2019-03-17 John Benediktssoncrontab: instead of after= make it after.
2019-03-17 John Benediktssoncrontab: avoid next-time being minutes in the past.
2019-03-16 John Benediktssoncrontab: cleanup empty lines differently.
2018-03-09 John Benediktssoncrontab: adding first version of crontab parser.