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
Age
Commit message (
Expand
)
Author
Files
Lines
2004-12-14
remove workaround for a bug in Clean 2.0, that seems to have been fixed already
johnvg
1
-13
/
+0
2004-07-13
fix conversion of selection (pattern match in lhs of where or let)
johnvg
1
-11
/
+16
2004-07-13
remove syntax problem caused by cvs
johnvg
1
-41
/
+0
2004-06-22
bug fix: introduce Char type constructor for Char type (instead of Int)
ronny
1
-1
/
+1
2004-06-02
remove overloading_2.o, typechecker_2.o and typechecker2_2.o
johnvg
1
-3
/
+3
2004-05-27
report a parse error if an instance definition contains a
johnvg
1
-5
/
+8
2004-05-07
convert hfs file name to unix file name for freopen on MacOSX/MachO
johnvg
1
-0
/
+17
2004-05-07
When creating new functions for case expression, don't pass the variable
johnvg
1
-82
/
+85
2004-04-29
bug fix: always print ';' in function descriptor names
ronny
1
-2
/
+3
2004-04-29
removed analysis of ident names for instance types (pre-Clean 2.0 code)
ronny
1
-16
/
+0
2004-04-29
pass compiler_id in message to the IDE
johnvg
2
-5
/
+12
2004-04-29
add set_compiler_id and get_compiler_id
johnvg
3
-0
/
+254
2004-04-26
convert file names for MachO
johnvg
1
-0
/
+27
2004-04-20
added ')' to #ifdef to fix syntax error
ronny
1
-1
/
+1
2004-04-19
port to gcc on Mac OS X
johnvg
2
-1
/
+12
2004-04-19
port to gcc on Mac OS X
johnvg
1
-3
/
+26
2004-04-19
port to gcc on Mac OS X
johnvg
1
-4
/
+53
2004-04-19
remove TC; types
ronny
7
-127
/
+76
2004-04-14
mark lazy and/or curried entries of cons for list of unboxed records
johnvg
1
-1
/
+9
2004-04-06
fix possible compiler crash if a type synonym has a . on the rhs (added case
johnvg
4
-35
/
+55
2004-04-02
implement foreign export with stdcall
johnvg
13
-31
/
+64
2004-04-02
export strictness of argument of empty_cache
johnvg
2
-2
/
+2
2004-04-02
export strictness of tuple of <:: and writeType
johnvg
2
-5
/
+8
2004-04-02
export strictness of argument of newHashTable
johnvg
2
-2
/
+2
2004-03-31
don't overwrite first byte of next node in the heap with a '\0'
johnvg
1
-2
/
+0
2004-03-24
bug fix for semi-abstract type definitons: generate type function for all typ...
ronny
1
-2
/
+4
2004-03-23
bug fix numbering of type variables
ronny
1
-22
/
+28
2004-03-23
moved main module number and common defs from state to info parameter
ronny
1
-19
/
+21
2004-03-23
introduced info parameter for reify functions
ronny
1
-50
/
+57
2004-03-23
clean up: introduced quote function for strings
ronny
1
-5
/
+7
2004-03-23
renamed variable
ronny
1
-4
/
+4
2004-03-23
bug fix: number universal variables of field
ronny
1
-1
/
+2
2004-03-19
change prefix "TD_" to "TD;"
ronny
1
-1
/
+1
2004-03-19
bug fix: correct function kind
ronny
2
-1
/
+1
2004-03-19
if ExportLocalLabels and strict constructor not used curried and not
johnvg
1
-4
/
+10
2004-03-19
bug fix: use correct index for constructor in constructor definition
ronny
1
-7
/
+8
2004-03-17
reification of type definitions
ronny
2
-0
/
+741
2004-03-17
removed useless function convertLhsNodeDefs
ronny
1
-20
/
+4
2004-03-17
reification of type definitions
ronny
11
-68
/
+292
2004-03-17
ignore rank > 1 quantors in type_io
ronny
1
-0
/
+14
2004-03-05
implement tuple result for foreign export / centry
johnvg
1
-6
/
+1
2004-03-05
implement tuple result for foreign export / centry
johnvg
1
-1
/
+9
2004-02-20
remove includes of typechecker.h and tctypes.t
johnvg
1
-3
/
+0
2004-02-20
remove include of overloading.h
johnvg
2
-2
/
+0
2004-02-20
remove calls of PrintTCType and InitTypeChecker, change #includes
johnvg
1
-15
/
+1
2004-02-20
remove include of typechecker.h
johnvg
1
-1
/
+0
2004-02-20
include typeconv.h instead of typechecker.h
johnvg
1
-1
/
+1
2004-02-20
remove includes of typechecker.h and overloading.h
johnvg
1
-2
/
+0
2004-02-20
move definition of UserDefinedArrayFunctions to this file
johnvg
1
-1
/
+1
2004-02-20
move prototype of UserDefinedArrayFunctions to this file
johnvg
1
-0
/
+2
[prev]
[next]