Slava Pestov
|
97e6315c47
|
debugger: fix formatting of restart list
|
2010-02-08 20:03:18 +13:00 |
Slava Pestov
|
07ce30e1fe
|
ui.text: fix USING: line
|
2010-02-08 19:18:51 +13:00 |
Slava Pestov
|
0b4edcf8ad
|
ui.text: add a string>image hook and clean up a bit of code duplication
|
2010-02-08 18:40:26 +13:00 |
Slava Pestov
|
48373a6c4c
|
Remove math.floats.parser now that its no longer needed
|
2010-02-08 16:52:29 +13:00 |
Joe Groff
|
243a97e8dd
|
specialized-vectors: fix byte-length to return byte-length of the vector rather than of its underlying capacity
|
2010-02-07 15:24:39 -08:00 |
Joe Groff
|
0f651c8506
|
math.parser: support leading + on significand and exponent so string>number can be a proper superset of C strto* functions
|
2010-02-07 14:21:59 -08:00 |
Joe Groff
|
ce1ff01851
|
math.parser: add unit tests to ensure that "1e2" parses as 100.0 in decimal and as integer 1E2 in bases >= 15 (it does now)
|
2010-02-07 13:09:59 -08:00 |
Joe Groff
|
90ea5796f4
|
math.parser: fix digit> bug found by Blei
|
2010-02-07 13:04:20 -08:00 |
Slava Pestov
|
38ca12e9d8
|
math.floats.parser: new vocabulary with old string>float word
|
2010-02-08 08:32:13 +13:00 |
Slava Pestov
|
db4a1f7536
|
Fix unit test for math.parser change
|
2010-02-08 08:31:17 +13:00 |
Slava Pestov
|
747974f4ae
|
vm: nuke unused (string>float) primitive
|
2010-02-08 08:16:56 +13:00 |
Slava Pestov
|
4e766a0a12
|
math.parser: clean up and merge new-math-parser branch
|
2010-02-08 01:39:18 +13:00 |
Slava Pestov
|
afee6ccfcd
|
Merge branch 'new-math-parser' of git://factorcode.org/git/factor into new-math-parser
|
2010-02-07 23:28:18 +13:00 |
Joe Groff
|
55ab4a68e4
|
fill in USING: for sequences.inserters tests
|
2010-02-07 00:14:56 -08:00 |
Joe Groff
|
72f7f472b9
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-07 00:13:44 -08:00 |
Joe Groff
|
08b26f6739
|
sequences.inserters: a new utility that abuses the exemplar parameter of *-as combinators to direct their output into existing growable sequences, either appending to the end of the vector (appender) or emptying the vector and replacing the contents (replacer)
|
2010-02-07 00:13:32 -08:00 |
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 |