aboutsummaryrefslogtreecommitdiff
path: root/binutils/rclex.c
AgeCommit message (Collapse)AuthorFilesLines
2008-01-28PR binutils/5529Nick Clifton1-1/+1
* rclex.c (yylex): Also allow the hypen character.
2008-01-08binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post charactersKai Tietz1-1/+5
for name tokens. PR/5529.
2007-07-05Change sources over to using GPLv3Nick Clifton1-1/+2
2007-06-18* rclex.c: (cpp_line): Add code_page pragma support.Nick Clifton1-0/+53
* windres.c: (usage, long_options, main): Add new option --codepage or -c. * winduni.c: (wind_default_codepage, wind_current_codepage): New. (unicode_from_ascii, ascii_from_unicode): Use wind_current_codepage as codepage parameter. (unicode_print): Print 4 characters for hexadecimal values in unicode strings. * winduni.h: (wind_default_codepage, wind_current_codepage): Export. * doc/binutils.texi: Document new option. * NEWS: Mention new feature.
2007-05-23Updated windres toolNick Clifton1-0/+835