Age | Commit message (Expand) | Author | Files | Lines |
2001-11-30 | initPtr modifies the *World | johnvg | 1 | -4/+6 |
2001-11-30 | store predefined identifiers in CAF | johnvg | 21 | -634/+710 |
2001-11-30 | store predefined identifiers in CAF | johnvg | 1 | -5/+5 |
2001-11-30 | initPtr modifies the *World | johnvg | 1 | -1/+3 |
2001-11-30 | initPtr modifies the *World | johnvg | 2 | -1/+23 |
2001-11-29 | different representation of selector kind in Selection | ronny | 9 | -45/+59 |
2001-11-27 | restored proper project file | ronny | 1 | -3466/+1 |
2001-11-26 | assorted parse/scan bug fixes | ronny | 5 | -67/+97 |
2001-11-26 | new backend version | ronny | 3 | -1/+1 |
2001-11-26 | bug fix in initialisation | ronny | 2 | -6/+15 |
2001-11-26 | fix explicit imports of cached modules | johnvg | 4 | -45/+138 |
2001-11-23 | removed various comments | ronny | 1 | -170/+57 |
2001-11-21 | new explicit import syntax | johnvg | 16 | -11/+72 |
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-21 | version 1.17, fix bug in exporting record labels for Dynamics | ronny | 1 | -0/+0 |
2001-11-21 | Bug fix: reference count analysis for dynamics | sjakie | 1 | -3/+5 |
2001-11-20 | bug fix determination of exported funtion | ronny | 1 | -1/+1 |
2001-11-19 | bug fix: initialisation of global strictness info (prevents crash with second... | ronny | 3 | -0/+3 |
2001-11-19 | Changes: | martijnv | 10 | -136/+231 |
2001-11-19 | fix bug in exporting record labels for Dynamics | johnvg | 1 | -7/+7 |
2001-11-09 | collecting fi_calls | alimarin | 1 | -39/+86 |
2001-11-08 | bug fix, symbol table was not cleaned up after a error in the types of a dcl ... | ronny | 1 | -1/+5 |
2001-11-07 | bug fix (merge cases with unboxed and other list constructors) | ronny | 1 | -2/+6 |
2001-11-07 | bug fix: do not merge nested explicit cases | ronny | 2 | -35/+43 |
2001-11-06 | Bug fix: crashed with cyclic type classes | sjakie | 1 | -2/+3 |
2001-11-06 | removed conversion table | johnvg | 1 | -9/+9 |
2001-11-02 | removed useless version check for coclmain (coclmain is not in a separate lib... | ronny | 2 | -65/+3 |
2001-11-01 | fix bug fix: no it also compiles | ronny | 1 | -2/+2 |
2001-11-01 | bug fix: rule does not match when no --dump-args or --restore args is specified. | ronny | 1 | -0/+2 |
2001-11-01 | pass strictness information from C to Clean, print strict exported and all ty... | ronny | 18 | -62/+695 |
2001-11-01 | added --dump-args and --restore-args options | ronny | 1 | -4/+54 |
2001-11-01 | removed useless selection | ronny | 1 | -1/+0 |
2001-11-01 | fixed strictness annotation | ronny | 1 | -1/+1 |
2001-10-23 | Bug fix:attribute environments were not compared correctly | sjakie | 1 | -2/+24 |
2001-10-19 | higher-order kinded types in generics | alimarin | 1 | -4/+8 |
2001-10-19 | higher-order kinded types in generics | alimarin | 9 | -173/+525 |
2001-10-19 | fix bug in renumbering of specials | johnvg | 2 | -42/+33 |
2001-10-18 | make source code clean 2.0 compatible | johnvg | 2 | -7/+14 |
2001-10-18 | make source code clean 2.0 compatible | johnvg | 1 | -4/+4 |
2001-10-18 | make source clean 2.0 compatible | johnvg | 1 | -14/+4 |
2001-10-18 | store macros and local functions in macros in separate {#{#FunDef}}, | johnvg | 36 | -2060/+2213 |
2001-10-17 | Bug fixes: too many error messages were printed | sjakie | 1 | -3/+4 |
2001-10-17 | no message | ronny | 1 | -0/+0 |
2001-10-16 | don't add arguments to fail node | ronny | 1 | -0/+2 |
2001-10-16 | no message | ronny | 1 | -0/+0 |
2001-10-15 | Bug fixes: beauti... : alternative for TFA added. | sjakie | 1 | -9/+7 |
2001-10-12 | add list cons symbols with arity<2 (for strict lists) | johnvg | 1 | -40/+73 |