aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-12-10Clean 2.0.2 backend.dlljohnvg1-0/+0
2002-12-10bug fix: pass type_index and mod_index in the right orderjohnvg1-1/+1
2002-12-10set im_def_module field so that the bit in .comp thatjohnvg1-2/+8
2002-12-02add strictness annotationsdiederik3-29/+86
2002-12-02improve speed when not fusingdiederik2-3/+10
2002-11-29remove // before some function type definitionsjohnvg1-3/+3
2002-11-28added special handling for strings:alimarin1-10/+16
2002-11-26update project for CW 8johnvg1-0/+0
2002-11-26increase heap size (10m) and stack size (3m), don't showjohnvg1-6/+5024
2002-11-26remove MSL libraries from project and increase heap size to 16mjohnvg1-5/+1
2002-11-26add backend:Mac directory to search pathsjohnvg1-0/+1
2002-11-25fusion patches for case folds, case types, and dictionary typesdiederik1-58/+183
2002-11-21give the strictness analyser more memory for large modules,johnvg3-8/+11
2002-11-21bug fix: handle FailExpr in copyronny1-2/+2
2002-11-20fix crash that occurs if there is not enough memoryjohnvg1-1/+6
2002-11-19use rem instead of modjohnvg1-1/+1
2002-11-19- type synonyms in type definition written to a tcl-file are fully expanded now.martijnv5-103/+83
2002-11-18insert "lR" in type string for unboxed lists of recordsjohnvg1-2/+2
2002-11-15Fix bug with active and accumulating dictionary argsdiederik1-0/+3
2002-11-14bug in checking for importing of predefined modules fixedalimarin1-1/+1
2002-11-14use _SystemStrictLists with _cons..,_decons.. and _nil..johnvg2-12/+12
2002-11-14remove record update to record node transformation (for recordsjohnvg1-34/+2
2002-11-13export label with t prefix for records for dynamicsjohnvg1-3/+8
2002-11-13Removed bugs in analysis of abstract data types and adjusted typing of record...sjakie4-40/+104
2002-11-12bug fix,ronny1-3/+3
2002-11-12bug fix, new method to classify cases that should be transformedronny1-184/+292
2002-11-12mark boolean case as not explicit to prevent introducing a functionronny1-1/+1
2002-11-12bugs fixed in genericsalimarin3-55/+125
2002-11-12Made modulename <> filename a proper errordiederik1-1/+1
2002-11-08Supply predef to generic dict unification;diederik1-15/+59
2002-11-08Better fix so that correctness of EI_LetType is maintained during repartitioningdiederik1-19/+39
2002-11-07revert bug fix in convert cases in anticipation of a proper fixronny1-1/+1
2002-11-07correct numbering of type vars in right-hand side dynamicsronny1-3/+6
2002-11-04Fix so that correctness of EI_LetType is maintained during repartitioningdiederik1-1/+16
2002-11-01moved RefCountsInCase and SplitsInCase type definitions from syntax to conver...ronny3-33/+36
2002-10-31Fix bug where wrong type code constructor was selected.ronny4-21/+22
2002-10-31bug fix for boxed records and ! record selectionsjohnvg1-1/+4
2002-10-31bug fix for boxed records and ! record selections,johnvg1-5/+8
2002-10-30Removed at least 4 bugs (maybe more, but i can't remember):sjakie11-35/+101
2002-10-29- added: DynamicRepresentation_String was removedmartijnv1-0/+2
2002-10-24add BEFlatTypeX and BERecordTypeX definitions in commentjohnvg2-0/+18
2002-10-24disable destructive root updates of records without BOXED_RECORDSjohnvg1-9/+10
2002-10-22skip some code when not using BOXED_RECORDSjohnvg3-8/+10
2002-10-22add boxed recordsjohnvg9-275/+1169
2002-10-21add missing prototypesjohnvg1-0/+8
2002-10-21add boxed recordsjohnvg2-19/+65
2002-10-21print * for unique states, RecordObj, better layoutjohnvg1-8/+17
2002-10-21add new instructions for boxed recordsjohnvg2-2/+20
2002-10-21add boxed recordsjohnvg2-0/+27
2002-10-21repair initialisation with NULL of unused pointer fields in unionsjohnvg1-3/+1