Commit Graph

90 Commits (c3e07a1423943be21eea517db624ae8161f6fcaf)

Author SHA1 Message Date
Slava Pestov 4426526252 Fixing some things I broke 2009-02-25 23:30:30 -06:00
Slava Pestov eaad0c7660 Updating code to use CONSTANT: instead of : foo 123 ; inline 2009-02-23 21:40:17 -06:00
Slava Pestov 6b25e99470 Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
Slava Pestov e1866ff0e4 Fix xml.writer unit test 2009-02-15 20:11:36 -06:00
Slava Pestov 6b99b04531 Add vocab: for vocab-relative paths 2009-02-15 19:53:21 -06:00
Daniel Ehrenberg c6680eee60 Making xml-undo words private; adding bytes>xml word 2009-02-13 15:10:34 -06:00
Daniel Ehrenberg 3e5ec77439 Splitting up basis/wrap into three vocabs 2009-02-09 01:12:32 -06:00
Daniel Ehrenberg 51b5973b0e Documenting XML interpolation inverse 2009-02-05 21:26:40 -06:00
Daniel Ehrenberg 86c3481f12 Moving XML vocabularies around 2009-02-05 21:17:03 -06:00
Daniel Ehrenberg b9839b0c32 XML literals work with inverse now 2009-02-05 14:21:36 -06:00
Daniel Ehrenberg fa0d5de2e4 Speeding up xml.literals by 3x using code generation 2009-02-04 17:29:35 -06:00
Daniel Ehrenberg c7a070ba8e Fixing typo in xml.dispatch 2009-02-04 13:25:51 -06:00
Daniel Ehrenberg 292ebd4a4c Fixing xml.dispatch 2009-02-04 12:34:18 -06:00
Daniel Ehrenberg 009ea7ad45 Fixing bug in XML where prolog isn't considered; whenever you write XML, the encoding is listed as UTF-8. 2009-02-04 12:32:47 -06:00
Daniel Ehrenberg babe9bb2fd Making xml.dispatch compile 2009-02-04 01:25:48 -06:00
Daniel Ehrenberg 246c4bb13c Fixing encodings/XML 2009-02-03 17:32:05 -06:00
slava e29f18a2f4 Trying to fix a bad merge...
Revert "Merge branch 'master' of git://factorcode.org/git/factor"

This reverts commit da639739bd, reversing
changes made to 346a61f497.
2009-02-03 00:27:34 -06:00
Slava Pestov 1194ce38aa Fix some bugs in xml.utilities and add new unit tests 2009-01-31 21:01:55 -06:00
Daniel Ehrenberg 6240f00803 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-30 11:30:07 -06:00
Daniel Ehrenberg de49f6fc74 Moving xml.interpolate to xml.literals 2009-01-30 11:29:30 -06:00
Doug Coleman 3c408342ef renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
Daniel Ehrenberg b7975de956 Making XML slightly faster 2009-01-29 22:17:55 -06:00
Daniel Ehrenberg eccabfea12 Making XML 30% faster 2009-01-29 21:41:08 -06:00
Daniel Ehrenberg 33a8f0d87e Docs for some undocumented XML data types 2009-01-29 19:00:31 -06:00
Daniel Ehrenberg 875592b010 Fixing xml.name for word name change 2009-01-29 18:38:14 -06:00
Daniel Ehrenberg b01cd06245 XML docs improvements 2009-01-29 18:25:23 -06:00
Daniel Ehrenberg af2706b75c Code cleanup in XML 2009-01-29 16:57:13 -06:00
Daniel Ehrenberg cadbcdc9a4 Fixing everything now(?) 2009-01-29 15:15:50 -06:00
Daniel Ehrenberg 6372395b8a Fixing everything I broke? 2009-01-29 13:33:04 -06:00
Daniel Ehrenberg 940a085325 XML interpolation efficiency/cleanup 2009-01-28 16:17:20 -06:00
Daniel Ehrenberg d5160ce791 Fixing USING: lines 2009-01-28 15:46:34 -06:00
Daniel Ehrenberg af9d70c65a XML chunks are a separate datatype; XML tags are no longer assocs 2009-01-28 14:33:33 -06:00
Daniel Ehrenberg 69c509a29f Removing outdated comments in xml.utilities 2009-01-27 18:16:35 -06:00
Daniel Ehrenberg ac1ddfcc6c Random minor fixes; html.components doesn't duplicate parsing anymore 2009-01-27 16:54:41 -06:00
Daniel Ehrenberg 824df4182a Fixing xml.interpolate docs 2009-01-27 15:10:56 -06:00
Daniel Ehrenberg c581b67193 Code using interpolation can now compile 2009-01-27 14:33:43 -06:00
Daniel Ehrenberg c46f857671 Documenting read-dtd and friends; renaming sax to each-element 2009-01-27 14:15:00 -06:00
Daniel Ehrenberg 50cd0c4ccc Updating other vocabs for XML changes 2009-01-27 13:38:13 -06:00
Daniel Ehrenberg ea741a786c Splitting off PROCESS:/TAG: into a separate vocab; new word XML-NS: 2009-01-27 13:34:14 -06:00
Daniel Ehrenberg f8fa984bae Bug fixes for lcs.diff2html; xml.writer 2009-01-27 00:30:08 -06:00
Daniel Ehrenberg 1181bd6f59 Converting Farkup, html.components and lcs.diff2html to xml.interpolate 2009-01-27 00:03:42 -06:00
Daniel Ehrenberg 9efe8fa520 Minor fixes for xml entities and interpolate 2009-01-26 21:39:08 -06:00
Daniel Ehrenberg dd553440dc Use xml.interpolate for xml-rpc 2009-01-26 16:48:14 -06:00
Daniel Ehrenberg 02b09fdca4 Documentation, unit tests for XML 2009-01-26 16:11:30 -06:00
Daniel Ehrenberg 5615bbe330 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-26 00:13:58 -06:00
Daniel Ehrenberg 2f177a194b Removing old XML generation library 2009-01-26 00:05:13 -06:00
Daniel Ehrenberg c33dd1105b XML fry 2009-01-25 23:52:25 -06:00
Daniel Ehrenberg 39e49c3554 XML interpolation 2009-01-25 21:06:45 -06:00
Slava Pestov f34c14a0f5 Remove some usages of tuck 2009-01-23 18:20:47 -06:00
Daniel Ehrenberg b87b9af458 DTDs are a separate type now; all variables in xml.state 2009-01-23 15:29:28 -06:00