Age | Commit message (Expand) | Author | Files | Lines |
2002-06-17 | use InterfaceLib instead of CarbonLib | johnvg | 1 | -0/+0 |
2002-06-17 | CleanCompilerLib.mcp for the mac | johnvg | 1 | -0/+0 |
2002-06-17 | CleanCompilerLib.mcp.exp for the mac | johnvg | 1 | -0/+126 |
2002-06-17 | smaller pattern_match.c for Clean 2.0 | johnvg | 1 | -0/+986 |
2002-06-06 | Unix version | ronny | 1 | -0/+46 |
2002-06-05 | Unix version | ronny | 5 | -15/+523 |
2002-04-19 | docommand.c | johnvg | 1 | -0/+16 |
2002-04-19 | no message | johnvg | 1 | -0/+0 |
2002-04-19 | docommand.h | johnvg | 1 | -0/+12 |
2002-03-27 | don't try to add arguments to 'code' functions | johnvg | 1 | -2/+4 |
2002-03-25 | synchronize version number with backend.dcl | johnvg | 1 | -2/+2 |
2002-03-20 | set sdef_exported bit for sdefs in the main dcl module to | johnvg | 1 | -0/+2 |
2002-03-20 | bug fix for record updates in a lazy context with unboxed tuple fields | johnvg | 1 | -7/+48 |
2002-03-06 | bug fix in 'improved' tail recursion modulo cons optimisation | johnvg | 1 | -1/+1 |
2002-03-06 | improve tail recursion modulo cons optimisation | johnvg | 2 | -118/+163 |
2002-03-04 | fix tail recursion modulo cons optimisation | johnvg | 2 | -36/+49 |
2002-03-04 | add RULE_TAIL_MODULO_CONS_ENTRY_MASK | johnvg | 1 | -0/+1 |
2002-02-28 | unbox record update function arguments | johnvg | 2 | -185/+153 |
2002-02-28 | remove some code for debugging | johnvg | 1 | -12/+8 |
2002-02-28 | add unboxing of records for update function | johnvg | 1 | -1/+5 |
2002-02-28 | add unboxing of records in unboxed closures (for record updates) | johnvg | 1 | -13/+50 |
2002-02-28 | add UNBOX_UPDATE_FUNCTION_ARGUMENTS | johnvg | 1 | -0/+1 |
2002-02-28 | thunk lift u record selections and 0 arity constructors | johnvg | 1 | -80/+187 |
2002-02-28 | compare record states when comparing strictness | johnvg | 1 | -99/+112 |
2002-02-28 | some bug fixes from Clean 1.3 | johnvg | 1 | -15/+93 |
2002-02-15 | initialise number for failing case label for each compile | ronny | 1 | -4/+11 |
2002-02-15 | backend.c | johnvg | 1 | -1/+1 |
2002-02-15 | allow record update nodes with more than 2 arguments | johnvg | 1 | -9/+18 |
2002-02-13 | don't try to read inline code from the abc file that is | johnvg | 1 | -1/+1 |
2002-02-13 | fix bug in the reuse unique nodes optimisation | johnvg | 1 | -3/+10 |
2002-02-08 | removed function call of transform_patterns_to_case_and_guard_nodes | johnvg | 1 | -2/+6 |
2002-02-08 | fix bug in scope numbers | johnvg | 2 | -27/+53 |
2002-02-08 | export and extend PrintState, add File parameter to PrintRules | johnvg | 2 | -11/+35 |
2002-02-08 | remove some unused code | johnvg | 1 | -3/+0 |
2001-12-21 | version number for release | ronny | 2 | -3/+3 |
2001-12-20 | add missing ()'s in test for strict list structor | johnvg | 2 | -2/+2 |
2001-12-17 | implement pattern matching of strict, unboxed and overloaded lists | johnvg | 2 | -4/+66 |
2001-12-17 | fix bug in label names of cons for unboxed lists of records | johnvg | 1 | -5/+2 |
2001-12-12 | remove macros_2.c, checktypedefs_2.c, macros.h and checktypedefs.h | johnvg | 5 | -140/+3 |
2001-11-26 | new backend version | ronny | 1 | -1/+1 |
2001-11-26 | bug fix in initialisation | ronny | 2 | -6/+15 |
2001-11-21 | tail recursion modulo cons for strict lists | johnvg | 1 | -103/+82 |
2001-11-21 | reuse unique nodes optimization: update node with fewest number of words to b... | johnvg | 1 | -1/+112 |
2001-11-21 | bug fix for state of selections of selections of tuples | johnvg | 1 | -0/+4 |
2001-11-21 | new release | ronny | 1 | -1/+1 |
2001-11-19 | bug fix: initialisation of global strictness info (prevents crash with second... | ronny | 1 | -0/+3 |
2001-11-19 | fix bug in exporting record labels for Dynamics | johnvg | 1 | -7/+7 |
2001-11-01 | pass strictness information from C to Clean, print strict exported and all ty... | ronny | 6 | -44/+277 |
2001-10-16 | don't add arguments to fail node | ronny | 1 | -0/+2 |
2001-10-12 | add list cons symbols with arity<2 (for strict lists) | johnvg | 1 | -40/+73 |