aboutsummaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Collapse)AuthorFilesLines
2017-02-07add Makefile.arm for ARM (with gcc -marm)johnvg1-0/+22
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2773 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2016-06-10pass -dynamics to backendjohnvg1-1/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2730 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2013-10-24fix bug in function getCommonFileInfoC on 64 bit platformsjohnvg1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2308 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2013-05-27restore s line that was accidentally removed by the previous commitjohnvg1-0/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2243 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2013-05-27fix the file name for .tcl files of modules with a hierarchical module namejohnvg1-17/+54
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2242 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2012-10-08use path returned by fopenInSearchPaths to create the .tcl file name for ↵johnvg1-20/+18
openTclFile git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2185 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2012-03-15remove the 1024 character limit of the command bufferjohnvg1-9/+41
(reallocate if necessary) git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2046 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2011-11-10move type TypeCodeVariableInfo to module syntax, remove type ↵johnvg1-4/+1
DynamicValueAliasInfo, adjust imports git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2027 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2011-04-14replace field dcl_macro_conversions by dcl_has_macro_conversions of type ↵johnvg1-1/+1
DclModule (to have fewer differences with the haskell frontend branch), the conversion table for macros is not used after checking git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1919 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2011-04-06add qualified import of a module, for functions, macros, constructors, types ↵johnvg1-1/+1
and classes git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1901 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2010-10-13add prototype of function findNextFileC, don't use c++ commentsjohnvg1-15/+18
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1806 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2010-10-13#include <string.h> to prevent c compiler warningsjohnvg1-1/+3
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1805 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2010-09-27fix for 64 bit linux (does not fix 64 bit windows)johnvg1-8/+6
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1799 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2010-07-08remove code for backwards compatibility with Clean 1.3johnvg2-9/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1795 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2007-04-12remove SwitchGenericsjohnvg1-1/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1669 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2007-01-04remove //1.3 //3.1johnvg2-7/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1633 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-08-01remove clean 1.3 syntaxjohnvg2-10/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1616 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-07-20use cDirectory.o for 32 bit windows and cDirectory.obj for 64 bit windowsjohnvg1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1614 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-07-20cDirectory object file for 64 bit windowsjohnvg1-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1613 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-07-20cDirectory object file for 32 bit windows, was previously cDirectory.objjohnvg1-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1612 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-07-20use c_thread_message.o or c_thread_message.objjohnvg1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1611 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-07-20add object code for thread_message.c for 32 and 64 bit windowsjohnvg2-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1610 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-07-20add object code for set_return_code.c for 32 and 64 bit windowsjohnvg2-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1608 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-07-20add object code for set_return_code.c for 32 and 64 bit windowsjohnvg1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1607 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-05-10port to 64 bit windows and linuxjohnvg1-1/+6
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1601 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-05-10rename generated object file for ipc.c from ipc.o to ipc_c.ojohnvg2-4/+4
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1600 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-04-25make Makefile compatible with Solarisjohnvg1-4/+4
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1599 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-04-10fix object file name generated by c compiler for set_return_code_c.cjohnvg1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1598 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-04-10create Clean System Files folder if it doesn't existjohnvg1-0/+4
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1597 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-04-10make object files in Clean System Files folderjohnvg1-1/+14
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1596 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-01-06port to 64 bit windowsjohnvg1-5/+5
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1589 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-01-05use the same file for list all types and list exported types as for listjohnvg1-10/+8
inferred types, list all types and list exported types didn't work on solaris, this should be fixed now git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1587 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2006-01-05remove unused importsjohnvg1-4/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1586 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2005-11-22remove unused variable n_functions_and_macros_in_dcl_modulesjohnvg1-5/+5
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1575 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2005-11-21remove portToNewSyntaxjohnvg1-11/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1566 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2005-11-11remove code for compatibility with Clean 1.3johnvg4-20/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1560 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2005-10-28pass -fusion flag to backendjohnvg1-1/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1554 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2005-04-21remove unused field support_genericsjohnvg1-4/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1535 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2005-03-31use cDirectory.c with hfs paths instead of unix pathsjohnvg1-274/+415
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1524 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2005-03-17cli for MacOSX with MACH_O, same as unix, except : and , are usedjohnvg12-0/+730
in paths and object files generated by the c compiler have different names git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1519 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2005-03-17remove import StdDebugjohnvg1-1/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1515 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2004-04-29pass compiler_id in message to the IDEjohnvg2-5/+12
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1493 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2004-04-29add set_compiler_id and get_compiler_idjohnvg3-0/+254
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1492 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2004-04-02export strictness of argument of empty_cachejohnvg2-2/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1482 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2004-03-31don't overwrite first byte of next node in the heap with a '\0'johnvg1-2/+0
in function get_command git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1479 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2004-02-04replace double ' by a single ' inside ' and 'johnvg1-2/+5
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1445 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2004-01-16removed incorrect commentronny1-2/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1443 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-23commit again to prevent cr/lf conversionjohnvg3-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1416 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-23cvs doesn't seem to understand that these are data filesjohnvg3-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1415 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-21recompiled for carbonjohnvg1-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1411 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d