Commit Graph

5781 Commits (cc877bf79b786c3a822ec91aeafc669586505e14)

Author SHA1 Message Date
James Cash cc877bf79b Fixing identation in advice-tests 2008-11-11 02:33:19 -05:00
James Cash 8cc2f8264c Adding name to authors of coroutines 2008-11-11 02:33:18 -05:00
James Cash e149088f2f Changing extra/advice to use coreset instead of coterminate 2008-11-11 02:33:18 -05:00
James Cash 1ca40efa12 Adding coreset to extra/coroutines, plus docs and tests 2008-11-11 02:33:18 -05:00
Eduardo Cavazos c645613afd boids/ui/deploy.factor: Use input/output level 2 2008-11-11 01:26:02 -06:00
Eduardo Cavazos 7104cd4fe8 Fix 'extra/update' 2008-11-10 19:20:08 -06:00
Slava Pestov eeb53283d4 Update code for builder removal 2008-11-10 05:07:25 -06:00
Slava Pestov 8da65ff55c Merge branch 'master' of git://factorcode.org/git/factor 2008-11-10 03:23:19 -06:00
Eduardo Cavazos 359f177a98 Remove 'builder' vocabulary (now called 'mason') 2008-11-10 02:40:14 -06:00
Eric Mertens 57af68f7ed add project-euler.215 2008-11-09 22:20:12 -08:00
Doug Coleman 70d7c0ca20 make hexdump work with byte-arrays 2008-11-09 13:01:03 -06:00
Doug Coleman ce089a0879 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-09 10:48:52 -06:00
Slava Pestov 313cdf4af0 Fix release.tidy bug 2008-11-08 18:29:05 -06:00
Doug Coleman e030baa3a7 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-07 23:43:35 -06:00
Slava Pestov 1280ed63fe Fix mason tests 2008-11-07 22:40:21 -06:00
Doug Coleman 6182a161db support reading 8bit bitmaps, 4bit is blocking on bit-streams 2008-11-07 22:03:27 -06:00
Slava Pestov 1b744ab14b Updating code for boot image renaming 2008-11-07 21:09:42 -06:00
Doug Coleman 73f6691f75 print out clickable pathnames in project euler 2008-11-06 15:48:08 -06:00
Slava Pestov 5a50046791 Change to definition of >boolean broke unit test, so define an inverse for >boolean and not explicitly 2008-11-06 13:20:27 -06:00
Slava Pestov 55902df529 Fix indentation 2008-11-06 13:13:47 -06:00
Slava Pestov 666100a07b Tweak euler043 to run in constant space, add new each-permutation and reduce-permutations combinators to math.combinatorics 2008-11-06 11:07:19 -06:00
Slava Pestov 765d36d082 Fix markup problem detected by help-lint 2008-11-06 06:12:39 -06:00
Slava Pestov 4c226c7813 Merge branch 'master' of git://projects.elasticdog.com/git/factor 2008-11-06 02:00:08 -06:00
Slava Pestov e721f124a4 Merge branch 'master' of git://factorcode.org/git/jamesnvc 2008-11-06 01:56:46 -06:00
Slava Pestov ce91c9dcba Update deployment descriptors for deploy-random? removal 2008-11-06 01:40:54 -06:00
Slava Pestov 5def7c5dea Don't load random number generator on bootstrap 2008-11-06 01:30:59 -06:00
Aaron Schaefer 4d1d9b2087 Fix short circuit usage in Project Euler solutions 2008-11-06 01:41:24 -05:00
Aaron Schaefer 636c344eb0 Cleanup of math.analysis 2008-11-06 01:20:08 -05:00
James Cash 6035bb3130 Tests of around-advice 2008-11-06 00:44:25 -05:00
James Cash 894d9a67c9 Naive around-advice working 2008-11-06 00:44:11 -05:00
James Cash d530ec6bd5 More work on around-advice 2008-11-06 00:20:52 -05:00
James Cash d2224ec935 Adding documentation for advice 2008-11-06 00:20:52 -05:00
James Cash 718b29798a Adding missing semicolon to lisp-docs.factor 2008-11-06 00:20:52 -05:00
James Cash 0f9ccaa352 Working on implementation of 'around' advice 2008-11-06 00:20:52 -05:00
James Cash 585afbf24e Adding tests for advice 2008-11-06 00:20:52 -05:00
James Cash 2904f35f12 Adding summary for extra/advice 2008-11-06 00:20:52 -05:00
James Cash f8da0cd23f Starting work on advice vocab 2008-11-06 00:20:52 -05:00
James Cash f5db48e3b7 Fixing typo in lisp-docs 2008-11-06 00:20:51 -05:00
James Cash 560399a2b6 Adding some more documentation to extra/lisp 2008-11-06 00:20:51 -05:00
James Cash b250a62f87 Fixing spacing 2008-11-06 00:20:51 -05:00
James Cash 0e18200b16 Fixing defun, adding test for it 2008-11-06 00:20:51 -05:00
James Cash d2d3e1e4f2 Adding more tests to extra/lisp 2008-11-06 00:20:51 -05:00
James Cash f82cb061f5 Fixing bug with quoted expressions for lisp.parser 2008-11-06 00:20:51 -05:00
James Cash 6899bb2898 Adding tests for quoted forms in lisp.parser 2008-11-06 00:20:51 -05:00
James Cash db1a69f6aa Adding support for ' quote syntax in lisp.parser 2008-11-06 00:20:51 -05:00
Aaron Schaefer c9449cf3f5 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-05 23:05:37 -05:00
Aaron Schaefer 15257b91ac Refactor math.text.english using new combinators 2008-11-05 22:59:06 -05:00
Aaron Schaefer 373c05ee49 Forgot to inline collect-benchmarks word 2008-11-05 19:24:19 -05:00
Slava Pestov 81c7320f7b mason.updates was calling download-my-image, which uses the current CPU/OS instead of target-cpu and target-os. So doing 32-bit builds from a 64-bit Factor instance didn't work... oops 2008-11-05 05:14:35 -06:00
Aaron Schaefer b5b207a484 Add test files for all Project Euler solutions 2008-11-05 01:11:15 -05:00