Age | Commit message (Expand) | Author | Files | Lines |
2002-12-10 | Clean 2.0.2 backend.dll | johnvg | 1 | -0/+0 |
2002-12-10 | bug fix: pass type_index and mod_index in the right order | johnvg | 1 | -1/+1 |
2002-12-10 | set im_def_module field so that the bit in .comp that | johnvg | 1 | -2/+8 |
2002-12-02 | add strictness annotations | diederik | 3 | -29/+86 |
2002-12-02 | improve speed when not fusing | diederik | 2 | -3/+10 |
2002-11-29 | remove // before some function type definitions | johnvg | 1 | -3/+3 |
2002-11-28 | added special handling for strings: | alimarin | 1 | -10/+16 |
2002-11-26 | update project for CW 8 | johnvg | 1 | -0/+0 |
2002-11-26 | increase heap size (10m) and stack size (3m), don't show | johnvg | 1 | -6/+5024 |
2002-11-26 | remove MSL libraries from project and increase heap size to 16m | johnvg | 1 | -5/+1 |
2002-11-26 | add backend:Mac directory to search paths | johnvg | 1 | -0/+1 |
2002-11-25 | fusion patches for case folds, case types, and dictionary types | diederik | 1 | -58/+183 |
2002-11-21 | give the strictness analyser more memory for large modules, | johnvg | 3 | -8/+11 |
2002-11-21 | bug fix: handle FailExpr in copy | ronny | 1 | -2/+2 |
2002-11-20 | fix crash that occurs if there is not enough memory | johnvg | 1 | -1/+6 |
2002-11-19 | use rem instead of mod | johnvg | 1 | -1/+1 |
2002-11-19 | - type synonyms in type definition written to a tcl-file are fully expanded now. | martijnv | 5 | -103/+83 |
2002-11-18 | insert "lR" in type string for unboxed lists of records | johnvg | 1 | -2/+2 |
2002-11-15 | Fix bug with active and accumulating dictionary args | diederik | 1 | -0/+3 |
2002-11-14 | bug in checking for importing of predefined modules fixed | alimarin | 1 | -1/+1 |
2002-11-14 | use _SystemStrictLists with _cons..,_decons.. and _nil.. | johnvg | 2 | -12/+12 |
2002-11-14 | remove record update to record node transformation (for records | johnvg | 1 | -34/+2 |
2002-11-13 | export label with t prefix for records for dynamics | johnvg | 1 | -3/+8 |
2002-11-13 | Removed bugs in analysis of abstract data types and adjusted typing of record... | sjakie | 4 | -40/+104 |
2002-11-12 | bug fix, | ronny | 1 | -3/+3 |
2002-11-12 | bug fix, new method to classify cases that should be transformed | ronny | 1 | -184/+292 |
2002-11-12 | mark boolean case as not explicit to prevent introducing a function | ronny | 1 | -1/+1 |
2002-11-12 | bugs fixed in generics | alimarin | 3 | -55/+125 |
2002-11-12 | Made modulename <> filename a proper error | diederik | 1 | -1/+1 |
2002-11-08 | Supply predef to generic dict unification; | diederik | 1 | -15/+59 |
2002-11-08 | Better fix so that correctness of EI_LetType is maintained during repartitioning | diederik | 1 | -19/+39 |
2002-11-07 | revert bug fix in convert cases in anticipation of a proper fix | ronny | 1 | -1/+1 |
2002-11-07 | correct numbering of type vars in right-hand side dynamics | ronny | 1 | -3/+6 |
2002-11-04 | Fix so that correctness of EI_LetType is maintained during repartitioning | diederik | 1 | -1/+16 |
2002-11-01 | moved RefCountsInCase and SplitsInCase type definitions from syntax to conver... | ronny | 3 | -33/+36 |
2002-10-31 | Fix bug where wrong type code constructor was selected. | ronny | 4 | -21/+22 |
2002-10-31 | bug fix for boxed records and ! record selections | johnvg | 1 | -1/+4 |
2002-10-31 | bug fix for boxed records and ! record selections, | johnvg | 1 | -5/+8 |
2002-10-30 | Removed at least 4 bugs (maybe more, but i can't remember): | sjakie | 11 | -35/+101 |
2002-10-29 | - added: DynamicRepresentation_String was removed | martijnv | 1 | -0/+2 |
2002-10-24 | add BEFlatTypeX and BERecordTypeX definitions in comment | johnvg | 2 | -0/+18 |
2002-10-24 | disable destructive root updates of records without BOXED_RECORDS | johnvg | 1 | -9/+10 |
2002-10-22 | skip some code when not using BOXED_RECORDS | johnvg | 3 | -8/+10 |
2002-10-22 | add boxed records | johnvg | 9 | -275/+1169 |
2002-10-21 | add missing prototypes | johnvg | 1 | -0/+8 |
2002-10-21 | add boxed records | johnvg | 2 | -19/+65 |
2002-10-21 | print * for unique states, RecordObj, better layout | johnvg | 1 | -8/+17 |
2002-10-21 | add new instructions for boxed records | johnvg | 2 | -2/+20 |
2002-10-21 | add boxed records | johnvg | 2 | -0/+27 |
2002-10-21 | repair initialisation with NULL of unused pointer fields in unions | johnvg | 1 | -3/+1 |