aboutsummaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Collapse)AuthorFilesLines
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
2001-09-03added init_identifiers calljohnvg1-2/+3
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@730 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-08-31added dummy set_compiler_id functionjohnvg2-2/+9
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@726 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-08-31moved function set_compiler_id to CoclSystemDependentjohnvg3-6/+9
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@725 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-08-31add symbol_heap argument ro empty_cachejohnvg1-2/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@724 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-08-31create symbol_heap only oncejohnvg1-8/+21
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@720 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-08-31add symbol_heap parameter to function empty_cachejohnvg2-32/+18
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@719 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-07-12uniqueness attributes in backendronny1-6/+8
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@542 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-06-25add code for dcl module caching using the IDEjohnvg4-1/+170
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@501 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-06-21enable 'check indices'johnvg1-2/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@493 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-06-05=johnvg3-15/+169
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@470 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-06-05CleanCocl.prj for the Macjohnvg1-0/+124
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@469 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-06-01import library for the clean linker for the CodeGenLibjohnvg1-0/+3
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@452 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-06-01added 'import code from "cae.obj"'johnvg1-0/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@449 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-06-01interface to docommand.c (mac only)johnvg2-0/+17
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@447 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-06-01compiler without IO 0.8johnvg1-2/+41
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@446 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-05-10compiler option added: -dynamics which instructs the compiler to generatemartijnv1-6/+21
tcl (type files) git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@420 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-05-03removed duplicate import for backend_library (there's another import in ↵ronny1-1/+0
backendconvert.icl) git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@383 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-05-03replaced corrupted cDirectory.objronny1-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@381 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-04-11Now I have learned about the admin commandmartinw1-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@357 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-04-02no messagemartijnv1-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@355 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-03-28I hope it is binary nowmartinw1-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@351 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-03-28trying to change mode for cDirectory.obj from "text" to "binary"martinw2-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@350 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-03-20option for generating tcl-files in compile.icl. Normally off.martijnv2-9/+22
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@336 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-03-16no messagemartijnv1-0/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@334 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-03-15*** empty log message ***martinw1-2/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@333 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-03-13enable compiler to create "Clean System Files" foldermartinw3-0/+16
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@327 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-03-13enabling compiler to create "Clean System Files" foldermartinw2-0/+8
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@326 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-03-13enable compiler to create "Clean System Files" foldermartinw2-11/+53
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@325 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-03-02no messagemartijnv1-2/+18
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@308 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2001-02-23including porting facilitiesmartinw1-0/+13
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@303 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2000-11-01no messagejohnvg7-58/+476
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@275 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d