aboutsummaryrefslogtreecommitdiffstats
path: root/char.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-22delay 'empty character constant' warning to phase 5Luc Van Oostenryck1-0/+5
2018-12-17give a type to wcharLuc Van Oostenryck1-2/+2
2017-05-19fix hardcoded size of wide charsLuc Van Oostenryck1-2/+2
2017-02-13warn on unknown escapes after preprocessingLuc Van Oostenryck1-0/+6
2017-01-27add missing #include "char.h" to char.cLuc Van Oostenryck1-0/+1
2015-02-06Make macro expanded string immutableChristopher Li1-5/+10
2013-05-17char.c: Fix parsing of escapesRamsay Jones1-3/+6
2013-02-25Get rid of gcc warning about enum valuesChristopher Li1-1/+1
2013-02-12switch to delayed handling of escape sequencesAl Viro1-0/+131