Age | Commit message (Expand) | Author | Files | Lines |
2002-11-28 | added special handling for strings: | alimarin | 1 | -10/+16 |
2002-11-25 | fusion patches for case folds, case types, and dictionary types | diederik | 1 | -58/+183 |
2002-11-21 | bug fix: handle FailExpr in copy | ronny | 1 | -2/+2 |
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-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 | 1 | -11/+11 |
2002-11-14 | remove record update to record node transformation (for records | johnvg | 1 | -34/+2 |
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-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-18 | add support_dynamics flag to scanModule call | johnvg | 1 | -7/+4 |
2002-10-18 | add boxed records, strict dot dot expressions, generate | johnvg | 2 | -150/+162 |
2002-10-18 | add boxed records | johnvg | 1 | -1/+1 |
2002-10-18 | add strict dot dot expressions, transform record update | johnvg | 1 | -45/+64 |
2002-10-18 | add boxed records, fix line number in "different number of | johnvg | 1 | -12/+16 |
2002-10-18 | add boxed records and strict dot dot records, | johnvg | 1 | -29/+108 |
2002-10-18 | add boxed records | johnvg | 1 | -2/+2 |
2002-10-18 | add strict dot dot expressions | johnvg | 2 | -3/+88 |
2002-10-18 | add boxed records and strict dot dot expressions | johnvg | 2 | -10/+11 |
2002-10-15 | disable arity check to circumvent bug in compiling the module relayout.icl in... | ronny | 1 | -1/+1 |
2002-10-14 | new type code and type code constructor representation | ronny | 11 | -443/+528 |
2002-10-14 | bug fix convert root cases | ronny | 1 | -8/+3 |
2002-10-10 | use transform_trivial for 0-ary funs | diederik | 1 | -21/+8 |
2002-10-10 | prepare possibly_add_let for reuse | diederik | 1 | -39/+37 |
2002-10-10 | generate new versions for over-applied functions | diederik | 1 | -1/+121 |
2002-10-10 | fuse non-recursive producers | diederik | 1 | -6/+34 |
2002-10-10 | cleanup case fun generation; | diederik | 1 | -24/+30 |
2002-10-10 | transform record selections | diederik | 1 | -0/+21 |
2002-10-09 | possiblyFoldOuterCase | diederik | 1 | -20/+69 |
2002-10-09 | SwitchHOFusion | diederik | 1 | -16/+41 |
2002-10-09 | only generate functions for safe cases | diederik | 1 | -27/+119 |
2002-10-09 | rnf constructor fusion | diederik | 1 | -3/+25 |
2002-10-08 | SwitchReanalyseFunction | diederik | 1 | -17/+36 |
2002-10-08 | Add alternatives for FailExpr | diederik | 1 | -0/+4 |
2002-10-08 | Change order of propagation annotation in generateFunction | diederik | 1 | -15/+16 |
2002-10-08 | Add function arity checks | diederik | 1 | -16/+40 |