Philipp Brüschweiler
b4d23a9d3b
javascriptcore: added some platform.txt files
2010-08-01 13:59:37 +02:00
Slava Pestov
46f8492c09
mongodb.driver: fix help lint
2010-07-31 18:34:43 -04:00
Slava Pestov
fe116a2392
vm: fix compile error on Linux if inotify is not available (reported by Alec Barryman)
2010-07-31 18:33:53 -04:00
Slava Pestov
4ab1950219
time-server: main word should not return immediately (reported by Alec Barryman)
2010-07-31 18:33:39 -04:00
Slava Pestov
1a137e9b5d
ftp.server: remove MAIN: word, since it expected a parameter from the stack and main words must have effect ( -- ) (reported by Alec Barryman)
2010-07-31 18:33:26 -04:00
Jose A. Ortega Ruiz
5fd5ed4afe
FUEL: fix for listener's misbehaviour in the presence of output.
2010-07-31 23:39:21 +02:00
Jose A. Ortega Ruiz
a4c37338fa
FUEL: New option to make listener's prompt non-readonly.
...
By setting fuel-listener-prompt-read-only-p to nil, you'll be able to
delete (portions of) the prompt in the listener. This doesn't have
much value by itself, except that, moreover, a non-read-only prompt
makes some i/o operations work. E.g.:
"input x:" print flush readln
will work with the new variable set to nil.
2010-07-31 20:11:36 +02:00
Sascha Matzke
aab5db42d9
fixed usages
2010-07-31 19:54:36 +02:00
Sascha Matzke
69027378cb
fixed docs
2010-07-31 19:50:29 +02:00
Sascha Matzke
19c78de60f
better error handling when mongod can not be reached
2010-07-31 14:16:11 +02:00
Sascha Matzke
f9b3c1d59d
added query and delete options
2010-07-31 11:41:07 +02:00
Sascha Matzke
7295a04519
added >multi word, removed unused singletons, fixed tuple example in docs
2010-07-31 10:49:15 +02:00
Sascha Matzke
e42479b257
use encode-string to write utf8 strings to the stream
2010-07-31 10:49:15 +02:00
Slava Pestov
6e3dee43d4
io.ports: calling '0 read' now returns an empty sequence without blocking (reported by Brennan Cheung)
2010-07-30 15:58:33 -04:00
Slava Pestov
723d780703
stack-checker.alien: generate a declaration for input parameter types
2010-07-30 15:50:05 -04:00
Slava Pestov
fd1aad71bd
combinators: make the behavior of 'case' consistent between the optimized and unoptimized forms
2010-07-30 14:21:30 -04:00
Slava Pestov
f2646fc92c
cpu.x86: save context before calling new_context() since it can trigger GC (bug reported by Sascha Matzke)
2010-07-30 01:07:53 -04:00
Slava Pestov
a5f59e9cd6
alien.prettyprint: fix test failure
2010-07-29 21:09:05 -04:00
Slava Pestov
94f6ac98de
compiler.cfg.linear-scan: fix bad interaction between inactive intervals and sync points
2010-07-29 21:06:48 -04:00
Slava Pestov
0f4c5d2bff
classes.algebra: make it work better to fix bug reported by Sascha Matzke
2010-07-29 19:57:23 -04:00
Slava Pestov
a2927eb255
ui.backend.windows: fix compile error in ui-wndproc
2010-07-29 17:22:34 -04:00
Slava Pestov
6142bd7335
alien.syntax: FUNCTION: and FUNCTION-ALIAS: now define inline words
2010-07-28 03:05:14 -04:00
Slava Pestov
168dd1f825
FFI rewrite part 7: compile callback bodies with the optimizing compiler
2010-07-28 00:49:26 -04:00
Slava Pestov
5fc9aa05b0
Revert "compiler.cfg: change linear ordering to place GC call blocks at the end"
...
This reverts commit 544a288192
.
2010-07-27 23:58:41 -04:00
Slava Pestov
a6c487c3b7
vm: clean up main-windows-nt.cpp
2010-07-27 13:03:11 -04:00
Slava Pestov
8adde5360a
compiler.cfg: change linear ordering to place GC call blocks at the end
2010-07-27 13:00:28 -04:00
Slava Pestov
355d89e8e8
compiler.cfg: now that kill-blocks cannot contain instructions that define vregs we can skip them all
2010-07-27 12:40:31 -04:00
Slava Pestov
7f4b7d66a3
help.html: escape % in word names (reported by Anton Gorenko)
2010-07-26 17:43:50 -04:00
Slava Pestov
1945d62dd5
gdbm.ffi: fix DLL name on Windows
2010-07-26 15:35:12 -05:00
Slava Pestov
68da8c48d5
Merge branch 'master' of http://github.com/mrjbq7/factor
2010-07-26 15:10:50 -04:00
Slava Pestov
c34639293a
peg.ebnf: minor fix
2010-07-26 12:40:32 -04:00
John Benediktsson
f1eb6a9d6e
math.combinatorics: improve all-subsets and selections words.
2010-07-26 08:12:36 -07:00
John Benediktsson
0b7ed3bdb9
db: fix typo in docs.
2010-07-26 08:11:51 -07:00
Slava Pestov
3dbb8e6153
math.matrices: move normal word from gpu.demos.bunny and reverse sign
2010-07-23 20:41:08 -07:00
Slava Pestov
cdb52119a0
regexp: fix test
2010-07-23 20:40:44 -07:00
Slava Pestov
44dc1aadc0
regexp: fix match iteration with empty matches, and fix reverse regexes since they were totally broken (bugs reported by Joe Groff and various others)
2010-07-23 19:44:39 -07:00
Slava Pestov
c04de94b96
compiler.tree.finalization: record dependencies on inlined predicates
2010-07-23 16:31:15 -07:00
Slava Pestov
b0ec82c64e
gdbm: fix tests
2010-07-22 17:29:20 -07:00
Slava Pestov
abf9efe731
gdbm: don't run tests on 64-bit Windows since there's no gdbm there
2010-07-22 14:34:59 -07:00
Slava Pestov
f7bd876cae
io.files.unix: fix tests for recent calendar.unix vocab changes
2010-07-21 00:23:35 -04:00
Slava Pestov
b6fe62299e
compiler.cfg.alias-analysis: factor-call-insns which defined values were not handled properly
2010-07-19 19:56:00 -04:00
Slava Pestov
0fbe78be00
cpu.x86.64: fix calling varargs functions
2010-07-19 16:03:39 -04:00
Slava Pestov
cc0d69416f
vm: fix alien-signed-1/2/4 primitives
2010-07-19 16:03:27 -04:00
Slava Pestov
b23aac1beb
compiler.cfg: open-code parameter boxing and unboxing for certain C types
2010-07-19 10:25:13 -04:00
Slava Pestov
8e46305288
compiler.cfg.save-contexts: don't insert ##save-context in front of ##phi
2010-07-19 09:27:10 -04:00
Slava Pestov
adc9db3ea8
compiler.cfg.linear-scan.allocation: fix wrong order
2010-07-19 06:46:50 -04:00
Slava Pestov
b776a92546
compiler.cfg.linear-scan: fix bad interaction between split position calculation and register-clobbering instructions
2010-07-18 17:38:52 -04:00
Slava Pestov
80d0ed0110
ui.gadgets.labels: fix stack effects for label-on-left and label-on-right
2010-07-18 17:38:51 -04:00
Joe Groff
fd053eb028
calendar: unit test for gmt
2010-07-18 13:45:00 -07:00
Joe Groff
57081d5b5e
calendar: since-1970 shouldn't >local-time; this causes words that want to return GMT to return local time too
2010-07-18 13:43:01 -07:00