Commit Graph

22292 Commits (36da386816fe21031c5a4362d9be6298ec143d56)

Author SHA1 Message Date
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
John Benediktsson 3523d24785 io: implement "stream-contents" in terms of "each-stream-block". 2011-03-25 13:58:16 -07:00
John Benediktsson 69ec12c2dc io: improve signature of each-block and each-line. 2011-03-25 12:20:51 -07:00
otoburb 107d9dd385 Tuple subclassing help article: Fixed typo 2011-03-24 04:48:48 +00:00
Keita Haga 900990bec8 misc/vim/README.md: minor tweaks 2011-03-24 09:25:16 +09:00
Keita Haga ef76c7b210 Replace misc/vim/README with misc/vim/README.md 2011-03-24 09:18:46 +09:00
otoburb 8c680aa06f Checksums help article update: Added internet checksums brief description 2011-03-23 03:51:55 +00:00
Keita Haga f77bb07525 misc/vim/syntax/factor.vim: add 'display' argument to factorEscape highlight group 2011-03-21 06:54:15 +09:00
Keita Haga d1b126f15b misc/vim/syntax/factor.vim: factorEscape cleanup 2011-03-21 05:37:00 +09:00
Keita Haga 45d9f23104 misc/vim/syntax/factor.vim: add support for escape characters 2011-03-20 19:01:47 +09:00
Keita Haga 45443be1bc misc/vim/syntax/factor.vim: set 'shiftwidth' option in modeline 2011-03-20 16:12:24 +09:00
John Benediktsson a5c193b8c4 Merge branch 'master' of git://github.com/slavapestov/factor 2011-03-17 22:43:07 -07:00
John Benediktsson 0dc5d57862 infix: adding support for "seq[from:to]" slice notation. 2011-03-17 22:42:23 -07:00
Keita Haga 07ed91f476 misc/vim/plugin/factor.vim: remove trailing whitespace 2011-03-18 01:40:28 +09:00