aboutsummaryrefslogtreecommitdiff
path: root/frontend/check.icl
AgeCommit message (Expand)AuthorFilesLines
2008-11-10use a loop to adjust predefined symbols of dynamics and genericsjohnvg1-73/+8
2008-10-28remove fields gen_cases and gen_star_cases because they are notjohnvg1-34/+0
2007-04-19remove unused field cons_arg_vars,johnvg1-7/+7
2007-04-18add alternative for NewTypePatterns in function checkMacrojohnvg1-0/+3
2007-04-13implement newtypejohnvg1-5/+11
2007-04-11remove string in AP_Empty constructorjohnvg1-2/+2
2007-04-11rename field cons_index as cons_numberjohnvg1-1/+1
2007-04-02remove definition of TC in predef if dynamics are not enabled,johnvg1-17/+22
2007-03-28fix "not imported" error if StdArray or StdEnum needs to be importedjohnvg1-11/+15
2007-03-28report an error if a generic case is defined using a type synonymjohnvg1-32/+38
2007-02-27add {#Int} and {#Real} for foreign exportjohnvg1-19/+12
2007-02-14implement qualified explicit importsjohnvg1-73/+79
2007-01-30remove di_instances, because it is always []johnvg1-1/+1
2007-01-29remove instances from ExplImpComponentNrs, because it is always []johnvg1-3/+3
2007-01-29rename super_components as components_importing_module orjohnvg1-20/+19
2007-01-29remove intermediate expl_imp_symbols_and_indices_in_components list ofjohnvg1-8/+17
2007-01-12add support for strings in foreign exportjohnvg1-11/+19
2007-01-10add passing Reals using foreign exportjohnvg1-0/+2
2005-12-12prevent crash when the type of an instance contains an undefinedjohnvg1-0/+2
2005-11-22remove unused variable n_functions_and_macros_in_dcl_modulesjohnvg1-6/+4
2005-11-21remove portToNewSyntaxjohnvg1-29/+1
2005-11-18check kinds of local functions,johnvg1-44/+42
2005-04-22fix layoutjohnvg1-1/+1
2005-04-21remove support for 1.3 import syntaxjohnvg1-115/+9
2005-04-21remove unused variable dummy_dsjohnvg1-6/+1
2004-04-02implement foreign export with stdcalljohnvg1-7/+9
2004-03-17reification of type definitionsronny1-43/+182
2004-03-05implement tuple result for foreign export / centryjohnvg1-6/+1
2003-12-15add foreign exportjohnvg1-20/+81
2003-09-16removed boolean result from substituteType and substitute: theyronny1-14/+8
2003-07-15OBJECT marking is addedalimarin1-2/+3
2003-06-19s/sd__ident/sd_ident/gronny1-5/+5
2003-06-13removed switch_dynamics macro (dynamics are always switched on now)ronny1-1/+1
2003-05-16renamed field names of type Ident in syntax treeronny1-150/+150
2003-03-13changed constructors of TypeCode type in anticipation of things to comeronny1-3/+4
2003-03-13removed _TypePatternVar constructor from TypeCoderonny1-1/+1
2003-02-10- bug fix: error for abstract datatypes in dynamic types.martijnv1-1/+1
2002-11-14bug in checking for importing of predefined modules fixedalimarin1-1/+1
2002-10-18add boxed records, fix line number in "different number ofjohnvg1-12/+16
2002-10-14new type code and type code constructor representationronny1-9/+23
2002-10-01minor changes in genericsalimarin1-0/+2
2002-09-24fix bug if a class is used in a type context before the classjohnvg1-40/+92
2002-09-19major rewrite dynamicsronny1-14/+15
2002-08-23the partitionate and lift functions in transform no longer usejohnvg1-12/+12
2002-07-22repair a bug introduced in revision 1.57: add the list ofjohnvg1-5/+2
2002-07-16handle DclFunCall in function remove_calls_from_symbol_table,johnvg1-2/+9
2002-07-11call 'check_needed_modules_are_imported' after checking instancesjohnvg1-4/+5
2002-06-17removed ignored !'sjohnvg1-1/+1
2002-06-03added constructor/type/field information to genericsalimarin1-2/+31
2002-04-11support for generic type context like inalimarin1-1/+4