Doug Coleman
|
5cc7ac4e9b
|
Fix docs errors for threaded-server changes
|
2010-09-20 14:17:27 -05:00 |
Doug Coleman
|
45b0791f1e
|
Move <rgb-image> to images.testing, add randomize-image word
|
2010-09-19 21:54:04 -05:00 |
Doug Coleman
|
dbdcb78cab
|
Make a couple utility words in images vocabulary
|
2010-09-19 21:43:36 -05:00 |
Doug Coleman
|
ecd856ceac
|
Use new threaded-server features in concurrency.distributed
|
2010-09-19 21:39:14 -05:00 |
Doug Coleman
|
4fce228ed9
|
Fix io.servers -- if it doesn't start up, don't throw an error when it's stopped. IPV6 must be enabled on windows with the command: ipv6 install (the build machines need this before we get clean windows builds). Fix up winsock error handling.
|
2010-09-19 21:35:52 -05:00 |
Doug Coleman
|
3baeb8838b
|
Fix using list
|
2010-09-19 19:14:56 -05:00 |
Doug Coleman
|
43624e037c
|
Squashed commit of the following:
commit 197dbe9a6733775ac0ea19b3da4bd4dc3c85418c
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sat Sep 18 19:01:38 2010 -0500
Fix bootstrap, move privileges to windows.privileges
commit 521c622f8afb15bf42d263c738cb990560dc29cb
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sat Sep 18 18:26:30 2010 -0500
Hopefully fix bootstrap
commit eb3f22928b59758b9505430034044b5b94705da2
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sat Sep 18 18:19:05 2010 -0500
Remove wince from factor codebase
commit 619d6c99415f46208a7ede6a04b0ccda46b15360
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sat Sep 18 16:07:46 2010 -0500
Remove Windows CE from vm/
|
2010-09-19 19:13:25 -05:00 |
Doug Coleman
|
bfa4ddd11a
|
Fix http tests and io.server.connection docs
|
2010-09-19 15:47:25 -05:00 |
Doug Coleman
|
c01ef3dd18
|
Squashed commit of the following:
commit 8a15381d30508b8f36a9e36dc3a0afc3c962c853
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sat Sep 11 14:32:30 2010 -0500
Squash threaded-server branch
|
2010-09-19 13:38:02 -05:00 |
Doug Coleman
|
9fb5f82400
|
Squashed commit of the following:
commit fbec7374aa3f99d8f76499183920e537dc7f38b1
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sun Sep 19 13:28:47 2010 -0500
Remove random.combinators vocab
commit 74f91aca4a961879ec57ef56114eadd5e9f6dcee
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sun Sep 19 13:28:22 2010 -0500
Rename random.combinators to combinators.random. Add random.data vocabulary
commit f616c3f4ceac48ac6f48836040130ba4f090c47f
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sun Sep 19 13:14:01 2010 -0500
Add execute-random combinator, docs, and respace a few things..
commit 1ce17507e3767c78e14ecf5e27e542168a47b2a2
Merge: db359d6 b53fc83
Author: Doug Coleman <doug.coleman@gmail.com>
Date: Sun Sep 19 12:55:53 2010 -0500
Merge branch 'random-combinators' of git://github.com/jonenst/factor into random-combinators
commit b53fc830f3319e9bdfce02674ea480f69e1453db
Author: Jon Harper <jon.harper87@gmail.com>
Date: Mon Aug 23 17:16:21 2010 +0200
Random combinators vocabulary
|
2010-09-19 13:29:43 -05:00 |
Doug Coleman
|
db359d69df
|
Remove the word 'alarm' from timers docs..
|
2010-09-18 11:37:47 -05:00 |
Slava Pestov
|
18e8c0af9c
|
vm: don't keep more than 10 unused contexts around to prevent address space wastage on low-budget operating systems like OpenBSD
|
2010-09-17 20:52:27 -07:00 |
Slava Pestov
|
05fc6ddad6
|
vm: a stack underflow inside a primitive could leave a data root in an uninitialized state; if allocating the thrown underflow error triggered a GC, the GC would visit a garbage pointer
|
2010-09-17 19:46:57 -07:00 |
Slava Pestov
|
b4531818b2
|
Rename mason.server to webapps.mason.backend, rename mason.version to webapps.mason.version, for cleaner client-server separation
|
2010-09-17 19:46:55 -07:00 |
Slava Pestov
|
7806cfece8
|
mason: add new idle, upload, finish states to make status display more helpful
|
2010-09-17 19:46:55 -07:00 |
Doug Coleman
|
51d5059011
|
Make sure io.backend.windows loads the implementations for the generics it defines. Make windows.handles not depend on io.timeouts. Fix typo in win32-file-attributes. Fix bug in null-output word. Clean up error checking code.
|
2010-09-17 14:19:10 -05:00 |
Slava Pestov
|
7d38319747
|
math.rectangles: add infinite recursion check in case somebody does something stupid
|
2010-09-16 21:27:18 -07:00 |
Slava Pestov
|
6e58e626f1
|
mason: send a heartbeat even while a build is running, and tighten deadline for crashed machine in mason.server
|
2010-09-16 21:27:17 -07:00 |
Doug Coleman
|
aa86474bcd
|
Trim using lists for io.files.windows
|
2010-09-16 16:10:38 -05:00 |
Doug Coleman
|
1523be6dcd
|
Add platforms.txt for windows.handles
|
2010-09-16 15:52:14 -05:00 |
Doug Coleman
|
92a70356de
|
Move win32-handle to windows.handles and update using lists to avoid pulling in the io backend where not necessary
|
2010-09-16 15:40:36 -05:00 |
Slava Pestov
|
5e0a45f939
|
mason: make upload timeout configurable, bump default to 1 hour for erg's mom's dialup
|
2010-09-15 22:53:54 -07:00 |
Slava Pestov
|
e5921ab55b
|
vm/os-unix.cpp: set pipe file descriptors to close on exec
|
2010-09-15 22:20:24 -07:00 |
Slava Pestov
|
20cda7d9bb
|
io.backend.unix: remove dead code from bsd backend, fix select code
|
2010-09-15 21:56:42 -07:00 |
Doug Coleman
|
8c981de760
|
Make windows random objects inherit from win32-handle, remove redundant error handling, use new-disposable instead of new
|
2010-09-15 19:10:21 -05:00 |
Doug Coleman
|
632c19520a
|
Don't use 2|| for control flow, use nested recover instead. Fix bug where creating a crypto context would dereference the handle, causing a type error.
|
2010-09-15 18:11:51 -05:00 |
Doug Coleman
|
1853f93b1f
|
Remove dead code
|
2010-09-15 17:39:46 -05:00 |
unknown
|
162b8d1200
|
random.windows logic was horribly messed up
|
2010-09-15 17:16:20 -05:00 |
Slava Pestov
|
91815fd2be
|
mason.server.watchdog: new tool to send e-mails when build machines go down
|
2010-09-14 21:54:33 -07:00 |
Slava Pestov
|
e57e2319be
|
editors.jedit: update for jEdit 4.3.2, which places jEdit settings directory in $HOME/Library/jEdit instead of $HOME/.jedit on Mac OS X
|
2010-09-14 21:20:02 -07:00 |
Jeremy Hughes
|
91dec15767
|
xml.traversal: tags-with-attr fix
|
2010-09-14 18:09:17 +12:00 |
Slava Pestov
|
fadbb965f4
|
Merge branch 'docs-ui-main' of http://github.com/mncharity/factor
|
2010-09-13 20:57:04 -07:00 |
Mitchell N Charity
|
f154301dfc
|
command-line-docs: fix -run description
|
2010-09-13 17:22:23 -04:00 |
Slava Pestov
|
a2eb56d399
|
io: fix with-streams to dispose the output stream first, move (stream-seek) word to io.streams.sequence where it belongs
|
2010-09-12 22:07:23 -07:00 |
Doug Coleman
|
d9f9da1960
|
Fix using list
|
2010-09-12 00:26:14 -05:00 |
Doug Coleman
|
fbe868289c
|
Fix with-streams: if the first dispose throws an error, the second dispose never gets called
|
2010-09-12 00:26:14 -05:00 |
Slava Pestov
|
8c3b13dea7
|
io: minor doc fixes throughout
|
2010-09-11 18:43:47 -07:00 |
Slava Pestov
|
3132c92124
|
io.directories: move directory-tree-files words to io.directories.hierarchy, where all the other *-tree stuff is
|
2010-09-11 18:43:47 -07:00 |
Slava Pestov
|
9e8a22dfa6
|
benchmark.sockets: yield between spawning clients so we don't backlog requests (we call accept with a limit of 128)
|
2010-09-11 18:43:47 -07:00 |
Doug Coleman
|
382bf1c227
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-09-11 19:43:33 -05:00 |
Doug Coleman
|
11957c636c
|
Fix throw-restarts example
|
2010-09-11 19:41:06 -05:00 |
John Benediktsson
|
4302a67e37
|
math.floating-point: adding double>ratio.
|
2010-09-11 19:41:06 -05:00 |
Doug Coleman
|
3e62cce8d7
|
Fix throw-restarts example
|
2010-09-11 14:12:24 -05:00 |
John Benediktsson
|
2012c9bf20
|
listener: fixing typo in docs.
|
2010-09-10 13:22:53 -07:00 |
John Benediktsson
|
7ac352ca14
|
sequences: fix typo in docs.
|
2010-09-10 13:22:48 -07:00 |
John Benediktsson
|
0247a75c0e
|
html.streams: fix typo in stack effect for emit-html.
|
2010-09-10 13:22:42 -07:00 |
Slava Pestov
|
858c4c6343
|
vm: fep g command prints addresses in h hex for readability
|
2010-09-09 20:36:50 -07:00 |
Slava Pestov
|
2003884129
|
openal.alut fix from Chris Double
|
2010-09-09 20:36:35 -07:00 |
Slava Pestov
|
ea2690661e
|
Merge branch 'docs-linearization-typo' of http://github.com/mncharity/factor
|
2010-09-09 20:33:11 -07:00 |
Slava Pestov
|
ebf1c0f425
|
Merge branch 'docs-optimization' of http://github.com/mncharity/factor
|
2010-09-09 20:33:04 -07:00 |