Jose A. Ortega Ruiz
5df0a0073f
Emacs factor-mode: small indentation fixes and cleanups.
2008-11-19 10:37:54 +01:00
Slava Pestov
358f99d7dd
Revert "less aggressive make clean"
...
This reverts commit bcd314aa46
.
2008-11-19 01:58:22 -06:00
Slava Pestov
fb2523dc81
Revert "disable regexp failing tests for now"
...
This reverts commit 020a866e42
.
2008-11-19 01:57:44 -06:00
Slava Pestov
8819f23312
Replace millis primitive with micros primitive
...
Add millis as a library word
sleep now takes either a duration or a microsecond count; code using durations doens't need to be updated, code using millisecond counts updated to use durations for the most part
2008-11-19 01:50:05 -06:00
Doug Coleman
020a866e42
disable regexp failing tests for now
2008-11-18 23:56:51 -06:00
Doug Coleman
bcd314aa46
less aggressive make clean
2008-11-18 22:54:22 -06:00
Slava Pestov
306e123621
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor
2008-11-18 22:21:39 -06:00
Slava Pestov
d62a6c4b09
Minor core cleanup
2008-11-18 22:08:02 -06:00
Slava Pestov
4f0a92e8b3
Fix conflict
2008-11-18 21:59:11 -06:00
Slava Pestov
7bf450e0f1
Fix typo
2008-11-18 21:58:30 -06:00
Slava Pestov
ebd9513020
Fix stray pixel on Linux
2008-11-18 21:57:50 -06:00
U-SLAVA-DFB8FF805\Slava
bfc44e68cd
Another render test fix; more fuzz
2008-11-18 20:51:45 -06:00
Slava Pestov
d441f90122
Merge branch 'master' of git://factorcode.org/git/factor
2008-11-18 20:36:04 -06:00
Slava Pestov
db42113bb9
Fix ui.render.test
2008-11-18 20:35:50 -06:00
Slava Pestov
13509fcabe
Fix memory corruption in cap
2008-11-18 20:35:41 -06:00
Jose A. Ortega Ruiz
dad3a5ead1
Emacs factor-mode: correct indentation for field setters after constructors.
2008-11-19 02:00:00 +01:00
U-SLAVA-DFB8FF805\Slava
2ffecd3acc
Fix VM compile on 32-bit Windows
2008-11-18 18:51:52 -06:00
Bruno Deferrari
94a81a50c5
Merge branch 'master' of git://factorcode.org/git/factor
2008-11-18 22:40:46 -02:00
Slava Pestov
7fd0a27c0d
VM no longer uses printf since format string directives are not portable between Win64 and everything else...
2008-11-18 18:21:42 -06:00
Jose A. Ortega Ruiz
27bcb413a5
Emacs factor-mode: better font lock: constructors, setters and parent types (with accompanying custom faces).
2008-11-19 00:59:43 +01:00
Slava Pestov
4ab91ee742
Merge branch 'master' of git://factorcode.org/git/factor
2008-11-18 16:16:41 -06:00
Slava Pestov
fc1754e4a0
Add two failing tests
2008-11-18 16:16:34 -06:00
Slava Pestov
5f76266a2b
Simpler URL regexp
2008-11-18 16:16:24 -06:00
Doug Coleman
f5adb971f6
re-enable literal syntax for regexps
2008-11-18 16:09:47 -06:00
Doug Coleman
239bfeafda
fix "\\/" <regexp>
2008-11-18 16:06:56 -06:00
Doug Coleman
860bd1923b
fix stack effect
2008-11-18 15:59:20 -06:00
Doug Coleman
a3601f8ecc
Merge branch 'master' of git://factorcode.org/git/factor
2008-11-18 15:58:04 -06:00
Doug Coleman
535a9223bd
remove bogus dependency on vars
2008-11-18 15:57:48 -06:00
Doug Coleman
6397a2f789
move state-tables to basis
2008-11-18 15:57:32 -06:00
U-SLAVA-DFB8FF805\Slava
565cd8913b
On Windows, white renders as 253 253 253 ??
2008-11-18 15:45:20 -06:00
U-SLAVA-DFB8FF805\Slava
62f1e88253
Merge branch 'master' of git://factorcode.org/git/factor
2008-11-18 15:44:56 -06:00
U-SLAVA-DFB8FF805\Slava
4350951f14
More rendering fixes
2008-11-18 15:44:26 -06:00
Doug Coleman
1f85c444b7
Merge branch 'master' of git://factorcode.org/git/factor
2008-11-18 15:12:31 -06:00
Doug Coleman
49af5a1ac0
add support for [\\w] and [\\W]
2008-11-18 15:10:24 -06:00
Slava Pestov
5d2ee2f4a3
Merge branch 'master' of git://factorcode.org/git/factor
2008-11-18 14:16:05 -06:00
Slava Pestov
7059cc733d
Remove bogus file
2008-11-18 14:15:56 -06:00
Slava Pestov
9fb6224e30
Add UI render test tool
2008-11-18 14:15:48 -06:00
Slava Pestov
d0e53db5fc
Rendering tweaks
2008-11-18 14:15:38 -06:00
Slava Pestov
f32908f502
Fix load-bitmap to work with negative height
2008-11-18 14:10:31 -06:00
Slava Pestov
aee589190b
Add signed-le> and signed-be> wordS
2008-11-18 14:10:21 -06:00
Doug Coleman
cba8f2a860
swap . . -> [ . ] bi@
2008-11-18 14:09:50 -06:00
Doug Coleman
46e7978371
fix typo
2008-11-18 14:00:43 -06:00
Doug Coleman
054dce145c
fix polynomial help lint
2008-11-18 14:00:27 -06:00
Doug Coleman
0a12467767
fix compile errors in ftp.server
2008-11-18 13:31:43 -06:00
Slava Pestov
f8a6e3b0d8
Don't use the obscure CLEAR key
2008-11-18 11:50:02 -06:00
Slava Pestov
b609ca7d01
Tweak gl-rect to generate the correct output on Windows with Intel graphics
2008-11-18 11:48:06 -06:00
Slava Pestov
bec8cc4239
Add unit test to assert that directory. can infeR
2008-11-18 11:46:51 -06:00
Slava Pestov
f44d8f4cf5
Fix combinators so that directory. can infer on Unix
2008-11-18 11:45:55 -06:00
Slava Pestov
67c8fd8182
Merge branch 'master' of git://factorcode.org/git/factor
2008-11-18 09:44:59 -06:00
Slava Pestov
f0552accce
Merge branch 'master' of git://projects.elasticdog.com/git/factor
2008-11-18 09:44:11 -06:00