Age | Commit message (Expand) | Author | Files | Lines |
2001-06-11 | Bug fix with array updates. Removed redundant code. Adjusted unification algo... | sjakie | 15 | -909/+557 |
2001-06-08 | merge all cases | ronny | 1 | -4/+59 |
2001-06-08 | mergeCases in separate module | ronny | 3 | -290/+308 |
2001-06-06 | set the 'fun_pos' of a 'FunDef' for functions with a specified type | johnvg | 1 | -9/+8 |
2001-06-06 | removed code that prints the pointer in instance <<< | johnvg | 1 | -2/+2 |
2001-06-05 | for error messages in patterns use line number of the alternative, | johnvg | 3 | -33/+23 |
2001-06-05 | introduced newFunctionWithType | ronny | 1 | -6/+14 |
2001-06-05 | undo previous commit | ronny | 1 | -382/+393 |
2001-06-05 | accidental commit | ronny | 1 | -393/+382 |
2001-06-05 | changed all trace arrows (==>, ---->) to -*-> | ronny | 1 | -42/+26 |
2001-06-05 | added // otherwises | ronny | 1 | -0/+15 |
2001-06-05 | added type signatures | ronny | 1 | -4/+5 |
2001-06-05 | renamed CopyInfo to CopyState | ronny | 1 | -105/+105 |
2001-06-05 | renamed DistributeInfo to DistributeState | ronny | 1 | -108/+108 |
2001-06-05 | renamed rcs_info parameters to rcs | ronny | 1 | -91/+91 |
2001-06-05 | combined fields in CheckImportedInfo (subphase of weighted refcount) | ronny | 1 | -33/+38 |
2001-06-05 | moved rcs_main_dcl_module_n field from RCState to RCInfo | ronny | 1 | -29/+29 |
2001-06-05 | combinden weightedRefCount parameters in RCInfo record | ronny | 1 | -78/+84 |
2001-06-05 | renamed RCInfo to RCState | ronny | 1 | -126/+126 |
2001-06-05 | reordered functions to reflect order within convertcases | ronny | 1 | -688/+689 |
2001-06-01 | removed comments with alternatives for DynamicExpr | ronny | 1 | -73/+1 |
2001-06-01 | removed MW0 comments | ronny | 1 | -4/+0 |
2001-06-01 | removed import of debug module | johnvg | 2 | -2/+3 |
2001-06-01 | The _Module generated for each icl-module conflicted with record of name | martijnv | 2 | -2/+2 |
2001-06-01 | removed import pp in order to make the compiler compilable without my | martijnv | 1 | -1/+1 |
2001-05-31 | added mechanism to generate a module id for each module. Fixed an index | martijnv | 5 | -71/+154 |
2001-05-31 | fix bug in uniqueness typing for array updates with (a & [i ]= e} syntax | johnvg | 1 | -27/+17 |
2001-05-31 | Added a switch which generates for an unify/coerce application an extra | martijnv | 1 | -17/+57 |
2001-05-30 | bug fix: arrays of unboxed functions are not allowed | johnvg | 1 | -1/+1 |
2001-05-30 | in 'transform' of trans.icl also transform expressions in selections of an Up... | johnvg | 1 | -0/+17 |
2001-05-30 | detect in 'postparse' when the definition module corresponding | johnvg | 3 | -18/+30 |
2001-05-30 | optimize array comprehensions, | johnvg | 6 | -288/+587 |
2001-05-30 | added alternatives to function 'transform' for Update,RecordUpdate,TupleSelec... | johnvg | 1 | -1/+21 |
2001-05-18 | revision 1.31 was stupid nonsense | martinw | 1 | -1/+3 |
2001-05-14 | *** empty log message *** | martinw | 2 | -0/+24 |
2001-05-14 | new phase between analTypeDefs and typing | martinw | 2 | -0/+249 |
2001-05-11 | fixed bug in convertCases Let (introduced in previous commit) | ronny | 1 | -1/+1 |
2001-05-11 | I wanted to commit this together with the icl file, but it didn't fit | martinw | 1 | -8/+1 |
2001-05-11 | improving error message | martinw | 1 | -1/+4 |
2001-05-11 | checking the kinds of all function-, instance-, class- and member-types | martinw | 3 | -100/+8 |
2001-05-11 | moving all switch macros to new module "compilerSwitches" | martinw | 8 | -25/+16 |
2001-05-10 | changed last field of CollectState into cos_used_dynamics which reflects | martijnv | 3 | -13/+13 |
2001-05-10 | bug fixes: | martijnv | 12 | -35/+96 |
2001-05-10 | bug fix: unusued dynamics in where/let clauses produced a rule doesn't match | martijnv | 1 | -3/+51 |
2001-05-09 | combined convert paramaters in record | ronny | 1 | -166/+103 |
2001-05-08 | added fields to cons_info and type_info | alimarin | 4 | -218/+359 |
2001-05-08 | accidental commit | ronny | 1 | -7/+7 |
2001-05-08 | renamed ci_ fieldname prefixes and ci variables to cs_ and cs | ronny | 1 | -240/+240 |
2001-05-08 | removed uniqueness attribute in ConvertState type definition | ronny | 1 | -4/+4 |
2001-05-08 | renamed ConversionInfo to ConvertState | ronny | 1 | -6/+6 |