aboutsummaryrefslogtreecommitdiff
path: root/main/Unix
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
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
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
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
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-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
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
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-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-11Moved system dependent code from coclmain to CoclSystemDependentronny2-6/+105
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 versionronny11-0/+262
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1082 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d