Commit Graph

25838 Commits (830c72198ca72529a8faad4b6fd7e1c807da6c48)

Author SHA1 Message Date
John Benediktsson 830c72198c Revert "tools.deploy.test: use temp directory for deploy image."
This reverts commit 233b8e1ba611888ff9b86ddba3152c4fd352504d.
2014-04-22 20:44:04 -07:00
John Benediktsson 2ed87ace0f txon: can just use replace instead of re-replace. 2014-04-22 17:52:57 -07:00
John Benediktsson 478cc0bb98 wikipedia: use html-unescape. 2014-04-22 17:50:11 -07:00
John Benediktsson 3c640add1e images: remove redundancy in some of the test code. 2014-04-22 16:38:57 -07:00
John Benediktsson a7b54e7895 tools.deploy.test: use temp directory for deploy image. 2014-04-22 16:21:25 -07:00
John Benediktsson 857c97647e tools.deploy.config: some docs for deploy-directory. 2014-04-22 15:55:56 -07:00
John Benediktsson 5373a985d7 html.entities: adding some examples to the docs. 2014-04-22 15:51:25 -07:00
John Benediktsson c6de3e9967 html.entities: fix minor doc error. 2014-04-22 14:37:55 -07:00
John Benediktsson 580bafb857 tools.deploy: adding a configurable deploy-directory. 2014-04-22 14:08:40 -07:00
John Benediktsson 78d0aad87d http.server.responses: adding <html-content>, use it. 2014-04-22 13:47:25 -07:00
Profpatsch 902e877c12 http.server.responses: Add <text-content>, improve docs. 2014-04-22 13:34:01 -07:00
John Benediktsson 484ae0bca0 checksums.md5: don't inline, use type declarations. 2014-04-22 09:13:02 -07:00
Doug Coleman eb992066a7 unix.ffi: Oops 2014-04-22 08:27:13 -07:00
Doug Coleman 540e490031 unix.ffi: Arch Linux doesn't seem to have aliases. 2014-04-22 08:25:51 -07:00
John Benediktsson e3323818cc io.sockets.secure.openssl: disable tests for now. 2014-04-22 08:16:53 -07:00
John Benediktsson 33cc184614 environment: update docs for with-os-env. 2014-04-22 08:08:32 -07:00
John Benediktsson 3dae660d42 unix.linux.proc: future proof! 2014-04-22 07:50:35 -07:00
John Benediktsson 06912460b4 io.sockets.secure.openssl: use must-fail-with. 2014-04-22 07:41:23 -07:00
John Benediktsson e7a74e0e61 io.standard-paths.unix: fixing the tests for Ubuntu. 2014-04-22 07:40:57 -07:00
John Benediktsson 15ab7fe82a environment: adding a combinator to set and unset and os-env. 2014-04-22 07:40:39 -07:00
Doug Coleman 6be25de125 unix.ffi: Use a utility word for getting the aliases back. 2014-04-22 00:29:49 -07:00
Doug Coleman d1d15f83c4 unix.linux.proc: Fix length of meminfo struct on some kernel versions. 2014-04-22 00:18:20 -07:00
Björn Lindqvist 9780012f55 dlopen using RTLD_GLOBAL 2014-04-21 23:45:45 -07:00
Doug Coleman 876b430ec9 io.standard-paths.unix: Fix ifconfig test. 2014-04-21 23:45:45 -07:00
John Benediktsson 4d7ace5531 html.entities: simpler re-charref. 2014-04-21 22:35:31 -07:00
Björn Lindqvist ac4dcecb0c automatically sets up the Factor coding style for Emacs users 2014-04-21 22:32:30 -07:00
John Benediktsson bcb14d7a22 html.entities: add a test to show "&amp". 2014-04-21 20:43:04 -07:00
John Benediktsson f5aa41c0ce html.entities: slightly better (looking) docs. 2014-04-21 19:19:14 -07:00
John Benediktsson 0d3956fa7c html.entities: reference the table in the w3 specs. 2014-04-21 19:15:55 -07:00
John Benediktsson e79bb8f6e4 html.entities: adding better HTML 5 escaping. 2014-04-21 19:03:59 -07:00
John Benediktsson 70fd2ebf52 html.parser.util: removing incomplete html escaping. 2014-04-21 19:03:48 -07:00
John Benediktsson 91119d87f4 html.parser.utils: adding a simple html escape/unescape. 2014-04-21 16:59:38 -07:00
John Benediktsson 11061079fe removing readme.html.
(github makes the markdown version more awesome^H^H^H^H^H^H^Hlikely
to be used.)
2014-04-21 08:36:52 -07:00
Björn Lindqvist 402a2f5ac1 FUEL: Customization variable that controls whether fuel-mode is loaded automatically. 2014-04-21 08:33:09 -07:00
Björn Lindqvist 6d88ab71b5 FUEL: Load fuel-mode when factor-mode loads. 2014-04-21 08:33:08 -07:00
John Benediktsson 00ea6900db calendar: clone timestamps in >gmt and >local-time. 2014-04-21 08:17:43 -07:00
John Benediktsson d1b1eabf1e calendar: M\ timestamp clone should clone gmt-offset. 2014-04-20 19:34:22 -07:00
John Benediktsson a3ba2c3b7c calendar.threads: implement M\ timestamp sleep-until. 2014-04-20 19:32:08 -07:00
John Benediktsson 94e9563a15 calendar.threads: simplify. 2014-04-20 19:22:56 -07:00
John Benediktsson 6f87c2afc7 io.sockets: use must-fail-with for resolve-host errors. 2014-04-20 10:02:04 -07:00
John Benediktsson 24cb41aa13 io.sockets: don't need "0 or" for addrinfo. 2014-04-20 09:30:03 -07:00
Björn Lindqvist e1206d5ef1 io.sockets: add word addrinfo-error to signal host lookup failures
If the getaddrinfo call fails, and you want to handle that failure in
a structured way, then you need a designated error type to know what
went wrong.
2014-04-20 09:29:31 -07:00
Björn Lindqvist 516ffcc311 io.sockets.secure.openssl.tests: more and better SSL_connect tests
Better error handling so it should be easier to see why the tests fail
on the build server (#1036).
2014-04-18 10:06:46 -07:00
Björn Lindqvist df3417c5b7 io.sockets.secure.openssl: more docs 2014-04-18 10:06:46 -07:00
Björn Lindqvist e473ef628d io.sockets.secure.openssl: big refactoring, all error handling merged into one check-ssl-error word 2014-04-18 10:06:46 -07:00
Björn Lindqvist d62c2ae351 FUEL: some more chars that often are used in word names 2014-04-18 08:43:12 -07:00
Björn Lindqvist c21a562529 fuel.pprint: . needs to be escpaed to load prettyprint's help page 2014-04-18 08:43:12 -07:00
Björn Lindqvist 693ca82648 FUEL: factor-find-in returns correct vocab when point is on the IN:-line 2014-04-18 08:43:11 -07:00
Björn Lindqvist bf060849c9 FUEL: improve highlighting of LIBRARY:, HELP: and deprecated 2014-04-18 08:43:11 -07:00
Björn Lindqvist b9082ca7b1 FUEL: fallback to the all-words algorithm when search doesnt work
It's to hard to figure out the correct "in" and "usings" values for
fuel-eval-in-context when *fuel help* is looking at articles. Instead
of trying, fallback on the less precise word lookup algorith and
accept that it sometimes will lead you wrong.
2014-04-18 08:43:11 -07:00