]> gitweb.factorcode.org Git - factor.git/history - extra/metar/metar.factor
core: subseq-index? -> subseq-of?
[factor.git] / extra / metar / metar.factor
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemancore: find-subseq -> subsequence-starts, find-subseq...
2022-07-31 Doug Colemanfactor: use new words
2022-05-27 John Benediktssonmetar: adding relative humidity calculation.
2022-01-20 Doug Colemanfactor: trim more using lists.
2021-12-21 Doug Colemanfactor: use more split/join words
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2021-10-26 John Benediktssonmetar: print all-stations.
2021-10-26 John Benediktssonmetar: fix some international metar parsing.
2021-10-26 John Benediktssonmetar: some fixes for weather out of place.
2021-10-26 John Benediktssonmetar: fix "1 1/2SM" visibility.
2020-05-21 John Benediktssonmetar: add a main.
2019-03-21 John Benediktssonregexp: try again to fix the issue with backslashes.
2018-11-20 John Benediktssonmetar: fix for timestamps like "2124" meaning "2200".
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2016-09-07 John Benediktssonmetar: some fixes for TAF parsing.
2016-09-07 John Benediktssonmetar: whoops, fix taf url.
2016-09-07 John Benediktssonmetar: switching urls from weather.noaa.gov to tgftp...
2016-03-31 John Benediktssonregexp: one R/ syntax to rule them all, simpler this...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2015-06-06 John Benediktssonmetar: simplify <taf-report>.
2015-04-01 John Benediktssonmetar: adding METAR and TAF weather parsers.