Age | Commit message (Expand) | Author | Files | Lines |
2003-09-16 | removed boolean result from substituteType and substitute: they | ronny | 1 | -14/+8 |
2003-07-15 | OBJECT marking is added | alimarin | 1 | -2/+3 |
2003-06-19 | s/sd__ident/sd_ident/g | ronny | 1 | -5/+5 |
2003-06-13 | removed switch_dynamics macro (dynamics are always switched on now) | ronny | 1 | -1/+1 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 1 | -150/+150 |
2003-03-13 | changed constructors of TypeCode type in anticipation of things to come | ronny | 1 | -3/+4 |
2003-03-13 | removed _TypePatternVar constructor from TypeCode | ronny | 1 | -1/+1 |
2003-02-10 | - bug fix: error for abstract datatypes in dynamic types. | martijnv | 1 | -1/+1 |
2002-11-14 | bug in checking for importing of predefined modules fixed | alimarin | 1 | -1/+1 |
2002-10-18 | add boxed records, fix line number in "different number of | johnvg | 1 | -12/+16 |
2002-10-14 | new type code and type code constructor representation | ronny | 1 | -9/+23 |
2002-10-01 | minor changes in generics | alimarin | 1 | -0/+2 |
2002-09-24 | fix bug if a class is used in a type context before the class | johnvg | 1 | -40/+92 |
2002-09-19 | major rewrite dynamics | ronny | 1 | -14/+15 |
2002-08-23 | the partitionate and lift functions in transform no longer use | johnvg | 1 | -12/+12 |
2002-07-22 | repair a bug introduced in revision 1.57: add the list of | johnvg | 1 | -5/+2 |
2002-07-16 | handle DclFunCall in function remove_calls_from_symbol_table, | johnvg | 1 | -2/+9 |
2002-07-11 | call 'check_needed_modules_are_imported' after checking instances | johnvg | 1 | -4/+5 |
2002-06-17 | removed ignored !'s | johnvg | 1 | -1/+1 |
2002-06-03 | added constructor/type/field information to generics | alimarin | 1 | -2/+31 |
2002-04-11 | support for generic type context like in | alimarin | 1 | -1/+4 |
2002-03-28 | fixes in generics to compile with Clean 2.0 | alimarin | 1 | -42/+20 |
2002-03-25 | new implementation of generics | alimarin | 1 | -292/+632 |
2002-03-08 | make result of function add_declaration strict to reduce | johnvg | 1 | -2/+2 |
2002-03-05 | prevent compiler crash if too few members are specified in | johnvg | 1 | -27/+37 |
2002-02-28 | fix bug in computing the conversion table for macros that appear | johnvg | 1 | -1/+1 |
2002-02-27 | fix bug: report error when the same constructor or member | johnvg | 1 | -60/+98 |
2002-02-11 | - creation of {PV,UPV,UV}_Placeholder instead of P_laceholder. See predef | martijnv | 1 | -6/+7 |
2002-02-06 | store strictness annotations in SymbolType instead of AType | johnvg | 1 | -16/+31 |
2002-02-04 | er worden nu universele type variabelen in de vorm van UP_laceHolder's | martijnv | 1 | -0/+1 |
2002-01-17 | Bug fix: Scopes in dynamics | sjakie | 1 | -1/+1 |
2002-01-16 | added default alternatives for functions 'is_lazy_or_strict_array' | johnvg | 1 | -0/+4 |
2001-12-13 | remove tuple symbol from UniqueSelector (! selector) and MatchExpr | johnvg | 1 | -2/+10 |
2001-12-12 | don't allow strict #! lets in macro bodies | ronny | 1 | -2/+103 |
2001-12-12 | enforce that CAFs are non-unique | ronny | 1 | -4/+12 |
2001-12-05 | removed type from BasicExpr | johnvg | 1 | -3/+15 |
2001-11-30 | store predefined identifiers in CAF | johnvg | 1 | -88/+59 |
2001-11-26 | fix explicit imports of cached modules | johnvg | 1 | -19/+120 |
2001-11-08 | bug fix, symbol table was not cleaned up after a error in the types of a dcl ... | ronny | 1 | -1/+5 |
2001-10-19 | higher-order kinded types in generics | alimarin | 1 | -1/+1 |
2001-10-19 | fix bug in renumbering of specials | johnvg | 1 | -32/+25 |
2001-10-18 | make source code clean 2.0 compatible | johnvg | 1 | -2/+9 |
2001-10-18 | store macros and local functions in macros in separate {#{#FunDef}}, | johnvg | 1 | -636/+655 |
2001-10-08 | universally quantified attribute variables in typedefs added | sjakie | 1 | -58/+84 |
2001-10-03 | Bug fixes: overloading error, changed the order of dictionaries | sjakie | 1 | -1/+1 |
2001-10-02 | Bug fixes: reference count analysis fixed, | sjakie | 1 | -62/+81 |
2001-10-01 | pass file modification times from icl module and dcl modules to backend | ronny | 1 | -6/+7 |
2001-09-24 | removed kind correctness checking module | sjakie | 1 | -3/+4 |
2001-09-21 | Bug fix: caching combined with omitted type and class definitions | sjakie | 1 | -43/+46 |
2001-09-14 | fix uniqueness bug (again) | johnvg | 1 | -2/+1 |