Commit Graph

3767 Commits (c468ed8962b139f78ab403dccef3dc4ca19717f2)

Author SHA1 Message Date
Slava Pestov c468ed8962 integer/integer partial dispatch ops now use both-fixnums? 2009-03-16 00:44:44 -05:00
Slava Pestov 47dc534901 Help lint fixes 2009-03-15 23:25:29 -05:00
Slava Pestov 710ce74512 Add related-words to furnace.actions docs 2009-03-15 20:13:10 -05:00
Slava Pestov 0d38d2f7e8 Fix more stack effects 2009-03-15 18:28:46 -05:00
Slava Pestov 8e55533bfa Tweak some furnace code to infer and load with almost no warnings 2009-03-15 18:19:29 -05:00
Slava Pestov cb9adb2436 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-15 17:11:37 -05:00
Slava Pestov 07a5a46009 Add stream-element-type generic word 2009-03-15 17:11:18 -05:00
Doug Coleman 3a0b0aff79 support loading bitmaps that have extra padding bytes on each line, like reference.bmp 2009-03-15 15:08:55 -05:00
Doug Coleman 2698c30a30 fix BGR>RGB 2009-03-15 13:59:06 -05:00
Slava Pestov 9eab2a7d71 loading an image doesnt hang now, not quite right yet.. 2009-03-14 23:23:49 -05:00
Doug Coleman 845158fffd fix using 2009-03-14 15:52:25 -05:00
Doug Coleman f8da7967fc remove unused slot 2009-03-14 15:52:04 -05:00
Doug Coleman 935849b418 fix bitmap rendering 2009-03-14 15:31:59 -05:00
Doug Coleman aa91df6b10 more bitmap cleanup 2009-03-14 15:17:51 -05:00
Doug Coleman 8ac5834861 cleaning up bitmaps 2009-03-14 15:08:50 -05:00
Doug Coleman cdec85dc8f write out bitmaps from arbitrary image tuples 2009-03-14 14:48:28 -05:00
Doug Coleman 07d906086d docs updates for calendar 2009-03-14 13:58:08 -05:00
Doug Coleman 89e6ea1bbe add tutorial for setting up smtp to work with gmail 2009-03-14 11:59:18 -05:00
Doug Coleman 4bd8583254 fix spacing issue 2009-03-14 10:51:38 -05:00
Doug Coleman b8f24a303a scaffold-help now prints $var-description for symbols 2009-03-14 10:36:24 -05:00
Slava Pestov 7ed56a3cef Make peg compilation infer 2009-03-14 00:34:04 -05:00
Doug Coleman 4302e36424 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-14 00:04:08 -05:00
Doug Coleman 4ed2d030c8 bitmap loading was broken 2009-03-14 00:03:44 -05:00
Slava Pestov 34d9d12ddb Fix a bug in ui.gadgets.labeled and add a unit test 2009-03-14 00:01:18 -05:00
Slava Pestov 3c29c92f5b Better unit tests for images.bitmap 2009-03-14 00:01:01 -05:00
Slava Pestov c46b400d40 New look for menus 2009-03-13 23:49:16 -05:00
Slava Pestov 46da224f8b Update regexp and tools.deploy docs 2009-03-13 23:12:56 -05:00
Slava Pestov 99de526e8b Update meta-data 2009-03-13 20:46:08 -05:00
Slava Pestov cff700cd3e Add tests to ensure that execute( and regexps work when deployed 2009-03-13 19:41:13 -05:00
Slava Pestov 67f5a932db Fix regexp.nfa to load if unicode.case is not already loaded 2009-03-13 19:40:54 -05:00
Slava Pestov ad0ae4200f Remove workaround from regexp.compiler now that with-compilation-unit infers 2009-03-13 19:40:38 -05:00
Slava Pestov bf41b187b0 Re-organize code so that with-compilation-unit can infer
Fix with-compilation-unit to work in deployed code
2009-03-13 19:39:32 -05:00
Doug Coleman e8c5950fe9 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-13 09:03:58 -05:00
Slava Pestov 1648a54655 Add inline caching for execute( -- regex-dna is now only 1% slower if regexp uses execute( rather than execute-unsafe( 2009-03-13 07:01:43 -05:00
Doug Coleman 5bdfbe11c0 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-13 05:58:15 -05:00
Slava Pestov da254e4621 Opening a second popup if one is already visible hides the first 2009-03-13 04:47:56 -05:00
Slava Pestov 06f29ab7e4 give-up-transform now uses a cached stack effect. Slight performance improvement when compiling calls to member? with a non-literal quotation 2009-03-13 04:28:24 -05:00
Slava Pestov 4c51d8524d Fix prettyprinting of method definitions and classes 2009-03-13 02:58:09 -05:00
Doug Coleman 68b113d653 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-13 01:25:50 -05:00
Slava Pestov 091468479d Merge branch 'master' of git://factorcode.org/git/factor 2009-03-13 00:40:29 -05:00
Slava Pestov 8f1240cf96 Forgetting a word doesn't call reset-word anymore, fixing an issue where a word calling a forgotten word wouldn't compile because the 'declared-effect' word prop was not set 2009-03-13 00:40:18 -05:00
Doug Coleman b9950f4416 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-12 22:17:47 -05:00
Doug Coleman aeaeca193d fix the copyright header 2009-03-12 21:57:09 -05:00
Doug Coleman 39ce205f75 add a binding to part or all of uniscribe 2009-03-12 21:52:45 -05:00
Doug Coleman 3bfce6e95c Merge branch 'master' of git://factorcode.org/git/factor 2009-03-12 21:40:24 -05:00
Slava Pestov effec0469c Don't use colors.constants in prettyprint 2009-03-12 21:25:33 -05:00
Slava Pestov e18e99acc3 Auto-use output omits duplicate vocabulary names, and the current vocabulary's private vocab 2009-03-12 21:21:48 -05:00
Slava Pestov 9696661ef5 Use 1|| instead of 0|| where appropriate in peg.ebnf to remove some stack shuffling 2009-03-12 21:21:32 -05:00
Slava Pestov bb5c6f78b8 words. emits a newline after 2009-03-12 20:50:07 -05:00
Slava Pestov 06e8468c40 Document alien.destructors 2009-03-12 20:48:22 -05:00