Commit Graph

1418 Commits (7e53f873d66f805943e7a5d3a268ee2c8926dcd1)

Author SHA1 Message Date
Joe Groff 7e53f873d6 Merge branch 'master' of git://factorcode.org/git/factor 2008-01-15 21:44:44 -08:00
Slava 6c305c0532 Merge branch 'master' of git://factorcode.org/git/factor 2008-01-16 01:16:57 -05:00
Slava 112c37b990 Fix Linux and FreeBSD signal handling on x86 2008-01-16 01:16:53 -05:00
Slava Pestov 123b3da7bf More versatile << >> 2008-01-15 23:35:03 -04:00
Slava Pestov 9e70e6ed35 Fix x86 backend for dispatch change, clean up assembler 2008-01-15 23:32:21 -04:00
Joe Groff b10ab726a3 Fix typo in TYPEDEF: documentation 2008-01-15 18:16:38 -08:00
Slava Pestov 02fc6cdaed Merge commit 'erg/master' 2008-01-14 19:12:24 -05:00
Slava Pestov 81cd51ae85 multi-methods load fix 2008-01-14 19:11:32 -05:00
Doug Coleman e54b7b10a5 add a sha1 benchmark 2008-01-14 11:43:33 -10:00
Doug Coleman 097dad070a minor tweaks to make these modules load with load-everything 2008-01-14 11:42:21 -10:00
Doug Coleman 04b4832454 Merge git://projects.elasticdog.com/git/factor 2008-01-14 10:12:05 -10:00
Aaron Schaefer 76558babf4 Generalize factor-2s to eliminate special case exception 2008-01-14 15:04:21 -05:00
Doug Coleman e78aa37c77 Merge http://dharmatech.onigirihouse.com/factor 2008-01-14 09:57:37 -10:00
Aaron Schaefer 8bc631f5ed Rename count-factors to group-factors and update docs 2008-01-14 11:33:08 -05:00
Eduardo Cavazos 15e9575cb6 Mortar defined and used parsing words. Refactor this. 2008-01-14 05:19:00 -06:00
Aaron Schaefer 75774188ea Solution to Project Euler problem 26 2008-01-14 02:43:31 -05:00
Aaron Schaefer 12b24af934 Simplify totient in math.primes.factors 2008-01-14 02:38:23 -05:00
Joe Groff ce92275c8e Documentation for the GLSL-related utility words in opengl 2008-01-13 22:58:11 -08:00
Joe Groff 18451c4675 TextMate syntax highlighting for multiline strings 2008-01-13 19:09:01 -08:00
Joe Groff 53effc35a6 Get multiline working again and use it in cel-shading 2008-01-13 19:06:16 -08:00
Joe Groff dc2109e6cb Ensure that the parser vocab is in use for textmate Run command 2008-01-13 18:46:51 -08:00
Joe Groff a808ce5325 Merge branch 'master' of git://factorcode.org/git/factor 2008-01-13 18:21:12 -08:00
Joe Groff d73d8820c1 Ensure that the right vocabs are available for textmate See and Help commands 2008-01-13 18:17:28 -08:00
Joe Groff b42d144336 Documentation for the cel shading demo 2008-01-13 18:15:37 -08:00
Joe Groff 8f69f86438 Cel shading demo. Caching implementation of GL-FUNCTION: for windows. 2008-01-13 17:35:26 -08:00
Slava Pestov 472cde4f75 Add unit test for regression 2008-01-13 18:52:14 -05:00
Aaron Schaefer 0d166264c8 lint on Project Euler solutions 2008-01-13 17:28:54 -05:00
Slava Pestov b870bce81d Add inline declarations 2008-01-13 17:09:01 -05:00
Slava Pestov 2f32823690 flushable declaration wasn't being printed 2008-01-13 17:08:32 -05:00
Slava Pestov 952c559b52 Faster compilation of dispatch primitive 2008-01-13 17:07:59 -05:00
Slava Pestov 4a350d1ccb Merge commit 'erg/master' 2008-01-13 17:07:12 -05:00
Aaron Schaefer da98683d8e Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:

	extra/editors/vim/vim-docs.factor
2008-01-13 16:49:07 -05:00
Doug Coleman 48e0b6c00a Merge git://factorcode.org/git/factor 2008-01-13 10:40:00 -10:00
Doug Coleman c27d17e1ec unbreak singleton? 2008-01-13 10:33:36 -10:00
Chris Double 969901a73d Fix openal loading on non-mac platforms 2008-01-13 15:18:36 -05:00
Doug Coleman a6d0c33a94 fix word name 2008-01-13 10:09:59 -10:00
Doug Coleman 669104c2e6 fix ordering 2008-01-13 10:02:02 -10:00
Doug Coleman 376644794c more lint cleanups 2008-01-13 08:29:04 -10:00
Doug Coleman a592f3a37b make singleton? foldable 2008-01-13 08:02:41 -10:00
Doug Coleman 229576feec fix vim and gvim 2008-01-13 07:58:29 -10:00
Doug Coleman 7d6cb82b11 Merge git://factorcode.org/git/factor 2008-01-13 07:52:24 -10:00
Doug Coleman 0613d01fcc other algorithms use factor-2s, put it back to normal 2008-01-13 07:51:46 -10:00
Aaron Schaefer 2af1085db1 Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:

	extra/math/statistics/statistics-docs.factor
2008-01-13 10:42:38 -05:00
Aaron Schaefer 82fd581e9f Fix circular doc errors 2008-01-13 10:41:35 -05:00
Chris Double 240217f39e Fix peg issues with recent factor changes 2008-01-13 04:38:59 -05:00
Doug Coleman 37cde9e234 fix stack effect 2008-01-12 23:32:42 -10:00
Slava Pestov ba0ecf3ce1 Remove extra/visitor now that we have extra/multi-methods 2008-01-13 04:07:04 -05:00
Doug Coleman 8373b63076 Merge git://factorcode.org/git/factor 2008-01-12 22:11:27 -10:00
Joe Groff 4044cd293a TYPEDEF-IF: and USE-IF: words; ptrdiff_t C type moved to alien.c-types and special-cased for win64 2008-01-13 00:09:08 -08:00
Doug Coleman b14a0e54e4 fix typo 2008-01-12 21:49:47 -10:00