]> gitweb.factorcode.org Git - factor.git/history - extra/crontab
sequences.suffixed: adding a virtual suffixed sequence
[factor.git] / extra / crontab /
2024-02-01 John Benediktssoncrontab: simplify
2024-01-31 John Benediktssoncrontab: minor tweaks
2023-12-03 John Benediktssoncrontab: use local timezone
2023-12-03 John Benediktssoncrontab: add tests for random
2023-12-03 John Benediktssoncrontab: allow start and end of ranges to be optional
2023-12-02 John Benediktssoncrontab: adding "~" randomization
2023-10-23 John Benediktssonsequences: more use of minimum/maximum
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-04-06 Doug Colemancrontab: add some words to calculate cron start times
2023-04-06 John Benediktssoncrontab: make parse-cronentry optional in API
2023-04-06 John Benediktssoncrontab: fixing another case
2023-04-06 John Benediktssoncrontab: handle more non-standard day-of-week fractions
2023-04-06 John Benediktssoncrontab: support day=7 for Sunday, non-standard
2023-04-05 John Benediktssoncrontab: fix 2/26 * * * *
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: use ??if instead of ?if-old
2023-01-20 John BenediktssonSwitch to https urls
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.