Commit Graph

20070 Commits (b267531a1ad7872fda3ed86212df401be2384f9f)

Author SHA1 Message Date
Joe Groff b267531a1a variables: typed vars, globals 2010-03-28 21:25:49 -07:00
Joe Groff 09f4a970ac "variables" vocab with uniform-access global, dynamic, and local vars 2010-03-28 19:27:34 -07:00
Joe Groff 8959016856 remove old, unused 'vars' vocab 2010-03-28 19:26:24 -07:00
Joe Groff 7db4fb6a45 someone screwed up the kernel-error codes in debugger 2010-03-28 18:31:11 -07:00
Daniel Ehrenberg cacb1f8ebd Merge branch 'master' into conditional 2010-03-28 19:49:32 -04:00
Doug Coleman d915b1a401 vm: don't use sigaltstack() on OpenBSD because OpenBSD sucks 2010-03-28 18:26:39 -05:00
Slava Pestov 21351e3a25 kernel: don't test callstack overflow on OpenBSD or Windows 2010-03-28 17:58:05 -05:00
Slava Pestov bdee695f37 vm: fix SEH on Windows 2010-03-28 17:57:47 -05:00
Slava Pestov bce19559e2 vm: fix OpenBSD compilation 2010-03-28 12:53:01 -04:00
Slava Pestov 43844830c8 vm: fix compilation on FreeBSD 2010-03-28 12:52:16 -04:00
Slava Pestov 9a40c14e15 threads: fix thread-local variables 2010-03-28 12:33:41 -04:00
Slava Pestov 0fa2277bc3 vm: use sigaltstack to handle callstack overflow properly 2010-03-28 11:37:28 -04:00
Slava Pestov 2e63c730b6 cpu.x86.bootstrap: fix jit-profiling regression 2010-03-28 08:29:55 -04:00
Slava Pestov 910b7527c9 threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
Slava Pestov 54aaed0fc3 vm: fix factor_vm::dispatch_signal() 2010-03-28 08:29:10 -04:00
Erik Charlebois 6adf3d7678 Debug rendering vocabulary 2010-03-27 14:31:24 -07:00
Erik Charlebois 453300fb46 FFI structs for manipulating ELF objects. 2010-03-27 14:21:28 -07:00
Slava Pestov 4fd804a3a8 vm: fix compilation on various Unices 2010-03-27 09:44:20 -04:00
Slava Pestov a04d53c3da set-context and start-context primitives can now pass parameters around 2010-03-27 08:13:57 -04:00
Slava Pestov 09aa64baaf vm: report callstack overflow 2010-03-27 07:45:11 -04:00
Slava Pestov 370718e9a4 vm: signal handling cleanup 2010-03-27 07:33:28 -04:00
Slava Pestov 5deb1bff29 spelling: John Benediktsson's port of Peter Norvig's spelling corrector 2010-03-27 06:25:47 -04:00
Slava Pestov ba61398145 vm: clean up TLS usage 2010-03-27 03:44:40 -04:00
Slava Pestov dae10378fc vm: fix ridiculous default callstack size 2010-03-27 03:35:10 -04:00
Slava Pestov 5e2acf86e8 stack-checker.known-words: fix load error 2010-03-27 03:35:01 -04:00
Slava Pestov f8134b18cd Implement start-context and set-context primitives 2010-03-27 02:56:11 -04:00
Slava Pestov b84b1423d9 compiler: add intrinsic for context-object primitive 2010-03-27 02:56:11 -04:00
Joe Groff 9d0d2f0698 Merge branch 'master' of factorcode.org:/git/factor 2010-03-26 20:09:38 -07:00
Joe Groff 5016463145 cursors: -find iterator 2010-03-26 20:08:29 -07:00
Slava Pestov 6b337d8bc6 compiler.tree.propagation: don't constant-fold boa constructors of identity-tuple subclasses 2010-03-26 22:44:56 -04:00
Slava Pestov adeb6fb68f vm: actually use context callstacks when running code 2010-03-26 22:44:43 -04:00
Slava Pestov ccf8d51137 lexer: fix output type of map-tokens 2010-03-26 16:31:48 -04:00
Slava Pestov a3413060bb lexer: each-token and map-tokens did not handle EOF properly 2010-03-26 03:42:07 -04:00
Slava Pestov 5075a81cf3 websites.concatenative: fix stylesheet 2010-03-25 09:21:49 -04:00
Joe Groff 00a3a0d617 cursors: typo in -into-growable- 2010-03-24 19:02:27 -07:00
Joe Groff 521ebb26c7 cursors: push the -out- part from -map into -map- 2010-03-24 18:16:22 -07:00
Joe Groff e2def7c4af cursors: some refactoring:
- rename -container- to -in-
- rename current -map- to -out-
- rename "pipe-cursor" to "map-cursor"
- have -map- and -map take the "to" cursor
2010-03-24 18:05:41 -07:00
Joe Groff b33f595210 cursors: -with- filter (e.g. foo H{ ... } [ ... ] assoc- -with- -each) 2010-03-24 17:02:10 -07:00
Joe Groff 6a239330c7 cursors: generalized -ncontainer- 2010-03-24 16:41:52 -07:00
Joe Groff 87088fafac cursors: 2each, 2map-as, 2map, using zip-cursors 2010-03-24 15:26:50 -07:00
Joe Groff 7759059237 cursors: fix load errors w/o auto-use 2010-03-24 14:37:01 -07:00
Joe Groff 33e5e1efc7 cursors: finite-stream-cursors can act as containers over [self, end-of-stream) 2010-03-24 14:35:51 -07:00
Joe Groff fb83072a4e cursors: set up some "stream cursor" mixin and change pusher-cursor to use them 2010-03-24 13:04:14 -07:00
Joe Groff a03532c6c4 proof of concept new "cursors" framework 2010-03-24 00:42:38 -07:00
Joe Groff 903552be55 Merge branch 'master' of git://factorcode.org/git/factor 2010-03-23 15:33:33 -07:00
Joe Groff 7ad724308d tools.deploy.windows: got the "com" and "exe" backwards for deploy-console? flag 2010-03-23 15:32:16 -07:00
Samuel Tardieu 80dc06901f Add BFS search algorithm 2010-03-23 10:46:48 +01:00
Samuel Tardieu c296d805fd Rename astar into path-finding 2010-03-23 10:46:48 +01:00
Joe Groff 39ef0066ec Merge branch 'master' of git://factorcode.org/git/factor 2010-03-23 02:12:14 -07:00
Joe Groff 1afb548db3 gpu: add geometry shader support 2010-03-23 02:11:57 -07:00