Age | Commit message (Expand) | Author | Files | Lines |
2008-11-10 | use a loop to adjust predefined symbols of dynamics and generics | johnvg | 1 | -73/+8 |
2008-10-28 | remove fields gen_cases and gen_star_cases because they are not | johnvg | 1 | -34/+0 |
2007-04-19 | remove unused field cons_arg_vars, | johnvg | 1 | -7/+7 |
2007-04-18 | add alternative for NewTypePatterns in function checkMacro | johnvg | 1 | -0/+3 |
2007-04-13 | implement newtype | johnvg | 1 | -5/+11 |
2007-04-11 | remove string in AP_Empty constructor | johnvg | 1 | -2/+2 |
2007-04-11 | rename field cons_index as cons_number | johnvg | 1 | -1/+1 |
2007-04-02 | remove definition of TC in predef if dynamics are not enabled, | johnvg | 1 | -17/+22 |
2007-03-28 | fix "not imported" error if StdArray or StdEnum needs to be imported | johnvg | 1 | -11/+15 |
2007-03-28 | report an error if a generic case is defined using a type synonym | johnvg | 1 | -32/+38 |
2007-02-27 | add {#Int} and {#Real} for foreign export | johnvg | 1 | -19/+12 |
2007-02-14 | implement qualified explicit imports | johnvg | 1 | -73/+79 |
2007-01-30 | remove di_instances, because it is always [] | johnvg | 1 | -1/+1 |
2007-01-29 | remove instances from ExplImpComponentNrs, because it is always [] | johnvg | 1 | -3/+3 |
2007-01-29 | rename super_components as components_importing_module or | johnvg | 1 | -20/+19 |
2007-01-29 | remove intermediate expl_imp_symbols_and_indices_in_components list of | johnvg | 1 | -8/+17 |
2007-01-12 | add support for strings in foreign export | johnvg | 1 | -11/+19 |
2007-01-10 | add passing Reals using foreign export | johnvg | 1 | -0/+2 |
2005-12-12 | prevent crash when the type of an instance contains an undefined | johnvg | 1 | -0/+2 |
2005-11-22 | remove unused variable n_functions_and_macros_in_dcl_modules | johnvg | 1 | -6/+4 |
2005-11-21 | remove portToNewSyntax | johnvg | 1 | -29/+1 |
2005-11-18 | check kinds of local functions, | johnvg | 1 | -44/+42 |
2005-04-22 | fix layout | johnvg | 1 | -1/+1 |
2005-04-21 | remove support for 1.3 import syntax | johnvg | 1 | -115/+9 |
2005-04-21 | remove unused variable dummy_ds | johnvg | 1 | -6/+1 |
2004-04-02 | implement foreign export with stdcall | johnvg | 1 | -7/+9 |
2004-03-17 | reification of type definitions | ronny | 1 | -43/+182 |
2004-03-05 | implement tuple result for foreign export / centry | johnvg | 1 | -6/+1 |
2003-12-15 | add foreign export | johnvg | 1 | -20/+81 |
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 |