aboutsummaryrefslogtreecommitdiff
path: root/compiler/misc.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Tests: Also run "good" test cases in one compiler process invocationSamuel Lidén Borell1-8/+14
2020-06-24Misc: Fix removal of directory in default output filenameSamuel Lidén Borell1-2/+2
2017-08-18Update copyright yearsSamuel Lidén Borell1-1/+1
2017-08-18C backend: Don't print anonymous types twiceSamuel Lidén Borell1-0/+105
2016-04-17Update more copyright yearsSamuel Lidén Borell1-1/+1
2016-04-13Cast to uintptr_t when comparing pointers in different objectsSamuel Lidén Borell1-2/+5
2016-02-28Update copyright years base on last modification dateSamuel Lidén Borell1-1/+1
2015-07-13Fix some -Weverything warnings from ClangSamuel Lidén Borell1-4/+1
2015-07-13Misc: Support 64-bit inodesSamuel Lidén Borell1-0/+7
2015-07-13Misc: Document the remaining functionsSamuel Lidén Borell1-7/+23
2014-05-31Tests: Implement proper testing of errors (*.bad files)Samuel Lidén Borell1-0/+21
2013-08-26Move LRLHashCode to context.h so misc.h can be made an "internal" headerSamuel Lidén Borell1-1/+1
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-3/+5
2013-04-13Misc: Support 32-bit long in hash code functionsSamuel Lidén Borell1-7/+41
2013-02-19Fix errors detected with clang's scan-build toolSamuel Lidén Borell1-0/+4
2013-02-19Rename builtin str[n]dup to not use reserved "str" prefixSamuel Lidén Borell1-3/+3
2013-02-08C backend: typedef anonymous types so they can be casted tooSamuel Lidén Borell1-12/+45
2013-02-07Identifier: Move the hash function to misc.c and make it less stupidSamuel Lidén Borell1-0/+24
2012-07-28Platform: Check that the source files aren't directoriesSamuel Lidén Borell1-0/+3
2012-04-29Change my e-mailSamuel Lidén Borell1-1/+1
2012-04-24Replace abort() with something that's easier to debugSamuel Lidén Borell1-0/+15
2012-03-16Defaults for the output filenameSamuel Lidén Borell1-0/+39
2012-02-25Remove dead code and an old commentSamuel Lidén Borell1-8/+0
2012-01-23Release everything under the MIT licenseSamuel Lidén Borell1-0/+26
2011-12-02Determine and create the namespace from the path nameSamuel Lidén Borell1-0/+16
2011-11-18Factor out code from main.cSamuel Lidén Borell1-0/+32
2011-10-25Parser: Generate a root identifier based on the filenameSamuel Lidén Borell1-0/+26
2011-10-22Make a macro of the list growing codeSamuel Lidén Borell1-0/+13