]> gitweb.factorcode.org Git - factor.git/history - extra/modern/html
arm.64.factor: extra semicolon removed
[factor.git] / extra / modern / html /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
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: remove extra whitespace refactor-sequences 2669/head
2023-01-26 Doug Colemanmodern.html: fix tests
2023-01-26 Doug Colemanmodern.html: support cdata, support whitespace in child...
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/master'
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/html5-force-push'
2022-06-17 Doug Colemancombinators.extras: Add some weird combinators that...
2022-06-10 Doug Colemansequences: move shorten* to sequences.extras
2022-06-10 Doug Colemanhtml5: Initial checkin.
2022-06-09 Doug Colemanmodern: simplify string parser
2022-06-09 Doug Colemanmodern.html: remove all the stack shuffling with dip...
2022-06-07 Doug Colemanmodern.html: fix using
2022-06-07 Doug Colemanmodern.html: allow parsing <% %> for .fhtml files
2022-06-04 Doug Colemanmodern: allow DOCTYPE and doctype etc. Add another...
2022-06-03 Doug Colemanmodern: treat tab as whitespace and add test case.
2022-06-03 Doug Colemanmodern.html: Add walk-html helper function
2022-06-03 Doug Colemanmodern.html: Fix a bug in parsing factor's wikipedia...
2022-02-07 Doug Colemanmodern.html: Less stack crap
2022-02-06 Doug Colemanmodern.html: support <?xml a="b" ?> processing instructions
2022-02-06 Doug Colemanmodern.html: Fix parser for <div><div></div></div>
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-12 Doug Colemansequences: Add 1surround which is dup surround
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-04-11 Doug Colemanmodern.html: Add comment support. peek-from -> peek1...
2021-04-11 Doug Colemanmodern.html: add some tests, fix some bugs, implement...
2021-04-11 Doug Colemanmodern.html: yet another html parser