]> gitweb.factorcode.org Git - factor.git/history - extra/html
ui.theme.switching.tools: switch breakpoint symbol
[factor.git] / extra / html /
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-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-12 Doug Colemansequences: Add 1surround which is dup surround
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2019-12-13 John Benediktssoncore/basis/extra: using while* in a few places.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-06-04 Doug Colemanhtml.parser.analyzer: find-classes-named word.
2018-02-15 John Benediktssonmore test IN: cleanup.
2017-07-03 Doug ColemanFactor: Rename <enum> to <enumerated> to not confuse...
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2017-01-05 Jon Harperadd DOCTYPE html in most places.
2016-11-13 John Benediktssonhtml.parser.printer: some improvements to text-printer.
2016-11-12 John Benediktssonhtml.parser.printer: updated test.
2016-11-12 John Benediktssonhtml.parser.printer: indent blockquote in text-printer.
2016-11-10 John Benediktssonhtml.parser.printer: use with-variables instead of...
2016-11-10 John Benediktssonhtml.parser.printer: tagstack isn't used here.
2016-11-10 John Benediktssonhtml.entities: fix &quot; unescape;
2016-09-04 Björn LindqvistAdding escaping to CHAR: " -> CHAR: \"
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-02-26 John BenediktssonFix "doesnt" typo.
2015-09-29 John Benediktssonhtml.entities: cleanup using.
2015-09-29 John Benediktssonhtml.entities: faster html-escape by going through...
2015-09-08 John BenediktssonFix comments to be ! not #!.
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-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-15 John BenediktssonFix some things broken by hashtable capacity changes.
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-06-09 John BenediktssonSome more general fixes for recent refactors.
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-04-20 John Benediktssonhtml.parser.printer: add helper words with string output.
2014-11-30 Doug Colemanhtml.parser: Strip trailing slashes / in html tags...
2014-11-29 John Benediktssonextra: using "swap index".
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-06-04 John Benediktssonextra: use bl when possible instead of ``" " write``.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2014-05-18 John Benediktssonhtml.entities: switch to using re-replace-with.
2014-04-24 John Benediktssonhtml.entities: minor refactor for clarity.
2014-04-22 John Benediktssonhtml.entities: adding some examples to the docs.
2014-04-22 John Benediktssonhtml.entities: fix minor doc error.
2014-04-22 John Benediktssonhtml.entities: simpler re-charref.
2014-04-22 John Benediktssonhtml.entities: add a test to show "&amp".
2014-04-22 John Benediktssonhtml.entities: slightly better (looking) docs.
2014-04-22 John Benediktssonhtml.entities: reference the table in the w3 specs.
2014-04-22 John Benediktssonhtml.entities: adding better HTML 5 escaping.
2014-04-22 John Benediktssonhtml.parser.util: removing incomplete html escaping.
2014-04-21 John Benediktssonhtml.parser.utils: adding a simple html escape/unescape.
2014-03-13 John Benediktssonfix some help-lint errors.
2014-02-17 John Benediktssonhtml.parser.analyzer: cleanup, fix find-by-class-id...
2014-02-15 Björn Lindqvisthtml.parser.analyzer: when matching on classname, check...
2013-12-07 Doug Colemanhtml.parser.analyzer: Add javascript links. Clean up...
2013-10-12 John Benediktssonhttp.client: use new http-get* word.
2013-10-11 John Benediktssonhtml.parser.printer: don't print comments.
2013-10-11 John Benediktssonhtml.parser.analyzer: use same vocab for docs.
2013-09-06 John Benediktssonhtml.parser.printer: some tweaks to the text-printer...
2013-08-05 John Benediktssonhtml.parser.printer: fix tests, need to decrement befor...
2013-08-05 John Benediktssonhtml.parser.printer: prevent negative indentations.
2013-08-05 John Benediktssonhtml.parser.printer: some fixes.
2013-08-05 Björn Lindqvisthtml.parser.printer: fixed to use repeated write calls...
2013-08-05 Björn Lindqvisthtml.parser.printer: remove printer symbol
2013-08-05 Björn Lindqvisthtml.parser.printer: unit tests
2013-08-05 Björn Lindqvisthtml.parser.printer: explaining comment
2013-08-05 Björn Lindqvisthtml.parser.printer: reasonable tree-structured formatt...
2013-04-24 John Benediktssonhtml.parser.analyzer: fix help-lint errors.
2013-04-24 bjourne@gmail.comDocs moved to own file and ? instead of if.
2013-04-24 bjourne@gmail.comhtml.parser.analyzer: make find-between* work on nested...
2012-07-24 Doug Colemanhtml.elements: Use CONSTANT:
2012-07-19 John Benediktssonusing the new H{ } make.
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-11-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-10-25 Doug ColemanFix bug in html.parser.analyzer
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-08-29 Doug ColemanSimplify combinator with joe's suggestion, unit test
2010-08-29 Doug ColemanClean up html.parser.analyzer, apply blei's fix for...
2010-08-14 Joe GroffMerge remote branch 'Blei/master'
2010-08-13 Philipp Brüschweilerhtml.parser.analyzer: find-between* didn't always retur...
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-03-23 Daniel EhrenbergMerge branch 's3' of git://github.com/littledan/Factor...
2010-03-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-17 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-03-16 Daniel EhrenbergMerge branch 'bags' of git://github.com/littledan/Factor
2010-03-02 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-27 Daniel EhrenbergFinishing eliminating prune as a synonym of members
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
next