Commit Graph

21708 Commits (cb561b683bd527f26ac032cf7934244aad1f863e)

Author SHA1 Message Date
Slava Pestov cb561b683b io.sockets: fix unit test on Windows 2011-02-27 14:38:47 -08:00
Slava Pestov 9968100947 bootstrap.{io, ui}: load dependencies to make deploy tool less error-prone 2011-02-27 14:38:47 -08:00
Slava Pestov 13bcc56b15 tools.deploy.test.21: deploy without threads to reduce image size 2011-02-27 14:38:47 -08:00
Slava Pestov 53b0f02b82 calendar: make it deploy with threads disabled 2011-02-27 14:38:47 -08:00
Doug Coleman e68a3e1186 Merge branch 'master' of git://factorcode.org/git/factor 2011-02-26 11:44:50 -06:00
Slava Pestov cb510cc815 Merge branch 'doc-fixes' of git://github.com/keitahaga/factor 2011-02-25 22:37:39 -08:00
Slava Pestov 4106ddc10f io.sockets: add scope-id to ipv6 addrspecs, fixing a problem with connecting to localhost on Mac OS X (and other systems) where localhost is associated with a link-local address such as fe80::1 2011-02-25 22:33:28 -08:00
Slava Pestov a3558d1c0f tools.deploy: actually add the new test 2011-02-25 22:13:54 -08:00
Slava Pestov c6de3729db tools.deploy: add test for formatting vocab 2011-02-25 21:26:11 -08:00
Slava Pestov 5c5dda1afd Fix usage note in dns vocab, move tools.dns from basis to extra since dns vocab is in extra 2011-02-25 21:08:00 -08:00
Slava Pestov 29a5a4255d tools.deploy: fix a test on Windows 2011-02-25 21:06:22 -08:00
Slava Pestov acac6b0a1d combinators: fix help lint 2011-02-25 21:06:10 -08:00
Slava Pestov 72b248b73b io.sockets.secure.unix: update unit test for close-notify change 2011-02-25 21:05:56 -08:00
Slava Pestov 35e9f6f072 compiler.cfg.ssa.construction: update unit tests for nths change 2011-02-25 21:05:38 -08:00
Joe Groff a233d08dec bunny.model, gpu.demos.bunny: update url for bunny model download 2011-02-25 10:22:49 -08:00
Keita Haga 4c43079118 lists: fix a few typos in docs 2011-02-25 19:59:44 +09:00
Keita Haga 69d3b2a9ba definitions: remove unused vocabulary in refactored a.factor 2011-02-24 15:37:41 +09:00
Keita Haga 70918ecf6c io.encodings.8-bit.latin9, io.encodings.shift-jis: fix typo in docs. offical => official 2011-02-21 02:53:35 +09:00
Keita Haga 63d961608f ui.tools.listener: highlighting F1 key in tips 2011-02-20 16:04:48 +09:00
Keita Haga 3b21317e9a locals: remove trailing whitespace in docs 2011-02-20 09:16:41 +09:00
Keita Haga 975f77b488 io.styles: remove a nl in usage example of background 2011-02-20 06:11:31 +09:00
Keita Haga f767d60641 definitions: import of make vocab in refactored a.factor 2011-02-20 04:53:35 +09:00
Keita Haga 382888822b environment: add using list to usage example of os-env word 2011-02-20 04:08:45 +09:00
Keita Haga 976d3d3ac0 combinators.random: fix a couple of usage examples in casep and casep* 2011-02-20 03:51:09 +09:00
Keita Haga b1566ef0a6 math.combinatorics: fix typo in docs 2011-02-20 03:08:01 +09:00
Doug Coleman af6c99b11f More efficient polyval algorithm in math.polynomials 2011-02-12 22:41:13 -06:00
Doug Coleman 4d7479e3b1 Don't normalize cookie names to lower-case. 2011-02-10 21:09:20 -06:00
Keita Haga 2c324b14df In several documentation, remove whitespace before or after the colon or period 2011-02-10 01:51:13 +09:00
Keita Haga 7f8909adc0 assocs: fix a few typos in docs 2011-02-08 00:35:15 +09:00
Keita Haga e1845bf3d5 continuations: fix typo in docs 2011-02-07 23:42:44 +09:00
Keita Haga 9c632a47ed syntax: add stack effect declaration to <color> word definition in usage example of C: syntax 2011-02-07 23:00:30 +09:00
Keita Haga b80e86ad60 io.sockets: fix a few typos in docs 2011-02-06 17:40:03 +09:00
Keita Haga bb57273ec7 colors.hex: fix typo in docs 2011-02-06 17:05:20 +09:00
Keita Haga 1cd225fa94 macros: clean up the usage example of MACRO: syntax 2011-02-05 00:00:37 +09:00
Keita Haga 7dd0319021 help.topics: fix typo in docs 2011-02-04 22:53:05 +09:00
Keita Haga cdab0bdbec combinators: insert a space after a comma in the documentation 2011-02-04 21:04:08 +09:00
Keita Haga 7e63158f3b combinators: minor improvement to usage example of cond word 2011-02-04 17:53:00 +09:00
Keita Haga 5d3155bef5 words: replace the trailing comma with a period in the article of words 2011-02-04 16:25:35 +09:00
Keita Haga c9c02e7264 syntax: trim trailing whitespace to $syntax section in the HOOK:'s help page 2011-02-04 15:56:02 +09:00
Slava Pestov c0a3b64c40 io.sockets.secure.unix: fix socket shutdown handling to make http.client work with https://www.google.com 2011-01-31 23:45:45 -05:00
Slava Pestov 5c0150ad97 openssl: remove cacert.pem, since its useless and we should call SSL_CTX_set_default_verify_paths instead 2011-01-29 23:26:29 -05:00
Slava Pestov 0a58caad81 urls: derive-url resets the port if the new URL specifies a protocol. Fixes HTTP redirection on some sites, like www.amazon.com (reported by John Benediktsson) 2011-01-29 22:50:13 -05:00
Slava Pestov 843fc514e3 sequences: nths should return a sequence of the same type as the original (reported by Jon Harper) 2011-01-29 00:18:36 -05:00
Slava Pestov bf81451e00 xml.errors: split off xml.errors.debugger so that deployed apps that use XML are ~100kb smaller 2011-01-29 00:09:09 -05:00
Slava Pestov 61804879fc xml.traversal: remove unused dependency on debugger 2011-01-29 00:07:56 -05:00
Slava Pestov 9af01e5482 tools.deploy: add XML deploy test 2011-01-29 00:07:22 -05:00
Slava Pestov 98b4a5859d sets: fix help lint 2011-01-29 00:07:08 -05:00
Slava Pestov 4fff63036a sets: document combine word 2011-01-28 22:56:46 -05:00
Slava Pestov 247005fe16 Merge branch 'master' of git://github.com/mrjbq7/factor 2011-01-28 21:56:18 -05:00
Slava Pestov c0212ff5c2 Merge branch 'doc-fixes' of git://github.com/keitahaga/factor 2011-01-28 21:36:34 -05:00