Commit Graph

12989 Commits (6f743b280de79c55706b6614b157993f51b7ba76)

Author SHA1 Message Date
Slava Pestov ed26f1921f Condomization wraps lambdas in condoms to protect them from macro-transmitted diseases. cond, case and other macros work better now if lambdas appear where quotations are expected 2009-03-23 18:25:18 -05:00
Slava Pestov 8385e9d9f5 Fixing compile errors, test failures and help lint failures 2009-03-23 17:12:41 -05:00
Philipp Winkler b3080178c6 Add a missing step to the tutorial. 2009-03-23 12:39:03 -07:00
Doug Coleman 8dfe860b17 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-23 11:50:39 -05:00
Slava Pestov 0dd2a918ba Merge branch 'master' of git://github.com/Keyholder/factor 2009-03-23 03:09:09 -05:00
Slava Pestov a3e05d8ecc Add stack declarations to primitives during bootstrap now that ( is just a comment and won't affect HELP: anymore 2009-03-23 03:03:44 -05:00
Maxim Savchenko 83592b7d84 OpenSSL checksum => native implementation 2009-03-23 03:16:13 -04:00
Slava Pestov 356bff6424 kernel doesn't need to depend on classes.tuple.private 2009-03-23 01:18:39 -05:00
Slava Pestov 5a9dbc2c0f Remove useless declarations 2009-03-23 01:18:24 -05:00
Slava Pestov 723bfab030 Fixing unit tests for syntax change 2009-03-23 00:34:02 -05:00
Slava Pestov 70192ce0d5 Merge branch 'master' of git://factorcode.org/git/factor into finish_syntax_colon 2009-03-22 22:21:34 -05:00
U-SLAVA-DFB8FF805\Slava a38e9c2e79 tools.disassembler now uses udis on Windows 2009-03-22 22:19:40 -05:00
Slava Pestov ccc4c41725 Add promises unit tests 2009-03-22 21:42:23 -05:00
Slava Pestov 9ebd9c8d01 Add unit test for regression 2009-03-22 21:42:15 -05:00
Slava Pestov 353788190d promises: fix for syntax change and simplify a little bit 2009-03-22 21:42:01 -05:00
Slava Pestov 69bf52c2a6 adsoda, 4DNav: fix compile errors exposed by stronger static checking 2009-03-22 21:38:36 -05:00
Slava Pestov 0a8fb3e5f3 xml.syntax: update for syntax change 2009-03-22 21:38:06 -05:00
Slava Pestov 75452c842f cpu.ppc.bootstrap: update for syntax change 2009-03-22 21:37:42 -05:00
Slava Pestov 6080c6e734 Fix stack effect redefinition 2009-03-22 20:16:31 -05:00
Doug Coleman ccdef35949 inline everything so stuff compiles 2009-03-22 19:25:55 -05:00
Slava Pestov 5408191724 xml: update XML-NS: for define-memoized stack effect change and get all unit tests to pass 2009-03-22 18:37:28 -05:00
Slava Pestov 4fc2182ac8 define-generic and define-simple-generic now take stack effect parameters; math-combination is a singleton instead of a tuple 2009-03-22 18:00:26 -05:00
Slava Pestov e0d48e3ab6 New utility word: complete-effect 2009-03-22 17:59:40 -05:00
Slava Pestov 0ffc9247cc words: Fix compile errors in unit tests, remove ?word-name word and replace its usages with present 2009-03-22 17:53:06 -05:00
Slava Pestov 2f4e2735ea Fix compile errors in compiler tests so that they actually test the compiler instead of being useless 2009-03-22 17:50:53 -05:00
Slava Pestov 51f9da378c bootstrap.image: when serializing a tuple whose tuple layout doesn't exist in the target, throw an error instead of generating an image which crashes the VM on startup. Fix some inference warnings 2009-03-22 17:50:13 -05:00
Slava Pestov 52cac7fd4e alien.structs: simplify logic and remove dead code 2009-03-22 17:47:48 -05:00
Slava Pestov d1436cea15 Merge branch 'master' into finish_syntax_colon 2009-03-21 18:13:47 -05:00
Doug Coleman 6585133cc1 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-21 09:47:05 -05:00
Slava Pestov b9459fb860 Minor cleanup in io.encodings.iso2022 2009-03-21 04:14:18 -05:00
Slava Pestov ea26949051 Minor fixes to regexp docs 2009-03-21 04:07:28 -05:00
Slava Pestov 35a3170f42 Stack inference for mason 2009-03-21 03:43:38 -05:00
Slava Pestov 55bb5500bd Merge branch 'master' of git://factorcode.org/git/factor 2009-03-21 03:39:51 -05:00
Daniel Ehrenberg 87b90cf371 Fixing XML char classes 2009-03-21 03:39:30 -05:00
Slava Pestov 3de9723d22 Update unicode.categories.syntax 2009-03-21 03:32:10 -05:00
Daniel Ehrenberg 62c2ee8d3b Documenting character class operations 2009-03-21 03:22:50 -05:00
Slava Pestov 30816ba5d0 Get more code to load after SYNTAX: change 2009-03-21 03:22:21 -05:00
Slava Pestov c0154c1391 Change (:) to parse effect immediately, and remove ( parsing word 2009-03-21 03:17:35 -05:00
Daniel Ehrenberg 4f83e2057a Making unicode.categories.syntax use member?, simplifying the code 2009-03-21 03:17:20 -05:00
Slava Pestov 385892be64 Make the member? transform better 2009-03-21 03:10:21 -05:00
Slava Pestov 59dbba09a3 Oops, quoting is actually needed by db.postgresql 2009-03-21 02:54:59 -05:00
Daniel Ehrenberg d6f9947bff Regexp character class intersection and difference syntax 2009-03-21 02:53:36 -05:00
Slava Pestov 899b096f90 Dan asked me to remove state-machine 2009-03-21 02:51:15 -05:00
Slava Pestov ea60f8ae93 Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
Daniel Ehrenberg a88f1050be Merge branch 'master' of git://factorcode.org/git/factor 2009-03-21 01:18:51 -05:00
Daniel Ehrenberg c6fc88f28f Unicode categories syntax cleanup 2009-03-21 01:18:25 -05:00
Daniel Ehrenberg 62638fb4d3 Moving unicode.syntax to unicode.categories.syntax; documenting and modifying syntax 2009-03-21 01:11:45 -05:00
Slava Pestov f73f4e6293 Fix load error in mime.multipart 2009-03-21 00:47:33 -05:00
Doug Coleman 55bb5f0cd4 fix typo in example 2009-03-20 22:40:46 -05:00
Doug Coleman 50535b1a74 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-20 22:01:14 -05:00