]> gitweb.factorcode.org Git - factor.git/log
factor.git
13 years agoRemove usages of <void*> and *void*
Doug Coleman [Mon, 25 Oct 2010 18:22:50 +0000 (13:22 -0500)]
Remove usages of <void*> and *void*

13 years agoFix bug in html.parser.analyzer
Doug Coleman [Mon, 25 Oct 2010 17:50:43 +0000 (12:50 -0500)]
Fix bug in html.parser.analyzer

13 years agoRemove many uses of <int> and *int etc
Doug Coleman [Wed, 20 Oct 2010 22:42:53 +0000 (17:42 -0500)]
Remove many uses of <int> and *int etc

13 years agoio.sockets.secure: add ssl-supported? hook, and make furnace.auth and twitter vocabs...
Slava Pestov [Sun, 24 Oct 2010 22:54:19 +0000 (15:54 -0700)]
io.sockets.secure: add ssl-supported? hook, and make furnace.auth and twitter vocabs use it. This makes furnace work on Windows

13 years agobenchmark.ui-panes: clean up
Slava Pestov [Sun, 24 Oct 2010 00:15:23 +0000 (17:15 -0700)]
benchmark.ui-panes: clean up

13 years agobenchmark.ui-panes: deploy without prettyprinter
Slava Pestov [Sun, 24 Oct 2010 00:09:26 +0000 (17:09 -0700)]
benchmark.ui-panes: deploy without prettyprinter

13 years agomath.primes.erato: fix typo in docs
Slava Pestov [Sat, 23 Oct 2010 01:26:08 +0000 (18:26 -0700)]
math.primes.erato: fix typo in docs

13 years agocleanup
Jon Harper [Tue, 19 Oct 2010 16:03:05 +0000 (18:03 +0200)]
cleanup

13 years agoalien.enums: enum>number didn't work in deployed images, add a test which deploys...
Slava Pestov [Mon, 18 Oct 2010 01:02:42 +0000 (21:02 -0400)]
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

13 years agoextra/central: remove unused vocabulary
Slava Pestov [Mon, 18 Oct 2010 00:41:21 +0000 (17:41 -0700)]
extra/central: remove unused vocabulary

13 years agoMerge branch 'for-slava' of git://git.rfc1149.net/factor
Slava Pestov [Fri, 15 Oct 2010 05:30:05 +0000 (22:30 -0700)]
Merge branch 'for-slava' of git://git.rfc1149.net/factor

13 years agoalien.c-types: make behavior of int/uint/long/ulong/longlong/ulonglong struct field...
Slava Pestov [Fri, 15 Oct 2010 05:21:12 +0000 (22:21 -0700)]
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)

13 years agoAdd documentation for assocs:assoc-refine
Samuel Tardieu [Mon, 11 Oct 2010 09:09:46 +0000 (11:09 +0200)]
Add documentation for assocs:assoc-refine

13 years agoFix bootstrap on mac by adding back the PF_INET constant
Doug Coleman [Sat, 9 Oct 2010 23:53:54 +0000 (16:53 -0700)]
Fix bootstrap on mac by adding back the PF_INET constant

13 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Sat, 9 Oct 2010 23:52:01 +0000 (16:52 -0700)]
Merge branch 'master' of git://factorcode.org/git/factor

13 years agoRevert "webapps.mason: move some CSS from websites.factorcode"
Slava Pestov [Sat, 9 Oct 2010 22:48:32 +0000 (15:48 -0700)]
Revert "webapps.mason: move some CSS from websites.factorcode"

This reverts commit 4d42813e751858fee54fc90a23507a10b2c74184.

13 years agowebapps.mason: move some CSS from websites.factorcode
Slava Pestov [Sat, 9 Oct 2010 22:37:17 +0000 (15:37 -0700)]
webapps.mason: move some CSS from websites.factorcode

13 years agohtml.templates.chloe: minor doc improvements
Slava Pestov [Sat, 9 Oct 2010 22:29:04 +0000 (15:29 -0700)]
html.templates.chloe: minor doc improvements

13 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Sat, 9 Oct 2010 22:28:52 +0000 (15:28 -0700)]
Merge branch 'master' of git://factorcode.org/git/factor

13 years agounix.ffi.bsd: fix load errors
Slava Pestov [Sat, 9 Oct 2010 22:16:14 +0000 (15:16 -0700)]
unix.ffi.bsd: fix load errors

13 years agovm: fix 64-bit regression
Slava Pestov [Sat, 9 Oct 2010 22:14:14 +0000 (15:14 -0700)]
vm: fix 64-bit regression

13 years agounix.ffi.bsd: fix AF_INET6 constants on FreeBSD and OpenBSD
Slava Pestov [Sat, 9 Oct 2010 22:03:35 +0000 (15:03 -0700)]
unix.ffi.bsd: fix AF_INET6 constants on FreeBSD and OpenBSD

13 years agoFix win64 compile error
Slava Pestov [Sat, 9 Oct 2010 21:03:46 +0000 (16:03 -0500)]
Fix win64 compile error

13 years agoRename combinator in dns
Doug Coleman [Sat, 9 Oct 2010 19:49:47 +0000 (12:49 -0700)]
Rename combinator in dns

13 years agoMinor cleanups in trees
Doug Coleman [Sat, 9 Oct 2010 18:21:11 +0000 (11:21 -0700)]
Minor cleanups in trees

13 years agoSupport openbsd's resolv.conf syntax
Doug Coleman [Sat, 9 Oct 2010 02:12:31 +0000 (19:12 -0700)]
Support openbsd's resolv.conf syntax

13 years agoascii: remove ch-lower? and ch-upper? words, since they're the same as letter? and...
Slava Pestov [Sat, 9 Oct 2010 01:55:37 +0000 (18:55 -0700)]
ascii: remove ch-lower? and ch-upper? words, since they're the same as letter? and LETTER?

13 years agomorse: cleanup
Slava Pestov [Sat, 9 Oct 2010 01:55:23 +0000 (18:55 -0700)]
morse: cleanup

13 years agoRemove stream-peek and stream-peek1, re-implement dns vocab to not need this abstraction
Slava Pestov [Sat, 9 Oct 2010 01:55:13 +0000 (18:55 -0700)]
Remove stream-peek and stream-peek1, re-implement dns vocab to not need this abstraction

13 years agoAdd a method on url-addr for local ports
Doug Coleman [Fri, 8 Oct 2010 15:42:19 +0000 (08:42 -0700)]
Add a method on url-addr for local ports
Remove test for code that got reverted

13 years agoMinor typo in euler 006
Doug Coleman [Thu, 7 Oct 2010 23:43:52 +0000 (16:43 -0700)]
Minor typo in euler 006

13 years agoMinor cleanups in dns
Doug Coleman [Thu, 7 Oct 2010 15:08:52 +0000 (10:08 -0500)]
Minor cleanups in dns

13 years agoMove ch-upper? from unicode.case to ascii
Doug Coleman [Thu, 7 Oct 2010 04:59:47 +0000 (23:59 -0500)]
Move ch-upper? from unicode.case to ascii

13 years agoImplement and document stream-peek
Doug Coleman [Wed, 6 Oct 2010 17:11:51 +0000 (12:11 -0500)]
Implement and document stream-peek

13 years agoMove the host word from dns to tools.dns
Doug Coleman [Wed, 6 Oct 2010 15:27:39 +0000 (10:27 -0500)]
Move the host word from dns to tools.dns

13 years agoClean up a few lines of resolv.conf parser
Doug Coleman [Wed, 6 Oct 2010 15:27:06 +0000 (10:27 -0500)]
Clean up a few lines of resolv.conf parser

13 years agoAdd stream-peek1 and remove it from images.gif and dns. Add sequence-peek but not...
Doug Coleman [Wed, 6 Oct 2010 15:16:01 +0000 (10:16 -0500)]
Add stream-peek1 and remove it from images.gif and dns.  Add sequence-peek but not stream-peek (yet?)

13 years agofurnace.recaptcha: fix stack effect declaration
Slava Pestov [Thu, 7 Oct 2010 06:01:09 +0000 (23:01 -0700)]
furnace.recaptcha: fix stack effect declaration

13 years agoVarious cleanups for Doug's recent socket addressing change
Slava Pestov [Thu, 7 Oct 2010 06:00:38 +0000 (23:00 -0700)]
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

13 years agowebapps.mason: fix broken link
Slava Pestov [Thu, 7 Oct 2010 04:54:00 +0000 (21:54 -0700)]
webapps.mason: fix broken link

13 years agoWrite a real resolv.conf parser
Doug Coleman [Wed, 6 Oct 2010 02:44:22 +0000 (21:44 -0500)]
Write a real resolv.conf parser

13 years agoRemove blank lines from resolve.conf just in case
Doug Coleman [Tue, 5 Oct 2010 20:33:42 +0000 (15:33 -0500)]
Remove blank lines from resolve.conf just in case

13 years agoAdd ch-upper? and ch-lower? words
Doug Coleman [Sun, 3 Oct 2010 15:33:52 +0000 (10:33 -0500)]
Add ch-upper? and ch-lower? words

13 years agoSpecial-case "localhost" in dns queries
Doug Coleman [Sun, 3 Oct 2010 08:49:10 +0000 (03:49 -0500)]
Special-case "localhost" in dns queries

13 years agoSince ip4/ip6 services can run on different ports, we must include which version...
Doug Coleman [Sun, 3 Oct 2010 08:39:30 +0000 (03:39 -0500)]
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.

13 years agoImplement resolve-host for dns vocab
Doug Coleman [Sun, 3 Oct 2010 08:31:12 +0000 (03:31 -0500)]
Implement resolve-host for dns vocab

13 years agowebapps.mason.docs-update: recover properly if previous update attempt fails
Slava Pestov [Tue, 5 Oct 2010 04:29:29 +0000 (21:29 -0700)]
webapps.mason.docs-update: recover properly if previous update attempt fails

13 years agowebsites.factorcode: add license
Slava Pestov [Tue, 5 Oct 2010 04:09:23 +0000 (21:09 -0700)]
websites.factorcode: add license

13 years agowebsites.factorcode: add screenshots
Slava Pestov [Tue, 5 Oct 2010 04:07:30 +0000 (21:07 -0700)]
websites.factorcode: add screenshots

13 years agowebapps.mason: update for factorcode.org changes
Slava Pestov [Tue, 5 Oct 2010 03:38:59 +0000 (20:38 -0700)]
webapps.mason: update for factorcode.org changes

13 years agovm: fix Config.windows
Slava Pestov [Sun, 3 Oct 2010 04:50:48 +0000 (23:50 -0500)]
vm: fix Config.windows

13 years agoGNUmakefile: fix on Windows
Slava Pestov [Sun, 3 Oct 2010 04:45:09 +0000 (23:45 -0500)]
GNUmakefile: fix on Windows

13 years agowebsites.concatenative: run builder check here
Slava Pestov [Sun, 3 Oct 2010 03:54:56 +0000 (20:54 -0700)]
websites.concatenative: run builder check here

13 years agowebapps.planet: workaround
Slava Pestov [Sun, 3 Oct 2010 03:00:54 +0000 (20:00 -0700)]
webapps.planet: workaround

13 years agobunny, gpu.demos.bunny: bunny has moved
Slava Pestov [Sun, 3 Oct 2010 02:54:57 +0000 (19:54 -0700)]
bunny, gpu.demos.bunny: bunny has moved

13 years agowebapps.planet: include its own icon
Slava Pestov [Sun, 3 Oct 2010 02:54:12 +0000 (19:54 -0700)]
webapps.planet: include its own icon

13 years agowebsites.concatenative: more tweaks
Slava Pestov [Sun, 3 Oct 2010 02:42:10 +0000 (19:42 -0700)]
websites.concatenative: more tweaks

13 years agologging.insomniac: fix docs
Slava Pestov [Sun, 3 Oct 2010 02:06:45 +0000 (19:06 -0700)]
logging.insomniac: fix docs

13 years agowebapps.mason.docs-update: make docs path configurable
Slava Pestov [Sun, 3 Oct 2010 02:05:11 +0000 (19:05 -0700)]
webapps.mason.docs-update: make docs path configurable

13 years agowebsites.concatenative: change DB path
Slava Pestov [Sun, 3 Oct 2010 02:04:06 +0000 (19:04 -0700)]
websites.concatenative: change DB path

13 years agowebsites.concatenative, factorcode: move a few things into config file
Slava Pestov [Sun, 3 Oct 2010 01:56:21 +0000 (18:56 -0700)]
websites.concatenative, factorcode: move a few things into config file

13 years agologging.insomniac: clean up more
Slava Pestov [Sun, 3 Oct 2010 01:18:54 +0000 (18:18 -0700)]
logging.insomniac: clean up more

13 years agologging.analysis: fix it up and make it work
Slava Pestov [Sun, 3 Oct 2010 01:11:57 +0000 (18:11 -0700)]
logging.analysis: fix it up and make it work

13 years agoFix compile error in images.jpeg
Doug Coleman [Fri, 1 Oct 2010 06:40:41 +0000 (01:40 -0500)]
Fix compile error in images.jpeg

13 years agoFix furnace.actions help lint
Doug Coleman [Fri, 1 Oct 2010 06:40:29 +0000 (01:40 -0500)]
Fix furnace.actions help lint

13 years agoUpdate alien.enums docs
Doug Coleman [Wed, 29 Sep 2010 16:07:08 +0000 (11:07 -0500)]
Update alien.enums docs

13 years agoSet the dns server based on the platform
Doug Coleman [Fri, 1 Oct 2010 06:23:31 +0000 (01:23 -0500)]
Set the dns server based on the platform

13 years agocompiler.cfg.linear-scan: extend lifetime intervals of base pointers correctly (repor...
Slava Pestov [Fri, 1 Oct 2010 03:48:52 +0000 (20:48 -0700)]
compiler.cfg.linear-scan: extend lifetime intervals of base pointers correctly (reported by Anton Gorenko)

13 years agowebapps.mason: fix counter and dashboard actions, add more comprehensive tests
Slava Pestov [Fri, 1 Oct 2010 03:35:35 +0000 (20:35 -0700)]
webapps.mason: fix counter and dashboard actions, add more comprehensive tests

13 years agoRevert previous patch; not simply a typo. Still broken on win64.
Doug Coleman [Thu, 30 Sep 2010 01:46:22 +0000 (20:46 -0500)]
Revert previous patch; not simply a typo.  Still broken on win64.

13 years agoWin64 Windows SDK hates int/cell type errors
Doug Coleman [Wed, 29 Sep 2010 22:43:27 +0000 (17:43 -0500)]
Win64 Windows SDK hates int/cell type errors

13 years agoFix typo ohno
Doug Coleman [Wed, 29 Sep 2010 22:29:28 +0000 (17:29 -0500)]
Fix typo ohno

13 years agoUse create-class-in to get redefinition errors with enums
Doug Coleman [Wed, 29 Sep 2010 21:24:25 +0000 (16:24 -0500)]
Use create-class-in to get redefinition errors with enums

13 years agoMake a way to get DNS server ips on Windows
Doug Coleman [Wed, 29 Sep 2010 20:36:56 +0000 (15:36 -0500)]
Make a way to get DNS server ips on Windows

13 years agoAdd a basic windows registry vocabulary
Doug Coleman [Wed, 29 Sep 2010 16:19:30 +0000 (11:19 -0500)]
Add a basic windows registry vocabulary

13 years agoRemembered append-outputs-as combinator for dns
Doug Coleman [Wed, 29 Sep 2010 11:33:34 +0000 (06:33 -0500)]
Remembered append-outputs-as combinator for dns

13 years agohtml.templates.fhtml: code cleanup
Slava Pestov [Wed, 29 Sep 2010 04:31:59 +0000 (21:31 -0700)]
html.templates.fhtml: code cleanup

13 years agohttp.server.static: look for index.fhtml when fhtml is enabled
Slava Pestov [Wed, 29 Sep 2010 04:31:19 +0000 (21:31 -0700)]
http.server.static: look for index.fhtml when fhtml is enabled

13 years agoAdd a DNS vocabulary
Doug Coleman [Wed, 29 Sep 2010 01:59:27 +0000 (20:59 -0500)]
Add a DNS vocabulary

13 years agoFix using in slots.syntax
Doug Coleman [Wed, 29 Sep 2010 01:40:48 +0000 (20:40 -0500)]
Fix using in slots.syntax

13 years agoFix chloe-content docs
Chris Double [Tue, 28 Sep 2010 21:23:43 +0000 (10:23 +1300)]
Fix chloe-content docs

13 years agoAdd webm, ogv and oga to mime types
Chris Double [Fri, 24 Sep 2010 04:38:14 +0000 (16:38 +1200)]
Add webm, ogv and oga to mime types

13 years agoAdd set-slots{ and set-slots[ words in slots.syntax and document them.
Doug Coleman [Tue, 28 Sep 2010 19:08:23 +0000 (14:08 -0500)]
Add set-slots{ and set-slots[ words in slots.syntax and document them.

13 years agoMake alien.enums create singletons so I can dispatch on them. Clean up the code...
Doug Coleman [Tue, 28 Sep 2010 18:06:59 +0000 (13:06 -0500)]
Make alien.enums create singletons so I can dispatch on them.  Clean up the code a bit.

13 years agofixed ismaster result eval
Sascha Matzke [Wed, 11 Aug 2010 04:54:43 +0000 (06:54 +0200)]
fixed ismaster result eval

13 years agoadded with-mdb-pool, rewrote with-mdb-connection
Sascha Matzke [Tue, 10 Aug 2010 17:42:43 +0000 (19:42 +0200)]
added with-mdb-pool, rewrote with-mdb-connection

13 years agoadded each-chunk, find-all and select-all-tuples words
Sascha Matzke [Mon, 9 Aug 2010 13:22:51 +0000 (15:22 +0200)]
added each-chunk, find-all and select-all-tuples words

13 years agowebsites.factorcode: FIX TYPO
Slava Pestov [Tue, 28 Sep 2010 04:46:40 +0000 (21:46 -0700)]
websites.factorcode: FIX TYPO

13 years agowebsites.factorcode: update index.fhtml
Slava Pestov [Tue, 28 Sep 2010 04:45:46 +0000 (21:45 -0700)]
websites.factorcode: update index.fhtml

13 years agofurnace.utilities: clean up
Slava Pestov [Tue, 28 Sep 2010 04:45:31 +0000 (21:45 -0700)]
furnace.utilities: clean up

13 years agowebsites.factorcode: add examples
Slava Pestov [Tue, 28 Sep 2010 04:17:29 +0000 (21:17 -0700)]
websites.factorcode: add examples

13 years agowebsites.factorcode: enable .fhtml
Slava Pestov [Tue, 28 Sep 2010 04:15:08 +0000 (21:15 -0700)]
websites.factorcode: enable .fhtml

13 years agowebsites.factorcode: new factorcode.org site, just like the old factorcode.org site
Slava Pestov [Tue, 28 Sep 2010 04:14:22 +0000 (21:14 -0700)]
websites.factorcode: new factorcode.org site, just like the old factorcode.org site

13 years agovm: fix compiler warning
Slava Pestov [Tue, 28 Sep 2010 03:37:37 +0000 (20:37 -0700)]
vm: fix compiler warning

13 years agoNew boot image location: http://downloads.factorcode.org/images/
Slava Pestov [Tue, 28 Sep 2010 03:29:09 +0000 (20:29 -0700)]
New boot image location: http://downloads.factorcode.org/images/

13 years agomason.release.branch: fix test failure
Slava Pestov [Mon, 27 Sep 2010 05:47:55 +0000 (22:47 -0700)]
mason.release.branch: fix test failure

13 years agocompiler: preliminary implementation of tracking derived pointers in GC maps
Slava Pestov [Mon, 27 Sep 2010 05:20:50 +0000 (22:20 -0700)]
compiler: preliminary implementation of tracking derived pointers in GC maps

13 years agocompiler.cfg.alias-analysis: fix bug in lazy alias class instantiation
Slava Pestov [Mon, 27 Sep 2010 04:16:50 +0000 (21:16 -0700)]
compiler.cfg.alias-analysis: fix bug in lazy alias class instantiation

13 years agoFix io.streams.throwing word and write docs for it. Fix typo in io.streams.limited...
Doug Coleman [Tue, 28 Sep 2010 01:20:48 +0000 (20:20 -0500)]
Fix io.streams.throwing word and write docs for it.  Fix typo in io.streams.limited docs

13 years agoSquashed commit of the following:
Doug Coleman [Tue, 28 Sep 2010 00:12:33 +0000 (19:12 -0500)]
Squashed commit of the following:

commit 54b3e19c7407707fabddd53872559c58cd5143d2
Author: Doug Coleman <doug.coleman@gmail.com>
Date:   Mon Sep 27 19:10:15 2010 -0500

    Fix typo

commit 3207516dc93e0e1edc9f119efcc79f4484eab244
Author: Doug Coleman <doug.coleman@gmail.com>
Date:   Mon Sep 27 19:08:30 2010 -0500

    Rename io.servers.connection to io.servers