Joe Groff
|
98c9b79881
|
assocs: use collector-for in assoc>map to create a temporary vector appropriate for the exemplar
|
2010-02-06 23:59:34 -08:00 |
Slava Pestov
|
55b27baf3a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-07 18:21:32 +13:00 |
Slava Pestov
|
83674821a1
|
ui.text: fix outdated material
|
2010-02-07 18:20:54 +13:00 |
Slava Pestov
|
e2500c14d2
|
io.launcher.unix: sometimes both WIFEXITED and WIFSIGNALED would return true, and the wrong status would be reported
|
2010-02-07 18:17:53 +13:00 |
Slava Pestov
|
583262ca7b
|
Merge branch 'master' of git://github.com/erikcharlebois/factor
|
2010-02-07 18:09:04 +13:00 |
erikc
|
1af9b68495
|
Don't FEP on unhandled case for WM_APPCOMMAND
|
2010-02-05 23:50:58 -08:00 |
Doug Coleman
|
d22eb40360
|
Fix spaces that crept into vm/ cpp files
|
2010-02-06 01:06:26 -06:00 |
Slava Pestov
|
c08fa9cb6e
|
vm: disable silly nano-count workaround on Win64, fix some indentation issues
|
2010-02-06 00:45:29 -06:00 |
Slava Pestov
|
d5a25f99bf
|
cpu.x86.64: inline cache miss blocks have a prolog generated in the middle of a procedure; undo a recent change to non-optimizing backend to fix random crashes
|
2010-02-06 18:45:27 +13:00 |
Slava Pestov
|
daefa86b6d
|
cpu.ppc: needs same fix for jit-profiling as on x86-64
|
2010-02-06 18:45:26 +13:00 |
Joe Groff
|
74d0ef4413
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-05 20:13:45 -08:00 |
erikc
|
09cfec1d15
|
Merge branch 'master' of git://github.com/slavapestov/factor
|
2010-02-05 15:53:18 -08:00 |
erikc
|
e3c3739624
|
Add brace matching for parse time quotes $\[
|
2010-02-05 15:52:55 -08:00 |
erikc
|
d435e5256c
|
Add material loading for OBJ format, generalize model-viewer and removed hard-coded paths
|
2010-02-05 15:51:53 -08:00 |
erikc
|
6a18dec566
|
Had the color order for TGA backwards
|
2010-02-05 15:32:38 -08:00 |
Joe Groff
|
6199d3fccc
|
json: if-json-null combinator, in the same vein as if-zero, if-empty, etc.
|
2010-02-05 14:10:06 -08:00 |
Joe Groff
|
a9586de62d
|
gpu.buffers: allocate-byte-array word, equivalent to [ byte-length ] keep allocate-buffer
|
2010-02-05 14:07:45 -08:00 |
Doug Coleman
|
342af1a8dd
|
gitignore .RES
|
2010-02-05 14:10:53 -06:00 |
Doug Coleman
|
4946beef3c
|
Fix typo in dinput binding
|
2010-02-05 14:09:17 -06:00 |
Slava Pestov
|
b6b780fb72
|
windows.types: remove duplicate typedefs flagged by recent alien.syntax change
|
2010-02-05 06:04:12 -06:00 |
Slava Pestov
|
59193af701
|
alien.syntax: save source location for TYPEDEF:, raise error on redefinition
|
2010-02-05 20:52:20 +13:00 |
Slava Pestov
|
aa3d65272a
|
cpu.x86: fix crashes when using certain features (threads, errors, etc) with profiling enabled on x86-64. The profiling stub was clobbering an argument for the unwind_native_frames() entry point
|
2010-02-05 20:52:19 +13:00 |
Slava Pestov
|
5fb4c30eb3
|
windows.types: another Win64 fix
|
2010-02-05 01:47:21 -06:00 |
Doug Coleman
|
7d73d85856
|
Fix help lint for user-id
|
2010-02-05 01:20:40 -06:00 |
Doug Coleman
|
f72bcd3346
|
reorder functions in header file
|
2010-02-04 23:55:17 -06:00 |
Doug Coleman
|
06f02d1314
|
Refactor error handling in io.cpp. Update image.cpp and header files for changes.
|
2010-02-04 23:53:54 -06:00 |
unknown
|
5a55f3db28
|
windows.types: fix LONG_PTR type on win64
|
2010-02-04 22:44:41 -06:00 |
Doug Coleman
|
c32fcf918b
|
Fix user-name in unix.users, add unit test
|
2010-02-04 22:14:53 -06:00 |
Joe Groff
|
60561dd490
|
math.quaternions: slerp function
|
2010-02-04 20:08:37 -08:00 |
Joe Groff
|
037dcdd735
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-04 19:45:25 -08:00 |
Joe Groff
|
1df64a12ce
|
images.atlas: add "make-atlas-assoc" word to take a name->image assoc and generate a name->texcoord assoc alongside the atlas
|
2010-02-04 19:43:14 -08:00 |
Doug Coleman
|
577db11c45
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-04 16:03:16 -06:00 |
Doug Coleman
|
c52c69fe1d
|
Move jamshred to unmaintained
|
2010-02-04 16:03:00 -06:00 |
Joe Groff
|
2381e9bf24
|
quaterion to matrix4 conversion
|
2010-02-04 11:25:45 -08:00 |
Joe Groff
|
4ba8c6e0b5
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-03 21:50:36 -08:00 |
Slava Pestov
|
f20b4e5607
|
tools.deploy.shaker: don't try to intern all word props anymore
|
2010-02-04 17:40:53 +13:00 |
Doug Coleman
|
a2ce57d856
|
Allow setting errno instead of just clearing it
|
2010-02-03 17:20:24 -06:00 |
Doug Coleman
|
7447fc1073
|
fix typo in os-windows.cpp
|
2010-02-03 16:03:22 -06:00 |
Doug Coleman
|
b0840bc355
|
Don't allow access through symlinks leading out of the ftp.server serving directory
|
2010-02-03 15:26:37 -06:00 |
Doug Coleman
|
a3f1f9d1af
|
gitignore *.exp for win64
|
2010-02-03 15:16:52 -06:00 |
Doug Coleman
|
950eaed73a
|
Change the MOVE_FILE macro to a function named move_file
|
2010-02-03 15:12:13 -06:00 |
Slava Pestov
|
034cf391b1
|
cpu.ppc: final fix
|
2010-02-03 13:37:12 -06:00 |
Slava Pestov
|
5fbb8c8bc7
|
cpu.ppc: another fix
|
2010-02-04 08:19:59 +13:00 |
Slava Pestov
|
50c2a5ae84
|
cpu.ppc: load fixes
|
2010-02-04 08:08:31 +13:00 |
Slava Pestov
|
163b74b7c4
|
pairs: assoc implementation optimized for a single key/value pair
|
2010-02-04 08:05:01 +13:00 |
Slava Pestov
|
10fe9a811b
|
Fix classes.tuple tests and assocs help lint
|
2010-02-04 08:04:47 +13:00 |
Doug Coleman
|
3d8f77ca56
|
ERROR:s is immutable now, so don't use it in db
|
2010-02-03 12:25:55 -06:00 |
Slava Pestov
|
229a956593
|
help.handbook: mention foo! naming convention
|
2010-02-04 03:55:08 +13:00 |
Slava Pestov
|
cdcdb708d7
|
Update some more 'update' usages to call 'assoc-union!'
|
2010-02-04 03:44:24 +13:00 |
Slava Pestov
|
35acd71551
|
compiler.units: fix bug that came up recently with nested compilation units
|
2010-02-04 03:20:48 +13:00 |