Commit Graph

21867 Commits (e6ea2bd1e7afb1da8e3ef19c4d9558c45a4d63f1)

Author SHA1 Message Date
John Benediktsson e6ea2bd1e7 Merge branch 'master' of git://github.com/slavapestov/factor 2011-03-17 22:43:07 -07:00
John Benediktsson 1515193524 infix: adding support for "seq[from:to]" slice notation. 2011-03-17 22:42:23 -07:00
Keita Haga 5086c7ee42 misc/vim/plugin/factor.vim: remove trailing whitespace 2011-03-18 01:40:28 +09:00
Keita Haga 2ff52f2dfd misc/vim/syntax/factor.vim: add support for 'ERROR: class slots...' syntax 2011-03-18 00:25:12 +09:00
John Benediktsson 6d88896161 Merge branch 'master' of git://github.com/slavapestov/factor 2011-03-16 23:44:47 -07:00
Keita Haga 07741e360f misc/vim/syntax/factor.vim: in factorShebang, add 'display' argument and switch to PreProc highlight group 2011-03-17 10:10:38 +09:00
Keita Haga b586e7fc95 misc/vim/syntax/factor.vim: don't set 'shiftwidth', 'softtabstop', etc. 2011-03-17 09:32:49 +09:00
Keita Haga 0c5a5b03f3 misc/vim/syntax/factor.vim: fix indentation 2011-03-17 08:28:15 +09:00
Keita Haga 778f6b2e5f misc/vim/syntax/factor.vim: swapping factorComment definition lines and contain @Spell in factorComment 2011-03-17 06:00:14 +09:00
Keita Haga 4a78fa0d27 misc/vim/syntax/factor.vim: highlight the shebang 2011-03-17 05:22:15 +09:00
Keita Haga 0874f70164 misc/vim/syntax/factor.vim: highlight factorCallQuotation, factorExecute, factorStackEffect, and factorLiteralStackEffect definitions correctly 2011-03-17 04:33:02 +09:00
Keita Haga 09d58f8683 misc/vim/syntax/factor.vim: fix factorRename match 2011-03-16 20:22:32 +09:00
Joe Groff 347c45174f Merge branch 'master' of factorcode.org:/git/factor 2011-03-15 11:18:12 -07:00
Joe Groff 8dbac6091a openal: don't bundle openal library on any unix platform 2011-03-15 11:11:32 -07:00
John Benediktsson 306643cad4 Merge branch 'master' of git://github.com/slavapestov/factor 2011-03-14 22:47:02 -07:00
Slava Pestov 47a6a935c7 Merge branch 'master' of git://github.com/otoburb/factor 2011-03-14 21:56:03 -07:00
Slava Pestov 66d4e84f07 Merge branch 'vim' of git://github.com/keitahaga/factor 2011-03-14 21:55:20 -07:00
Slava Pestov ccd6662733 Merge branch 'master' of git://factorcode.org/git/factor 2011-03-14 21:51:45 -07:00
otoburb 4a87577e44 holidays.factor: Replaced use of deprecated 'spin' word with locals. 2011-03-15 01:51:27 +00:00
Keita Haga c19fdf4f7d misc/vim/syntax/factor.vim: add support for 'execute( stack -- effect )' syntax 2011-03-15 01:27:13 +09:00
Keita Haga de52f61fc3 misc/vim/syntax/factor.vim: factorFrySpecifier cleanup 2011-03-15 01:14:33 +09:00
Keita Haga 205c226218 misc/vim/syntax/factor.vim: fix factorStackEffect, factorLiteralStackEffect match patterns 2011-03-15 01:07:29 +09:00
Keita Haga 9c5a451800 misc/vim/syntax/factor.vim: add support for 'call( stack -- effect )' syntax 2011-03-15 00:58:52 +09:00
Keita Haga 1f7497a178 misc/vim/syntax/factor.vim: highlighting of 'call-next-method' 2011-03-15 00:41:22 +09:00
otoburb f46417367f smart-docs output>array typo fix 2011-03-14 06:07:33 +00:00
otoburb d1c3cf1f75 Typo in "make.factor" documentation 2011-03-14 06:07:32 +00:00
otoburb a822a3e438 basis/db/tuples: Minor doc fix for 'select-tuples' 2011-03-14 06:07:32 +00:00
otoburb 7536a97692 basis/help/apropos: Added unicode.categories. Missing from previous commit. 2011-03-14 01:21:56 +00:00
otoburb 3e7803a0d9 basis/help/apropos: Trimming whitespace before and after search query. Allows accidental/reflex whitespace to be corrected so results can still be returned. 2011-03-14 01:21:56 +00:00
otoburb 6d90697f34 Fixed extra/webapps/imagebin vocab to increment path count correctly and added file detection. 2011-03-14 01:21:56 +00:00
Keita Haga 1e33cb7bca misc/vim/syntax/factor.vim: add support for INTERSECTION: syntax 2011-03-13 20:10:07 +09:00
Keita Haga 70ca51d0dc misc/vim/syntax/factor.vim: add support for SLOT: syntax 2011-03-10 22:56:24 +09:00
Keita Haga a7bec17133 misc/vim/syntax/factor.vim: highlighting of breakpoint 2011-03-10 20:32:11 +09:00
Keita Haga 8769fe02e2 misc/vim/syntax/factor.vim: add support for UNION: syntax 2011-03-10 20:22:44 +09:00
Keita Haga 99204a9fe8 misc/vim/syntax/factor.vim: update "To run" 2011-03-10 19:37:36 +09:00
Keita Haga a6eef132fa misc/vim/syntax/factor.vim: add support for SYMBOLS: syntax 2011-03-10 19:30:42 +09:00
Keita Haga b0a7088f3f Update factorSbuf in misc/factor.vim.fgen 2011-03-10 19:21:21 +09:00
Keita Haga ebc55f8251 misc/vim/syntax/factor.vim: add support for RENAME: syntax 2011-03-10 02:31:08 +09:00
Keita Haga 7bc1a54ba7 misc/vim/syntax/factor.vim: add support for EXCLUDE: syntax 2011-03-10 02:26:28 +09:00
Keita Haga 3a65ddfc25 misc/vim/syntax/factor.vim: rename factorFryDirective to factorFrySpecifier 2011-03-10 00:30:07 +09:00
Keita Haga e965f5aca1 misc/vim/syntax/factor.vim: add support for ALIAS: syntax 2011-03-10 00:20:50 +09:00
Keita Haga 463bcfac06 misc/vim/syntax/factor.vim: a few minor changes:
- delete first line
- rename factorCompileDirective to factorDeclaration
- support for more declarations
2011-03-09 23:22:36 +09:00
Keita Haga ba6629cbee misc/vim/syntax/factor.vim: capitalize the first letter of "Language" header line 2011-03-09 20:34:00 +09:00
John Benediktsson 3675ff3162 xml.writer: fix some docs. 2011-03-08 16:50:12 -08:00
John Benediktsson 8b72d67a6c ui.tools: adding Ctrl-Shift-F for "toggle fullscreen". 2011-03-07 15:08:26 -08:00
John Benediktsson e26b900038 db.sqlite: update word documentation. 2011-03-07 15:06:28 -08:00
John Benediktsson 927f66f901 help.markup: Store $url as urls. 2011-03-07 15:03:48 -08:00
John Benediktsson 32582a9d9f Merge branch 'master' of git://github.com/slavapestov/factor 2011-03-07 11:54:09 -08:00
Joe Groff 1867ec79a0 kernel: add a note to the documentation for "dip" and "if" that they are primitive for certain arguments 2011-03-07 09:28:51 -08:00
John Benediktsson 52834e03fa Merge branch 'master' of git://github.com/slavapestov/factor 2011-03-05 19:07:49 -08:00