Daniel Ehrenberg
|
766896f01c
|
Fixing bug in see caused by incorrect import
|
2010-03-02 19:11:35 -05:00 |
Joe Groff
|
444fa7668c
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-03-02 15:25:06 -08:00 |
Joe Groff
|
2e4ebc0182
|
needlessly rice game.input backends further by using set/get-global everywhere
|
2010-03-02 15:24:47 -08:00 |
Daniel Ehrenberg
|
3ad5ca4636
|
Regexps use new sets rather than assocs for final states
|
2010-03-02 18:05:37 -05:00 |
Daniel Ehrenberg
|
7364608417
|
Merge branch 'master' of git://factorcode.org/git/factor into bags
|
2010-03-02 17:04:45 -05:00 |
Doug Coleman
|
8ef279e020
|
Fix load error in calendar
|
2010-03-02 11:38:35 -06:00 |
Doug Coleman
|
3faa1a57d3
|
Add a parsing word to output slots to the stack instead of to an array
|
2010-03-02 04:51:52 -06:00 |
Doug Coleman
|
b059ade5ed
|
Use TYPED: in a few places in calendar.format to avoid passing durations instead of timestamps
|
2010-03-02 04:31:17 -06:00 |
Doug Coleman
|
55c606f274
|
Remove year/month/day words because they're dumb and confusing
|
2010-03-02 04:20:40 -06:00 |
Joe Groff
|
4159cfcc7b
|
game.input.*: factor out callback implementations to separate words so they optimize
|
2010-03-01 23:29:26 -08:00 |
Doug Coleman
|
55e772c528
|
Remove the http-data word
|
2010-03-01 22:32:15 -06:00 |
Joe Groff
|
1c08fde381
|
yay C89
|
2010-03-01 17:56:17 -08:00 |
Joe Groff
|
ac979619e6
|
record the C++ compiler version in the VM, and expose it with a vm-compiler word
|
2010-03-01 13:32:07 -08:00 |
Joe Groff
|
2c5deba1d1
|
parse-tokens had two $notes sections. oops!
|
2010-03-01 11:50:16 -08:00 |
Joe Groff
|
51541bb35b
|
lexer, parser: update docs on "parse-tokens" and add docs for "each-token", "map-tokens"
|
2010-03-01 11:47:57 -08:00 |
Joe Groff
|
6d81d1eaaa
|
windows.directx.d3d9: a method was missing argument names
|
2010-02-28 23:11:43 -08:00 |
Joe Groff
|
9bf5c76771
|
lexer: add "each-token" and "map-tokens", which are equivalent to "parse-token _ each/map" but incremental. update a smattering of parsing words (such as USING:, SYMBOLS:, etc.) to use each-token/map-tokens
|
2010-02-28 22:19:43 -08:00 |
Joe Groff
|
702c4df0da
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-28 20:25:26 -08:00 |
Joe Groff
|
bb58cf4d16
|
classes.tuple.parser: throw bad-slot-name immediately when an invalid slot name in a tuple/struct literal is scanned
|
2010-02-28 20:14:16 -08:00 |
Daniel Ehrenberg
|
1e5f202998
|
Maing vocabs.hierarchy use sets; modifying alias analysis's use of sets
|
2010-02-28 22:55:22 -05:00 |
Daniel Ehrenberg
|
1217dc9c6e
|
Making alias analysis use sets
|
2010-02-28 22:42:10 -05:00 |
Joe Groff
|
bde65fe2d0
|
windows.com: update COM-INTERFACE: to parse incrementally
|
2010-02-28 19:30:15 -08:00 |
Joe Groff
|
cd17a934ac
|
cut commas off of FUNCTION: parameter names in stack effects again
|
2010-02-28 19:29:53 -08:00 |
Joe Groff
|
9412fe8297
|
update GL-FUNCTION: to use new FUNCTION: factors
|
2010-02-28 16:40:34 -08:00 |
Joe Groff
|
078ca0fa58
|
alien.parser: refactor FUNCTION: parsing to read from the source incrementally. parse errors in FUNCTION: should now correspond to their location within the definition
|
2010-02-28 16:20:45 -08:00 |
Slava Pestov
|
e3ddafbdec
|
core-foundation.run-loop: clean up and speed up some code to fix starvation issue exposed by game.loop (reported by Joe Groff)
|
2010-03-01 12:22:18 +13:00 |
Joe Groff
|
163c26ad72
|
lexer, parser: show initial parsing word line as part of lexer-errors
|
2010-02-28 13:01:03 -08:00 |
Slava Pestov
|
e7d2e73215
|
webapps.help: fix typo
|
2010-02-28 19:44:18 +13:00 |
Daniel Ehrenberg
|
da57436180
|
Finishing eliminating prune as a synonym of members
|
2010-02-27 14:52:24 -05:00 |
Doug Coleman
|
004608e1f4
|
fix docs for csv
|
2010-02-27 13:04:42 -06:00 |
Doug Coleman
|
07dfcf2298
|
Beginning of a real fullscreen library
|
2010-02-27 13:03:28 -06:00 |
Daniel Ehrenberg
|
434605c0b5
|
Changing some uses of prune to use members
|
2010-02-27 13:14:03 -05:00 |
Doug Coleman
|
cc892700c8
|
add missing using
|
2010-02-27 08:25:25 -06:00 |
Doug Coleman
|
bad7e4b68e
|
Add a slot for worlds to know if they are fullscreened, and another for restoring the window position after returning from fullscreen mode
|
2010-02-27 07:58:42 -06:00 |
Doug Coleman
|
93efc83938
|
more user32 bindings
|
2010-02-27 07:58:41 -06:00 |
Doug Coleman
|
90597236e1
|
Add a slots{ word for accessing multiple slots
|
2010-02-27 07:58:40 -06:00 |
Doug Coleman
|
5eff2e0e9a
|
Add csv>string and string>csv
|
2010-02-27 07:58:38 -06:00 |
Doug Coleman
|
18c0935b64
|
Docs for http-data
|
2010-02-27 07:58:37 -06:00 |
Doug Coleman
|
9bf7f56283
|
Add a new word http-data that is just http-get nip
|
2010-02-27 07:58:35 -06:00 |
Daniel Ehrenberg
|
7ad324837b
|
Updated documentation for sets
|
2010-02-27 00:27:40 -05:00 |
Joe Groff
|
09517a87e3
|
rename game.input.linux to game.input.x11, make x>hid-bit-order a hook on system
|
2010-02-26 18:30:51 -08:00 |
Joe Groff
|
3d479927d7
|
move XQueryKeymap binding to x11.xlib
|
2010-02-26 18:21:37 -08:00 |
Joe Groff
|
013760a906
|
co-credit William Schlieper for game.input.linux
|
2010-02-26 18:16:16 -08:00 |
Joe Groff
|
061a3bccf2
|
Merge branch 'master' of git://github.com/william42/factor
|
2010-02-26 18:14:10 -08:00 |
Daniel Ehrenberg
|
7cd3360cdd
|
Fixing ambiguity between sets and namespaces in many unit tests and furnace.auth
|
2010-02-26 17:17:40 -05:00 |
Daniel Ehrenberg
|
6298203b4c
|
Making all of basis and extra unambiguous for sets/namespaces
|
2010-02-26 16:28:38 -05:00 |
Joe Groff
|
dfd99199a3
|
grouping: circular-slice shouldn't be a subclass of slice since that thwarts method inlining
|
2010-02-26 13:20:47 -08:00 |
Daniel Ehrenberg
|
7074979745
|
Moving new-sets to sets
|
2010-02-26 16:01:01 -05:00 |
Daniel Ehrenberg
|
a72e2cc96c
|
Finishing converting compiler.cfg.ssa.construction.tdmsc to new-sets
|
2010-02-26 13:53:20 -05:00 |
Daniel Ehrenberg
|
73a990a4b8
|
Making it fast to create a new hashset
|
2010-02-26 13:24:26 -05:00 |