Commit Graph

21933 Commits (ef98730827c337c9f2f18211de1b24727800821f)

Author SHA1 Message Date
John Benediktsson ef98730827 Merge branch 'master' into sorting 2011-05-03 20:51:53 -07:00
Slava Pestov d1666854e8 ui.backend.cocoa: simplify system-alert implementation now that callbacks bug has been fixed 2011-04-16 19:12:08 -07:00
Slava Pestov cbbdd712fc core-foundation.run-loop bug fix for Doug's bug fix 2011-04-16 19:11:43 -07:00
Doug Coleman b9e127eb6c Refactor some duplication in DNS queries and move some parsing into its own word. 2011-04-15 00:18:05 -05:00
Doug Coleman a744e3a370 Bugfix: Only reset-timer on mac if sleep-time returns an integer. If it returns f, don't divide by 1000 and error. 2011-04-15 00:11:15 -05:00
Slava Pestov c36d73e242 Change do-callback to register the current thread with the callback, instead of busy waiting for the current callback to become the right one before returning. Fixes 100% CPU usage issue with system-alert. Thanks to Blei and ex-rzr for doing preliminary analysis of the issue 2011-04-12 21:48:54 -04:00
John Benediktsson eb6c986cd6 Merge branch 'master' into sorting
Conflicts:
	basis/heaps/heaps-tests.factor
2011-04-12 18:09:36 -07:00
Joe Groff 07f2d75316 game.debug.tests: fix half-changed accessor names (reported by sf17k) 2011-04-11 11:50:28 -07:00
Doug Coleman aed64f104d Error if domain name has non-ascii characters. Lower timeout to 10s from 30s to see errors more quickly. 2011-04-10 14:56:37 -05:00
Doug Coleman 9b97f22b92 Make print-topic print a newline and adjust usages elsewhere. Reported by mrjbq7. 2011-04-10 14:18:35 -05:00
Doug Coleman 1e78347643 Print a newline after each TXT message in DNS. 2011-04-10 14:10:13 -05:00
Doug Coleman 250d96d7b1 Clean up heaps implementation, test max-heaps. 2011-04-10 12:57:39 -05:00
Doug Coleman 82a88ba57a Decode TXT strings as utf8, use write instead of print. 2011-04-10 12:38:00 -05:00
Doug Coleman 405745ca79 Add support for parsing DNS TXT queries. 2011-04-10 12:35:46 -05:00
Doug Coleman 7aa7b08d42 Change how sequence>assoc and friends work. Now they take two quotations, the first of which prepares the key/value pair and the second insert it into the assoc. mrjbq7's group-by, formerly collect-values, is now called collect-by. 2011-04-09 23:51:14 -05:00
Slava Pestov 38fd731fa9 factor.sh: change install-x11 and install-macosx to deps-linux and deps-macosx which install dependencies only; add Gtk dependecies to apt-get line 2011-04-07 18:14:26 -04:00
John Benediktsson d58bc08aa0 Update code that did ">alist sort-" to just "sort-". 2011-04-07 09:01:21 -07:00
John Benediktsson 9efa64831f sorting: change sort-keys and sort-values to generics. 2011-04-07 08:57:26 -07:00
Doug Coleman 392494733b Fix the console spew on missing libraries. Set NO_UI=1 when gtk libraries are missing on linux/unix platforms. 2011-04-06 18:49:15 -04:00
Slava Pestov b160d08bde Merge branch 'vim' of git://github.com/keitahaga/factor 2011-04-06 18:16:37 -04:00
Slava Pestov 3e2f74b834 Merge branch 'cleanup' of git://github.com/keitahaga/factor 2011-04-06 18:15:59 -04:00
Slava Pestov 7e1b7f70a5 ui.backend.gtk.io.unix: add platforms.txt so that we don't load it on Windows 2011-04-06 17:54:22 -04:00
Slava Pestov 2cbd31d34d Merge commit 'otoburb/master' into merge-otoburb
Conflicts:

	basis/ui/backend/gtk/gtk.factor
2011-04-06 17:54:00 -04:00
Slava Pestov 6b3ba0da22 Merge branch 'gtk-game-input' of git://github.com/Blei/factor 2011-04-06 17:27:31 -04:00
Slava Pestov ee99a64b54 Merge branch 'master' of git://github.com/ex-rzr/factor 2011-04-06 17:26:41 -04:00
Keita Haga 945d5f5c49 misc/vim/syntax/factor.vim: merge two factorComment highlight groups together into one 2011-04-06 15:28:59 +09:00
otoburb 5744764f07 gtk.factor: Changed init behaviour so if $DISPLAY is not set, runs tty listener, otherwise UI listener. 2011-04-06 00:02:15 +00:00
Keita Haga f2528568bc misc/vim/README.md: update filename 2011-04-05 12:37:10 +09:00
Keita Haga 0f64c5ae58 misc/vim/ftplugin/factor.vim: add copyright header 2011-04-05 10:47:08 +09:00
Keita Haga 9884a73664 misc/vim/syntax/factor.vim: fix factorCallQuotation, factorExecute match patterns 2011-04-05 04:03:17 +09:00
Keita Haga 9f6f498cb6 misc/vim/syntax/factor.vim: update comments 2011-04-05 03:45:34 +09:00
Keita Haga 811cab4f60 misc/vim/syntax/factor.vim: re-fix factorStackEffect, factorLiteralStackEffect match 2011-04-05 03:42:47 +09:00
Keita Haga bb1c6c60c2 misc/vim/syntax/factor.vim: add support for M\ syntax 2011-04-05 02:30:14 +09:00
otoburb b9c17fd329 Merge branch 'master' of git://github.com/slavapestov/factor 2011-04-04 13:04:00 +00:00
otoburb b7d22cd14b Revert "factor.sh: Propogated NO_UI=1 flag into the bootstrap via -exclude="ui ui.tools""
This reverts commit 0d49e73654.
2011-04-04 13:03:14 +00:00
Keita Haga 91a41aa008 misc/factor.vim.fgen: update 2011-04-04 21:01:20 +09:00
Keita Haga 4059eac351 misc/vim/ftplugin/factor.vim: add b:did_ftplugin at the top 2011-04-04 20:38:30 +09:00
Keita Haga e078094e06 Rename misc/vim/ftplugin/factor_settings.vim to misc/vim/ftplugin/factor.vim 2011-04-04 20:34:43 +09:00
Keita Haga 0e2de48c49 misc/vim/syntax/factor.vim: workaround for factorHook match issue 2011-04-04 19:59:56 +09:00
Slava Pestov 59a708638c alien.c-types: add summary and docs for no-c-type error 2011-04-03 22:33:51 -07:00
Keita Haga 6fe6afd52a build-support/factor.sh: update help information 2011-04-04 13:27:50 +09:00
Keita Haga f306f71288 fry: normalize copyright header in test file 2011-04-04 11:10:58 +09:00
Slava Pestov 1c359f8d7a io: fix help lint 2011-04-03 17:37:28 -07:00
Philipp Brüschweiler ed62334d95 game.input.gtk: clean up confusing reset-mouse/read-mouse interaction 2011-04-01 19:53:07 +02:00
Philipp Brüschweiler fd78869f62 game.input.gtk: copy of game.input.x11 with gtk-specific way to get the dpy 2011-04-01 19:52:54 +02:00
Anton Gorenko 090254d671 ui.backend.gtk: fix a bug with endless error messages in a console after closing of UI;
io.thread: start-io-thread always starts io-thread even if it was stopped, fix line endings;
2011-04-01 22:06:07 +06:00
otoburb 938d6413d8 factor.sh: Propogated NO_UI=1 flag into the bootstrap via -exclude="ui ui.tools" 2011-04-01 03:24:22 +00:00
otoburb 906e6f73dc Merge branch 'master' of git://factorcode.org/git/factor 2011-03-26 20:19:52 +00:00
Slava Pestov 6c90529a0e Merge branch 'master' of git://github.com/mrjbq7/factor 2011-03-25 18:54:35 -07:00
John Benediktsson f9ccaf37ec io: improve stack effects. 2011-03-25 18:30:52 -07:00