Commit Graph

21507 Commits (c7d22fe4393630aba911ea194bb7b1be0e502325)

Author SHA1 Message Date
Doug Coleman c7d22fe439 Fix typo in game.input.dinput 2010-10-25 22:06:25 -05:00
Doug Coleman 69487d1fd3 Fix a few tests that got broken in the <uint> *uint patches 2010-10-25 19:14:21 -05:00
Doug Coleman 67c37591ca Remove <uint> *uint and friends. Hopefully remove the last usages of these words 2010-10-25 15:54:42 -05:00
Doug Coleman 4ca9bd0bba Remove usages of <void*> and *void* 2010-10-25 13:22:50 -05:00
Doug Coleman edba5f2bbe Fix bug in html.parser.analyzer 2010-10-25 12:50:43 -05:00
Doug Coleman 1f57dc326e Remove many uses of <int> and *int etc 2010-10-25 12:49:12 -05:00
Slava Pestov b10897334c io.sockets.secure: add ssl-supported? hook, and make furnace.auth and twitter vocabs use it. This makes furnace work on Windows 2010-10-24 15:54:19 -07:00
Slava Pestov 36785f4625 benchmark.ui-panes: clean up 2010-10-23 17:15:23 -07:00
Slava Pestov 76344f6bc2 benchmark.ui-panes: deploy without prettyprinter 2010-10-23 17:09:26 -07:00
Slava Pestov ee1520f683 math.primes.erato: fix typo in docs 2010-10-22 18:26:08 -07:00
Jon Harper ff1d7914e8 cleanup 2010-10-22 18:22:29 -07:00
Slava Pestov a400b39fa1 alien.enums: enum>number didn't work in deployed images, add a test which deploys and runs benchmark.ui-panes to catch this in the future 2010-10-17 21:02:42 -04:00
Slava Pestov 7414b2797f extra/central: remove unused vocabulary 2010-10-17 17:41:21 -07:00
Slava Pestov 47f53e76cd Merge branch 'for-slava' of git://git.rfc1149.net/factor 2010-10-14 22:30:05 -07:00
Slava Pestov 559b1ae876 alien.c-types: make behavior of int/uint/long/ulong/longlong/ulonglong struct field setters consistent across 32-bit and 64-bit when supplied with floats (reported by Anton Gorenko) 2010-10-14 22:29:48 -07:00
Samuel Tardieu b1a2570655 Add documentation for assocs:assoc-refine 2010-10-11 11:09:46 +02:00
Doug Coleman 345447b961 Fix bootstrap on mac by adding back the PF_INET constant 2010-10-09 16:53:54 -07:00
Doug Coleman eef2f944e9 Merge branch 'master' of git://factorcode.org/git/factor 2010-10-09 16:52:01 -07:00
Slava Pestov 2d28e97c15 Revert "webapps.mason: move some CSS from websites.factorcode"
This reverts commit 4d42813e75.
2010-10-09 15:48:32 -07:00
Slava Pestov 5bfffead41 webapps.mason: move some CSS from websites.factorcode 2010-10-09 15:37:17 -07:00
Slava Pestov 5caae55e8d html.templates.chloe: minor doc improvements 2010-10-09 15:29:04 -07:00
Doug Coleman 809f4ee396 Merge branch 'master' of git://factorcode.org/git/factor 2010-10-09 15:28:52 -07:00
Slava Pestov daae54a88a unix.ffi.bsd: fix load errors 2010-10-09 15:16:14 -07:00
Slava Pestov 813e13140a vm: fix 64-bit regression 2010-10-09 15:14:14 -07:00
Slava Pestov a84d7af2c5 unix.ffi.bsd: fix AF_INET6 constants on FreeBSD and OpenBSD 2010-10-09 15:04:49 -07:00
Slava Pestov 0fc8ee8250 Fix win64 compile error 2010-10-09 16:03:46 -05:00
Doug Coleman efbbe3591e Rename combinator in dns 2010-10-09 12:49:47 -07:00
Doug Coleman 15226d8bc3 Minor cleanups in trees 2010-10-09 11:21:11 -07:00
Doug Coleman 51f9d97753 Support openbsd's resolv.conf syntax 2010-10-08 19:13:03 -07:00
Slava Pestov 40e5ed8b87 ascii: remove ch-lower? and ch-upper? words, since they're the same as letter? and LETTER? 2010-10-08 18:55:37 -07:00
Slava Pestov 38ceef3ab8 morse: cleanup 2010-10-08 18:55:23 -07:00
Slava Pestov fbbaef70c4 Remove stream-peek and stream-peek1, re-implement dns vocab to not need this abstraction 2010-10-08 18:55:13 -07:00
Doug Coleman 7367ff19c4 Add a method on url-addr for local ports
Remove test for code that got reverted
2010-10-08 08:42:19 -07:00
Doug Coleman 1179eefefa Minor typo in euler 006 2010-10-08 06:34:20 -07:00
Doug Coleman 5a6f93bc84 Minor cleanups in dns 2010-10-08 06:34:20 -07:00
Doug Coleman a4b25443f4 Move ch-upper? from unicode.case to ascii 2010-10-08 06:34:20 -07:00
Doug Coleman d462355035 Implement and document stream-peek 2010-10-08 06:34:19 -07:00
Doug Coleman 6dcb259b73 Move the host word from dns to tools.dns 2010-10-08 06:34:18 -07:00
Doug Coleman 1e6ea11ba2 Clean up a few lines of resolv.conf parser 2010-10-08 06:34:18 -07:00
Doug Coleman f7af445625 Add stream-peek1 and remove it from images.gif and dns. Add sequence-peek but not stream-peek (yet?) 2010-10-08 06:34:17 -07:00
Slava Pestov 4dd1ba4ab2 furnace.recaptcha: fix stack effect declaration 2010-10-06 23:01:09 -07:00
Slava Pestov 89ae9d9638 Various cleanups for Doug's recent socket addressing change
- urls: now have a host/port slots again, add a new set-url-addr word
- http.server: fix host header parsing for IPv6 addresses
2010-10-06 23:00:38 -07:00
Slava Pestov 4376173e83 webapps.mason: fix broken link 2010-10-06 21:54:00 -07:00
Doug Coleman 5bc2128d6d Write a real resolv.conf parser 2010-10-05 21:44:22 -05:00
Doug Coleman ad740f3413 Remove blank lines from resolve.conf just in case 2010-10-05 15:33:42 -05:00
Doug Coleman 78cb1140f4 Add ch-upper? and ch-lower? words 2010-10-05 09:56:30 -05:00
Doug Coleman 24abb667fe Special-case "localhost" in dns queries 2010-10-05 09:56:29 -05:00
Doug Coleman 32f447d796 Since ip4/ip6 services can run on different ports, we must include which version of ip we're using instead of just a port. Make URL objects store an inet4/i nt6/inet object with host/port slots instead of storing host/port slots separately. Stricter error checking on inet4/inet6 tuple creation. Update lots of code related to the URL change. 2010-10-05 09:56:29 -05:00
Doug Coleman 676f6b6e06 Implement resolve-host for dns vocab 2010-10-05 09:56:29 -05:00
Slava Pestov 52b11a88a6 webapps.mason.docs-update: recover properly if previous update attempt fails 2010-10-04 21:29:29 -07:00