aboutsummaryrefslogtreecommitdiff
path: root/compiler/platform.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-31Beginning of a minimalistic standalone code generatorSamuel Lidén Borell1-1/+32
2013-10-23Add (void) to parameterless functionsSamuel Lidén Borell1-2/+2
2013-08-31C backend: Detect error exit status from the C compilerSamuel Lidén Borell1-0/+15
2013-07-18Update copyright yearsSamuel Lidén Borell1-1/+1
2013-04-13Misc: Rename _str(n)dup functions to not conflict on WindowsSamuel Lidén Borell1-1/+1
2013-03-30Platform: Fix cosmetic GCC warning about staticSamuel Lidén Borell1-2/+2
2013-02-25Configuration for C compiler options, etc.Samuel Lidén Borell1-1/+35
2013-02-25Platform: Fix wrong subdir in get_sys_path()Samuel Lidén Borell1-2/+2
2013-02-20Platform: Refactor include paths codeSamuel Lidén Borell1-3/+23
2013-02-19Rename builtin str[n]dup to not use reserved "str" prefixSamuel Lidén Borell1-1/+1
2012-07-28Platform: Check that the source files aren't directoriesSamuel Lidén Borell1-0/+34
2012-06-07Add missing file: platform.cSamuel Lidén Borell1-0/+56