index
:
compiler
master
Fork of the Clean compiler for experimenting with new features
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
frontend
/
check.icl
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[next]