Commit Graph

2555 Commits (a45c91659ac4e0185998b53add41a613d6012804)

Author SHA1 Message Date
Doug Coleman a1f58d5df1 fix how mime.multipart saves files 2009-01-26 17:23:31 -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
Doug Coleman 24599a6437 use the form element name as key, not the filename 2009-01-26 15:49:38 -06:00
Doug Coleman 43830f5fcc make mime parsing return a single hashtable instead of several different ones 2009-01-26 15:23:49 -06:00
Doug Coleman 6f12877418 make temporary nesting work better with limited streams, fix a bug with unlimit 2009-01-26 15:14:54 -06:00
Doug Coleman 4d64474d18 redo much of io.files.unique -- add unique-file to replace temp-file 2009-01-26 15:05:15 -06:00
Doug Coleman f17c8b72ee Merge branch 'master' of git://repo.or.cz/factor/jcg 2009-01-26 09:36:30 -06:00
Doug Coleman 9985b1ee2b Merge branch 'master' of git://factorcode.org/git/factor 2009-01-26 09:00:48 -06:00
Slava Pestov c440b889ea Fix make-image 2009-01-26 04:51:59 -06:00
Slava Pestov 2c4f6ffd79 Fix syndication unit test 2009-01-26 04:48:50 -06:00
Slava Pestov a2a7666be4 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-26 02:39:24 -06:00
Slava Pestov 1c65b61f80 Make interpolate-locals public again 2009-01-26 02:39:15 -06:00
Doug Coleman c2df6db543 rename human-<=> to human<=>, same for human>=< 2009-01-25 23:32:02 -07: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 ef8747ee72 Syndication uses new xml.interpolate vocab 2009-01-25 23:53:02 -06:00
Daniel Ehrenberg c33dd1105b XML fry 2009-01-25 23:52:25 -06:00
Slava Pestov 3458f8bbef Fix bug in re-split reported by kib2 2009-01-25 23:20:17 -06:00
Slava Pestov 7851aac222 Replace some usages of prepose with fry 2009-01-25 23:04:35 -06:00
Slava Pestov 7360cd5b30 Clean up some duplication in interpolate 2009-01-25 23:04:19 -06:00
Slava Pestov 4d080b8785 Fix bug in locals found by littledan: [let inside [let didn't work in top-level forms 2009-01-25 23:04:11 -06:00
Slava Pestov d4122b5715 Update Unicode docs 2009-01-25 23:03:49 -06:00
Slava Pestov 4d547653b5 Clean up basis/ascii/ and update docs 2009-01-25 23:03:36 -06:00
Daniel Ehrenberg 39e49c3554 XML interpolation 2009-01-25 21:06:45 -06:00
Slava Pestov 5c20705ed3 Add failing unit test for regexp 2009-01-25 17:06:08 -06:00
Slava Pestov 622015adab Fix regression in ui.gadgets:screen-rect 2009-01-24 20:17:21 -06:00
Slava Pestov 60f36cd9c8 Update user-space code for modify-code-heap primitive change 2009-01-24 20:17:11 -06:00
Slava Pestov 29b561a7ee Fix load error 2009-01-23 21:10:23 -06:00
Slava Pestov 7b344408ff Working on better POST and PUT requests 2009-01-23 20:02:14 -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
Slava Pestov a8d1459c08 Rename compiled slot of words to optimized, to reflect what it really means (all words are compiled) 2009-01-23 00:37:02 -06:00
Slava Pestov 6e9f0dbfdd Update http.client docs for PUT request and stream post-data 2009-01-22 23:01:29 -06:00
Slava Pestov 6360df8c1b Fix $or 2009-01-22 22:30:43 -06:00
Slava Pestov 3adaa7a18e Add unit tests for non-optimizing compiler regression found by doublec 2009-01-22 21:22:28 -06:00
Slava Pestov ca7bd0105d Merge branch 'master' of git://factorcode.org/git/factor 2009-01-22 20:08:41 -06:00
Slava Pestov dad22d0ee5 Fix http help lint 2009-01-22 20:08:23 -06:00
Daniel Ehrenberg eb1383bd98 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-22 19:58:39 -06:00
Slava Pestov f160771123 Fix POST with streams to use chunked encoding, add http-put word 2009-01-22 19:08:38 -06:00
Slava Pestov c7c37f5f5c Update I/O docs to talk about elements instead of characters, and add each-block combinator which generalizes contents just like each-line generalizes lines 2009-01-22 19:08:20 -06:00
Slava Pestov 42dfe4ce44 Add $or element to help, update help docs a bit 2009-01-22 19:07:44 -06:00
Daniel Ehrenberg 3a4d39b2db Summaries for XML internal vocabs 2009-01-22 19:04:48 -06:00
Daniel Ehrenberg a977ec4d3d xml.backend moved into xml.state 2009-01-22 17:19:02 -06:00
Daniel Ehrenberg d598963e0a Merge branch 'master' of git://factorcode.org/git/factor into jwmerrill 2009-01-22 16:45:41 -06:00
Daniel Ehrenberg 4500e6e97e Making certain writer words public, to fix html.templating.chloe 2009-01-22 16:44:37 -06:00
Daniel Ehrenberg 0041f26d90 Separating out reading DTDs 2009-01-22 16:31:22 -06:00
Doug Coleman 4ace56f31d Merge branch 'master' of git://factorcode.org/git/factor 2009-01-21 22:21:57 -06:00
Doug Coleman 376f332eef allow streams in the post-data tuple 2009-01-21 22:21:40 -06:00
Daniel Ehrenberg 934a23e818 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-21 21:57:53 -06:00
Doug Coleman 8c5c973116 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-21 19:59:02 -06:00
Doug Coleman c63b27a5bf fix furnace.utilities for file uploads 2009-01-21 19:58:32 -06:00
Slava Pestov 2dc0757850 Cleanups 2009-01-21 19:55:47 -06:00
Slava Pestov 71bc5e9e10 Fix &: to throw an error if the symbol does not exist 2009-01-21 19:55:33 -06:00
Doug Coleman 3150722c7f better http.server that handles multipart data in the same way as regular form data. fix http client for changes 2009-01-21 19:55:25 -06:00
Daniel Ehrenberg 465ed2fca8 New delimiter choices for multiline 2009-01-21 18:17:06 -06:00
Daniel Ehrenberg 915b6d3706 Reorganizing XML 2009-01-21 18:16:51 -06:00
Slava Pestov 79a5b3491a Merge branch 'master' of git://factorcode.org/git/factor 2009-01-21 00:45:30 -06:00
Slava Pestov 1c6df27d3c Minor documentation fixes 2009-01-21 00:45:23 -06:00
Daniel Ehrenberg ef569240d0 Fixing multiline error 2009-01-21 00:44:43 -06:00
Daniel Ehrenberg 272b919fb7 Removed a spin 2009-01-21 00:17:25 -06:00
Daniel Ehrenberg 1ad92e2f32 Minor XML docs/tests changes 2009-01-21 00:06:26 -06:00
Daniel Ehrenberg c24f4494bc XML refactoring, splitting up docs 2009-01-20 23:54:33 -06:00
Daniel Ehrenberg 8536d85b4e Merge branch 'master' of git://factorcode.org/git/factor 2009-01-20 23:52:33 -06:00
Doug Coleman dfadad05e2 fix validators 2009-01-20 18:44:38 -06:00
Doug Coleman 68cacc70ef Merge branch 'master' of git://factorcode.org/git/factor 2009-01-20 16:36:50 -06:00
Doug Coleman 050dbf8a60 http server can upload files. WOW! 2009-01-20 16:35:52 -06:00
Doug Coleman 4306656556 use assert-sequence= in mime.multipart 2009-01-20 16:35:09 -06:00
Daniel Ehrenberg 5221193034 Multiline cleanup and bug fix 2009-01-20 16:12:09 -06:00
Doug Coleman c7df780c33 dont save uploaded variables with no name, swap outputs 2009-01-20 15:45:00 -06:00
Doug Coleman 90a63acf40 fix the handbook 2009-01-20 15:43:45 -06:00
Doug Coleman 9a06ce94a5 add an unlimit word, refactor limited-streams, better docs 2009-01-20 15:42:41 -06:00
Daniel Ehrenberg 67dd4ca4a4 Going further towards conformance 2009-01-20 15:37:21 -06:00
Slava Pestov 4b4d93dddd Move at-default from unicode.case to assocs, move 2cache from classes.algebra to assocs, clean up some code to no longer use -rot, rot, pick 2009-01-20 15:27:14 -06:00
U-C4\Administrator 57ecdbe2c3 add limited streams to the handbook 2009-01-20 13:28:51 -06:00
U-C4\Administrator 0309f66252 don't unquote keys in mime.multipart 2009-01-20 13:23:58 -06:00
U-C4\Administrator 94a72d3915 document limited streams, make some words private 2009-01-20 13:21:58 -06:00
U-C4\Administrator 0dd3dc770b remove duplication in io.streams.limited 2009-01-20 12:04:20 -06:00
U-C4\Administrator 8676ebafea replace boolean with singletons for io.streams.limited -- stream-throws or stream-eofs 2009-01-20 12:02:54 -06:00
U-C4\Administrator 7ba4035993 some regexp features are broken. temporarily remove the regexp features that are broken 2009-01-20 11:53:50 -06:00
Daniel Ehrenberg 8f44f5e4b3 Various XML fixes, XML test suite 2009-01-19 22:25:15 -06:00
U-C4\Administrator 0563bedefa add a no-throw? flag to limited-streams, add unit tests 2009-01-19 18:52:09 -06:00
U-C4\Administrator e323ae3a32 add unit test, fix bounds check error in limited streams 2009-01-19 18:19:12 -06:00
U-C4\Administrator 07fc5f3ff4 redo mime.multipart 2009-01-19 18:01:13 -06:00
Doug Coleman 478fca5dc6 Take your stinking paws off me, you damned dirty datastack vocabulary! 2009-01-18 21:23:33 -06:00
Doug Coleman 76b80f1633 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-18 21:19:18 -06:00
Doug Coleman a5175c1d1e Add append-outputs and append-outputs-as, docs, tests 2009-01-18 21:18:52 -06:00
Doug Coleman 8c857f0d4b redo pack/unpack, refactor most of pack to be more efficient.
sorry if i killed a word you were using.
2009-01-18 20:40:19 -06:00
Doug Coleman 213a429928 add nappend and nappend-as, unit tests, and some docs for them 2009-01-18 20:26:58 -06:00
Slava Pestov df7ad34db2 Credit where credit is due 2009-01-18 17:28:36 -06:00
Slava Pestov ca2f01e0d0 Updating non-core libraries for monotonic? change 2009-01-16 17:02:54 -06:00
Slava Pestov bf5ff11720 Update usages of all-equal? now that its in the grouping vocab 2009-01-16 15:14:30 -06:00
Slava Pestov 1c8205e282 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-16 14:20:44 -06:00
Slava Pestov 392516e845 More doc fixes 2009-01-16 14:20:29 -06:00
Doug Coleman 59fbe0bbd4 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-16 14:14:14 -06:00
Doug Coleman 32e42ab5ef try the binary name alone if the editor can't be found in the default location 2009-01-16 14:13:17 -06:00
Slava Pestov bfd2fcf750 help-lint doesn't check on value-words, this allows values to be documented. Also, make 'see' work with value words 2009-01-16 14:12:10 -06:00
Slava Pestov af998eb073 Merge branch 'for-slava' of git://git.rfc1149.net/factor 2009-01-16 13:32:42 -06:00
Slava Pestov 7eb831d349 Fix various documentation errors 2009-01-16 13:30:43 -06:00
Slava Pestov b919e1848c Merge branch 'master' of git://factorcode.org/git/factor 2009-01-16 12:59:15 -06:00