Commit Graph

19804 Commits (fe9f848be707c1f8941f9db8d0c1be968c667904)

Author SHA1 Message Date
Erik Charlebois 1f50321b74 FUEL: Flip the default behavior of visit-other-file so that it does not try to create -docs or -tests files if they do not exist by default. This is the more common case when spelunking in code and in general you want to scaffold those files anyway. 2010-02-21 03:27:16 -08:00
Slava Pestov 6f5f68b923 cocoa.messages: if a class cannot be found, IMPORT: no longer fails at parse time. Instead, there will be a runtime error when the class word is executed 2010-02-21 22:27:32 +13:00
Slava Pestov b907ada6a9 vocabs: document platforms.txt 2010-02-21 20:38:09 +13:00
Slava Pestov 20ba956d5e unix.utmpx: fix load errors 2010-02-21 20:19:11 +13:00
Joe Groff 61d72dfe86 adjust wording in game.loop docs 2010-02-20 21:58:09 -08:00
Erik Charlebois 36dc85043a Unit test checking the stack effects from FUNCTION:. 2010-02-20 21:15:47 -08:00
Slava Pestov 9f6462e2bd Move windows.dragdrop-listener to unmaintained 2010-02-21 17:48:06 +13:00
Slava Pestov e3af4112c2 io.serial.windows: fix load error 2010-02-21 17:48:05 +13:00
Slava Pestov 63365bd3ea native-thread-test: clean up 2010-02-21 17:48:05 +13:00
Slava Pestov 98727eab46 unix.utilities: remove platforms.txt since its portable 2010-02-21 17:48:04 +13:00
Slava Pestov 196676ebdd Rename io.launcher.unix.parser to simple-tokenizer since ftp.server uses it 2010-02-21 17:48:04 +13:00
Slava Pestov 0a72b51b8f ui.text.pango: add a platforms.txt 2010-02-21 17:48:03 +13:00
Slava Pestov a13b3724de tools.crossref: fix method cross-referencing 2010-02-21 17:48:03 +13:00
Aaron Schaefer 005a8dd93b minor poker vocab cleanup 2010-02-20 13:15:46 -06:00
Joe Groff 5208dbe6ec game.loop: separate delegate into tick-delegate and draw-delegate 2010-02-20 10:47:03 -08:00
Joe Groff 8eafe6a98a game.input: add a convenient "buttons-delta" word to convert two key/button state samples into pressed/released values 2010-02-20 10:10:02 -08:00
Joe Groff 3d8251b0d4 if you're going to support shift-del, you should also support shift-ins and ctrl-ins 2010-02-20 09:45:42 -08:00
Aaron Schaefer 67dab237a4 clean up PE solution 255 2010-02-20 11:20:21 -06:00
Aaron Schaefer 1a1ce51781 Add PE problem 70 to common project file 2010-02-20 09:16:53 -06:00
Aaron Schaefer f9762f8a96 Solution to Project Euler problem 70 2010-02-20 09:15:05 -06:00
William Schlieper 4e1405e5ed Fixed ridiculously stupid error in Linux game.input library 2010-02-20 09:36:58 -05:00
William Schlieper 3fd8b4a4e1 Fixed a bug in the linux version of game.input 2010-02-20 08:35:02 -05:00
William Schlieper caf28f0603 Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
	basis/game/input/input.factor
2010-02-20 08:18:33 -05:00
William Schlieper 2b706c3b4e Added rudimentary x11 support in game.input 2010-02-20 08:09:49 -05:00
Erik Charlebois 9adbbc8f98 The return values in the stack effects of FUNCTION: words were c-types rather than strings. This was causing scaffold-help to fail on vocabularies with FUNCTION:. 2010-02-20 03:02:56 -08:00
Erik Charlebois 13b31b0867 Merge up 2010-02-20 00:24:37 -08:00
Erik Charlebois c1e4a55f8a Merge branch 'master' of git://github.com/slavapestov/factor 2010-02-20 00:22:16 -08:00
Erik Charlebois 89d38dff5c Merge up 2010-02-20 00:22:01 -08:00
Slava Pestov 6249e264e1 continuations: add a throw-continue word for resumable errors, and change vocabs.metadata to throw a resumable error if the current platform is not supported 2010-02-20 13:41:33 +13:00
Slava Pestov e95dc9440f vocabs.loader.test.a: fix 2010-02-20 13:31:51 +13:00
Slava Pestov 3944277d04 Fix load errors exposed by platforms.txt change 2010-02-20 13:31:09 +13:00
Slava Pestov 0aad3e6e12 vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
Slava Pestov 9f3127c712 ui.gadgets.worlds: support S+DELETE as an alternative shortcut for cut-action 2010-02-20 12:24:25 +13:00
Slava Pestov 0c20afed7c make: documentation tweak 2010-02-20 12:18:29 +13:00
Slava Pestov 88071b0869 prettyprint.config: set some output limits by default. Use the new without-limits combinator to get the old behavior 2010-02-20 12:18:16 +13:00
Slava Pestov 93c0bb56e7 stack-checker.dependencies: fix load error 2010-02-20 12:08:14 +13:00
Slava Pestov 222a89a0ca tools.crossref: don't include generic words in usage lists, since the results are useless and arbitrary -- they depend on the contents of megamorphic caches 2010-02-20 12:05:52 +13:00
Slava Pestov 95ead468f5 specialized-arrays: generate slightly more efficient byte-array>T-array words 2010-02-20 12:05:12 +13:00
Slava Pestov 58d035f1c7 Fix two problems with recompilation: predicate constant folding was recording unsatisfied dependencies in some cases, and literal tuple instances of forgotten classes would cause problems for method inlining 2010-02-20 12:01:47 +13:00
Slava Pestov fd92a7b627 io.monitors.recursive: fix hang introduced by recent io.monitors change 2010-02-19 07:36:12 -05:00
Slava Pestov debdef8f13 Merge branch 'fixes' of git://github.com/Blei/factor 2010-02-20 00:27:11 +13:00
Slava Pestov 1352bd1327 io.monitors: if a monitor is disposed while other threads are waiting on it, an error will be thrown from next-change, instead of those threads hanging forever. This makes monitors consistent with streams and other native resources that behave in a similar manner 2010-02-20 00:23:24 +13:00
Philipp Brüschweiler 779a49b765 infix: part about integers as sequences doesn't apply anymore 2010-02-19 11:26:01 +01:00
Philipp Brüschweiler b49b577b10 assocs: doc fixes 2010-02-19 11:26:01 +01:00
Philipp Brüschweiler d950258284 sequences: clarify some stack effect and examlpes in docs 2010-02-19 11:26:01 +01:00
Philipp Brüschweiler 4fbdb8eaa3 math: typo in rem docs 2010-02-19 11:23:20 +01:00
Philipp Brüschweiler d5e6477bca ui.tools.listener docs: typo 2010-02-19 11:23:20 +01:00
Slava Pestov f2c8a4b150 concurrency.promises: fix formatting 2010-02-19 21:45:50 +13:00
Slava Pestov 2b81319a88 concurrency.mailboxes: mailboxes should not be disposable, since futures and promises use them in a transient fashion, causing leaks 2010-02-19 21:45:43 +13:00
Slava Pestov 68f9c4d70f libusb: add unportable tag since it depends on the unix vocab 2010-02-19 18:24:36 +13:00