Age | Commit message (Expand) | Author | Files | Lines |
2003-08-19 | removed unused global type codes arguments | ronny | 1 | -26/+17 |
2003-07-15 | OBJECT marking is added | alimarin | 6 | -90/+234 |
2003-07-01 | changed some names to properly reflect their type | ronny | 1 | -37/+37 |
2003-07-01 | changed parsing of dynamic patterns and expressions,dynamic and :: now bind w... | ronny | 1 | -18/+31 |
2003-06-26 | bug fix in administration of needed modules (fixes bug #25 and a possibly | ronny | 1 | -6/+6 |
2003-06-26 | bug fix: forbid overload CAFs (fixes bug #22) | ronny | 1 | -2/+10 |
2003-06-26 | don't assume infix operators have arity 2 (fixes bug #17) | ronny | 1 | -15/+15 |
2003-06-23 | optimize allocation of Par and Seq constructors to prevent heap overflow | johnvg | 1 | -2/+12 |
2003-06-19 | use :: T (:== .. ) syntax for abstract type synonyms | johnvg | 1 | -5/+3 |
2003-06-19 | write abstract type synonyms in the same way as abstract types | johnvg | 1 | -1/+5 |
2003-06-19 | compare lhs root attributes for type definitions | johnvg | 1 | -2/+1 |
2003-06-19 | check type properties also for abstract type synonyms | johnvg | 1 | -4/+9 |
2003-06-19 | append a ";" after the name of the record of a dictionary | johnvg | 1 | -2/+5 |
2003-06-19 | removed unused module checkKindCorrectness | ronny | 2 | -338/+0 |
2003-06-19 | removed unused field class_arg_kinds | ronny | 4 | -11/+9 |
2003-06-19 | removed unused module typeanal | ronny | 2 | -2/+0 |
2003-06-19 | s/sd__ident/sd_ident/g | ronny | 9 | -19/+19 |
2003-06-19 | enable boxed records | johnvg | 2 | -3/+1 |
2003-06-18 | bug fix: do not move a case inside an explicit case | johnvg | 1 | -29/+32 |
2003-06-18 | removed trace statement | ronny | 1 | -1/+1 |
2003-06-17 | removed unused functions | ronny | 6 | -108/+77 |
2003-06-17 | removed unused functions | ronny | 2 | -88/+37 |
2003-06-16 | fixed bug with field indexes in StdGeneric | alimarin | 1 | -2/+5 |
2003-06-13 | removed commented code | ronny | 1 | -80/+9 |
2003-06-13 | removed exported macros from implementation module | ronny | 1 | -8/+0 |
2003-06-13 | removed switch_dynamics macro (dynamics are always switched on now) | ronny | 3 | -15/+1 |
2003-06-13 | removed unused macro USE_DummyModuleName | ronny | 2 | -4/+0 |
2003-06-13 | removed PA bug workaround | ronny | 8 | -27/+3 |
2003-06-06 | Bug fixs in universally quantified types: Attribute variables of universal ty... | sjakie | 2 | -0/+30 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 40 | -1622/+1622 |
2003-05-14 | foldExp - added alternative for EE | alimarin | 1 | -0/+2 |
2003-05-09 | improve printing of function names of case, lambda and if expressions for cle... | johnvg | 1 | -30/+92 |
2003-04-09 | don't call normalise if there are no variables in the type | ronny | 1 | -6/+9 |
2003-04-01 | make toString (STE_Kind) total, fixes bug #19 | ronny | 1 | -1/+3 |
2003-03-17 | fixed a bug in parsing the "of" token after dynamic type, e.g.: | alimarin | 2 | -2/+3 |
2003-03-13 | use positive numbers for TypeVarFixed | ronny | 1 | -3/+3 |
2003-03-13 | introduced TypeFixedVar constructor for fixed type vars, | ronny | 1 | -2/+1 |
2003-03-13 | changed constructors of TypeCode type in anticipation of things to come | ronny | 3 | -110/+113 |
2003-03-13 | removed _TypePatternVar constructor from TypeCode | ronny | 4 | -5/+6 |
2003-03-12 | - added some missing alternatives to toString (Token), fixes bug #12 | ronny | 1 | -75/+84 |
2003-03-12 | extra curried fusion fixes | diederik | 3 | -343/+614 |
2003-03-12 | add coredump module to repository | diederik | 2 | -0/+875 |
2003-03-11 | added {Project}\backend\Windows project path (for backend_library) | ronny | 1 | -0/+1 |
2003-03-10 | fixed bug #1, case failed when default case contained partial case | ronny | 1 | -16/+18 |
2003-03-05 | removed needlessly complex method to determine if a case will be moved in a f... | ronny | 1 | -39/+39 |
2003-03-05 | latest backend.dll (no version change) | ronny | 1 | -0/+0 |
2003-02-25 | fixed bug 8, incorrect parsing of dynamic id :: (A.a: a->a) | ronny | 1 | -2/+8 |
2003-02-24 | added fusion of unboxed lists of records, moved | johnvg | 4 | -94/+102 |
2003-02-20 | don't generate abc code to build dictionary for overloaded Nil | johnvg | 2 | -4/+26 |
2003-02-19 | implement fusion of overloaded cons or nil (function) of overloaded lists, | johnvg | 1 | -43/+130 |