aboutsummaryrefslogtreecommitdiff
path: root/compiler/string.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-17Update more copyright yearsSamuel Lidén Borell1-1/+1
2016-03-19String: Fix null pointer access in linknames with unescaped nested commentSamuel Lidén Borell1-17/+15
2016-02-28Update copyright years base on last modification dateSamuel Lidén Borell1-1/+1
2015-07-05String: Require /* and */ to be escaped in stringsSamuel Lidén Borell1-1/+22
2015-07-05String: Report error about invalid escape code at the right characterSamuel Lidén Borell1-1/+1
2015-02-28Fix most remaining crashes and freezes found with zzufSamuel Lidén Borell1-2/+7
2014-05-03Shorten many function and type namesSamuel Lidén Borell1-7/+7
2013-08-31Strings: Parsing of unicode escape codesSamuel Lidén Borell1-5/+42
2013-08-31Strings: Implement string comparison function properlySamuel Lidén Borell1-4/+45
2013-08-31Strings: Remove old TODOSamuel Lidén Borell1-1/+0
2012-07-15Strings: Implement writing result in lrl_string_parse()Samuel Lidén Borell1-3/+12
2012-07-15Strings: Parse hex escapes, e.g. \x1BSamuel Lidén Borell1-4/+20
2012-04-29Change my e-mailSamuel Lidén Borell1-1/+1
2012-04-27Make it possible to specify link names (instead of default namespacex_namey)Samuel Lidén Borell1-0/+7
2012-04-21Tokenizer: Implement parsing of stringsSamuel Lidén Borell1-0/+96