Jose A. Ortega Ruiz
80f7978c3d
FUEL: Remove key bindings of the form C-c <alphabetic>
...
Bindings of the form C-c <alphabetic> (e.g. C-c z) are traditionally
reserved in Emacs for user-defined keymaps, and shouldn't be used by
packages.
This patch removes all bindings of that form, replacing them by C-c
C-<alphabetic> (or simply preserving a previously existing binding).
E.g., C-c z becomes C-c C-z. In most cases, the binding with two C's
was already present.
The only change not following the above rule is C-c h in the listener,
which has become C-c C-w (because the C-h suffix is also 'taken' by
Emacs conventions).
2010-08-12 03:14:44 +02:00
Slava Pestov
900ed986f0
GNUmakefile: remove tags rule
2010-08-02 23:12:58 -04:00
Jose A. Ortega Ruiz
e05c9e68ea
FUEL: fix for error reporting in remote listeners.
2010-08-02 23:12:57 -04:00
Slava Pestov
5d0f847a0c
cpu.x86.32: fix 32-bit bootstrap
2010-08-02 20:51:29 -04:00
Slava Pestov
2f6ef5659d
tools.scaffold: clean up
2010-08-02 20:50:59 -04:00
Slava Pestov
88102c3ed5
vm: hard tabs, indent width 8
2010-08-02 20:50:34 -04:00
Slava Pestov
ce60ea6b51
Merge branch 'tools.scaffold' of http://github.com/jonenst/factor
2010-08-02 20:47:13 -04:00
Slava Pestov
05ba77262a
Fix start-context-and-delete sub-primitive (reported by Sascha Matzke)
2010-08-02 20:28:23 -04:00
Jon Harper
95aaccc6a1
Remove redundant newline
2010-08-02 17:20:31 +02:00
Jon Harper
2c41d24991
remove duplicates to conform with lint-tool
2010-08-02 17:20:19 +02:00
Joe Groff
92fd0bd8e3
vm/os-windows.cpp: fix compiler warnings/errors
2010-08-01 17:50:35 -07:00
Joe Groff
56702b868c
vm: remove some mixed use of stdio/iostream. when monotonic timer decreases, log old and new values
2010-08-01 16:14:20 -07:00
Philipp Brüschweiler
1d552fdc9b
io.files.info.unix.linux: sometimes /etc/mtab isn't properly formatted (found on arch linux)
2010-08-01 14:00:03 +02:00
Philipp Brüschweiler
c1a7dfdb88
javascriptcore: added some platform.txt files
2010-08-01 13:59:37 +02:00
Slava Pestov
fcb0a63a18
mongodb.driver: fix help lint
2010-07-31 18:34:43 -04:00
Slava Pestov
22100915a2
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
b6d968cdeb
time-server: main word should not return immediately (reported by Alec Barryman)
2010-07-31 18:33:39 -04:00
Slava Pestov
71c644ed83
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
aa4a87f9cd
FUEL: fix for listener's misbehaviour in the presence of output.
2010-07-31 23:39:21 +02:00
Jose A. Ortega Ruiz
24fef43388
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
dad13f0d46
fixed usages
2010-07-31 19:54:36 +02:00
Sascha Matzke
1cbc2ddf69
fixed docs
2010-07-31 19:50:29 +02:00
Sascha Matzke
13b5c20348
better error handling when mongod can not be reached
2010-07-31 14:16:11 +02:00
Sascha Matzke
5200e9d78b
added query and delete options
2010-07-31 11:41:07 +02:00
Sascha Matzke
b825c2f68c
added >multi word, removed unused singletons, fixed tuple example in docs
2010-07-31 10:49:15 +02:00
Sascha Matzke
7e14e33cb0
use encode-string to write utf8 strings to the stream
2010-07-31 10:49:15 +02:00
Slava Pestov
4abdc0b420
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
82694f60af
stack-checker.alien: generate a declaration for input parameter types
2010-07-30 15:50:05 -04:00
Slava Pestov
05f3dc7e76
combinators: make the behavior of 'case' consistent between the optimized and unoptimized forms
2010-07-30 14:21:30 -04:00
Slava Pestov
c1ab48f44b
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
a86981cbde
alien.prettyprint: fix test failure
2010-07-29 21:09:05 -04:00
Slava Pestov
179f32cdeb
compiler.cfg.linear-scan: fix bad interaction between inactive intervals and sync points
2010-07-29 21:06:48 -04:00
Slava Pestov
801197a58d
classes.algebra: make it work better to fix bug reported by Sascha Matzke
2010-07-29 19:57:23 -04:00
Slava Pestov
030009c029
ui.backend.windows: fix compile error in ui-wndproc
2010-07-29 17:22:34 -04:00
Slava Pestov
fcf597e8ca
alien.syntax: FUNCTION: and FUNCTION-ALIAS: now define inline words
2010-07-28 03:05:14 -04:00
Slava Pestov
7d792778f5
FFI rewrite part 7: compile callback bodies with the optimizing compiler
2010-07-28 00:49:26 -04:00
Slava Pestov
10d25cc0ad
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
7323720441
vm: clean up main-windows-nt.cpp
2010-07-27 13:03:11 -04:00
Slava Pestov
544a288192
compiler.cfg: change linear ordering to place GC call blocks at the end
2010-07-27 13:00:28 -04:00
Slava Pestov
f69411fcfb
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
1055b49315
help.html: escape % in word names (reported by Anton Gorenko)
2010-07-26 17:43:50 -04:00
Slava Pestov
f49cdd10e8
gdbm.ffi: fix DLL name on Windows
2010-07-26 15:35:12 -05:00
Slava Pestov
9cbff0c470
Merge branch 'master' of http://github.com/mrjbq7/factor
2010-07-26 15:10:50 -04:00
Slava Pestov
3961c4f657
peg.ebnf: minor fix
2010-07-26 12:40:32 -04:00
John Benediktsson
3fd8bd6649
math.combinatorics: improve all-subsets and selections words.
2010-07-26 08:12:36 -07:00
John Benediktsson
c5d8268527
db: fix typo in docs.
2010-07-26 08:11:51 -07:00
Slava Pestov
7fe6721993
math.matrices: move normal word from gpu.demos.bunny and reverse sign
2010-07-23 20:41:08 -07:00
Slava Pestov
d72b8d77aa
regexp: fix test
2010-07-23 20:40:44 -07:00
Slava Pestov
3e836c4e07
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
4415a0924c
compiler.tree.finalization: record dependencies on inlined predicates
2010-07-23 16:31:15 -07:00