aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-07-17add abstract synonym typesjohnvg1-0/+3
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1153 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-17add abstract synonym typesjohnvg2-5/+12
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1152 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-16remove ModuleIndex type, because it is now defined in syntax.dcl,johnvg1-6/+5
added code for AbstractSynType git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1151 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-16generate DclFunCall's for function calls from macros to fixjohnvg1-7/+27
a bug if an exported macro uses an exported function from the current module git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1150 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-16handle DclFunCall in function remove_calls_from_symbol_table,johnvg1-2/+9
add code for AbstractSynType git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1149 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-16add code for DclFunCall to fix a bug if an exported macrojohnvg1-11/+28
uses an exported function from the current module git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1148 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-16add DclFunCall in type FunCalljohnvg2-10/+17
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1147 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-15fix bug for functions with a case with a case and a default, forjohnvg1-3/+26
which the pattern match of the inner case could fail git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1146 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-12fix argument numbers in error messages of functions withjohnvg1-56/+83
lifted arguments and use names of lifted arguments in error messages, removed ts_out from TypeState, moved fun_defs into TypeState git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1145 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-12added CP_LiftedFunArgjohnvg2-1/+6
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1144 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-11report an error if a type variable is defined more than once in after 'special'johnvg1-6/+19
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1143 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-11call 'check_needed_modules_are_imported' after checking instancesjohnvg1-4/+5
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1142 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-03Reduced default compiler heap size from 20M to 16M.ronny2-2/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1138 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-03Added make.linux.sh.ronny1-0/+13
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1137 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-03Moved make.sh to make.solaris.sh.ronny1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1136 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-02Added Clean.h.ronny1-0/+28
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1135 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-02Make all object files in the Unix directory.ronny1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1134 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-02Added Makefile.ronny1-0/+5
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1133 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-02Added cDirectory.c.ronny1-0/+339
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1132 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-02Removed object files.ronny3-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1131 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-01made Clean 2.0 compatibleronny2-9/+4
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1130 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-01Rewound last change: don't search in the current directory.ronny1-8/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1129 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-20added clear_cachejohnvg1-0/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1128 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-20Always try to open files in current directory.ronny1-2/+8
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1127 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-19Build object files in main/Unixronny1-1/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1126 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-19Removed trace commandronny1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1125 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-19Optional loggingronny1-3/+3
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1124 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-19Different file finding method (now identical to windows_io method).ronny1-0/+78
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1123 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-19use macintosh newlinesjohnvg0-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1122 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-19added clear_cachejohnvg3-3/+21
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1121 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-19Removed test arguments.ronny1-66/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1120 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-18removed use of strncmp C library functionjohnvg3-3/+15
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1119 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-1812m extra memory and no C librariesjohnvg1-1065/+1061
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1118 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-18removed ignored !'sjohnvg2-2/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1116 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-18use macintosh new linesjohnvg0-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1114 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-18don't write "components" filejohnvg1-2/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1113 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-18use 10m of extra memory instead of 4mjohnvg1-1061/+1061
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1112 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-18mpw script to add shared libraries to the applicationjohnvg1-0/+3
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1111 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17use InterfaceLib instead of CarbonLibjohnvg1-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1110 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17CleanCompiler2.prjjohnvg1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1109 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17renamed CleanCocl.icljohnvg1-0/+66
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1108 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17CleanCompiler2 project for the macjohnvg1-0/+4864
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1107 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17CleanCompilerLib.mcp for the macjohnvg1-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1106 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17moved backend_library to windows and mac subdirectoriesjohnvg1-127/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1105 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17CleanCompilerLib.mcp.exp for the macjohnvg1-0/+126
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1104 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17backend library for windowsjohnvg1-0/+127
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1103 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17backend_library for the macjohnvg1-0/+127
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1102 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17smaller pattern_match.c for Clean 2.0johnvg1-0/+986
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1101 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17remove import of SwitchFusionjohnvg1-3/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1100 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17removed ignored !'sjohnvg19-54/+54
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1099 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d