aboutsummaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Collapse)AuthorFilesLines
2003-10-16remove directory_libraryjohnvg2-5/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1393 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-07move (open/close)TclFile from type_io to compileronny1-1/+54
this removes a platform dependency from the frontend git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1385 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-06enable optimizer (-O)johnvg1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1379 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-11-26increase heap size (10m) and stack size (3m), don't showjohnvg1-6/+5024
execution times git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1292 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-11-26remove MSL libraries from project and increase heap size to 16mjohnvg1-5/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1291 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-11-26add backend:Mac directory to search pathsjohnvg1-0/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1290 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-10-07strip and dump commandline argsdiederik1-1/+15
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1218 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-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-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-19added clear_cachejohnvg1-3/+11
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-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-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-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-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 hello and bye, replace testArgs by []johnvg1-5/+4
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1096 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17made Clean 2.0 compatibleronny2-8/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1094 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-11Moved system dependent code from coclmain to CoclSystemDependentronny2-0/+108
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1091 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-11Moved system dependent code from coclmain to CoclSystemDependentronny4-131/+117
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1090 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-05Made Clean 2.0 compatibleronny2-0/+4
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1084 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-05Unix versionronny1-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1083 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-05Unix versionronny14-23/+349
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1082 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-03added constructor/type/field information to genericsalimarin1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1079 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-03-27compile_with_generics = Falsejohnvg1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1065 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-03-25new implementation of genericsalimarin1-4/+4
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1062 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-02-11small macintosh/clean 2.0 fixesdiederik5-4/+21
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1014 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-11-30initPtr modifies the *Worldjohnvg1-4/+6
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@913 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-11-21new explicit import syntaxjohnvg3-2/+14
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@901 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-11-19Changes:martijnv1-53/+3
* predef; replace *some* strings by macro's * small changes git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@892 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-11-02removed useless version check for coclmain (coclmain is not in a separate ↵ronny2-65/+3
libarary) git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@880 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-11-01fix bug fix: no it also compilesronny1-2/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@879 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-11-01bug fix: rule does not match when no --dump-args or --restore args is specified.ronny1-0/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@878 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-11-01pass strictness information from C to Clean, print strict exported and all ↵ronny1-10/+21
types in Clean git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@877 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-11-01added --dump-args and --restore-args optionsronny1-4/+54
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@876 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-10-19higher-order kinded types in genericsalimarin1-4/+8
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@872 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-10-18store macros and local functions in macros in separate {#{#FunDef}},johnvg2-22/+11
remove conversion table, except for macros git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@863 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-10-01moved system independent code to new module "filesystem"ronny3-0/+7
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@809 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-10-01pass file modification times from icl module and dcl modules to backendronny1-2/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@808 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-10-01moved system independent code to new module "filesystem"ronny3-23/+110
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@807 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-10-01Add fusion commandline flagdiederik1-1/+13
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@805 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-09-21call to frontend adjustedsjakie1-28/+7
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@802 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-09-07module ownership commentronny7-12/+77
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@763 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-09-06added command line flag to enable genericsalimarin1-1/+18
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@755 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-09-06add symbol_heap to empty_cachejohnvg1-1/+3
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@754 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d