aboutsummaryrefslogtreecommitdiff
path: root/frontend/check.icl
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-28fixes in generics to compile with Clean 2.0alimarin1-42/+20
2002-03-25new implementation of genericsalimarin1-292/+632
2002-03-08make result of function add_declaration strict to reducejohnvg1-2/+2
2002-03-05prevent compiler crash if too few members are specified injohnvg1-27/+37
2002-02-28fix bug in computing the conversion table for macros that appearjohnvg1-1/+1
2002-02-27fix bug: report error when the same constructor or memberjohnvg1-60/+98
2002-02-11- creation of {PV,UPV,UV}_Placeholder instead of P_laceholder. See predefmartijnv1-6/+7
2002-02-06store strictness annotations in SymbolType instead of ATypejohnvg1-16/+31
2002-02-04er worden nu universele type variabelen in de vorm van UP_laceHolder'smartijnv1-0/+1
2002-01-17Bug fix: Scopes in dynamicssjakie1-1/+1
2002-01-16added default alternatives for functions 'is_lazy_or_strict_array'johnvg1-0/+4
2001-12-13remove tuple symbol from UniqueSelector (! selector) and MatchExprjohnvg1-2/+10
2001-12-12don't allow strict #! lets in macro bodiesronny1-2/+103
2001-12-12enforce that CAFs are non-uniqueronny1-4/+12
2001-12-05removed type from BasicExprjohnvg1-3/+15
2001-11-30store predefined identifiers in CAFjohnvg1-88/+59