summaryrefslogtreecommitdiff
path: root/binutils/rclex.c
Commit message (Collapse)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
|
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
|
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
|
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
|
* Fix spelling in comments in C source files (binutils)Ambrogino Modigliani2016-11-271-1/+1
| | | | | | | | | | * dwarf.c: Fix spelling in comments. * dwarf.h: Fix spelling in comments. * objcopy.c: Fix spelling in comments. * od-macho.c: Fix spelling in comments. * rclex.c: Fix spelling in comments. * readelf.c: Fix spelling in comments. * stabs.c: Fix spelling in comments.
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
|
* Remove trailing spaces in binutilsH.J. Lu2015-08-121-6/+6
|
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
|
* Update copyright yearsAlan Modra2014-03-051-2/+1
|
* update copyright datesAlan Modra2009-09-021-1/+1
|
* PR 6714Nick Clifton2009-07-011-3/+15
| | | | | | | * rclex.c (handle_quotes): Do not complain about whitespace separating quoted strings. (rclex_string): Ignore whitespace when looking for a new opening quote following a closing quote.
* PR binutils/5529Nick Clifton2008-01-281-1/+1
| | | | * rclex.c (yylex): Also allow the hypen character.
* binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post charactersKai Tietz2008-01-081-1/+5
| | | | for name tokens. PR/5529.
* Change sources over to using GPLv3Nick Clifton2007-07-051-1/+2
|
* * rclex.c: (cpp_line): Add code_page pragma support.Nick Clifton2007-06-181-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.
* Updated windres toolNick Clifton2007-05-231-0/+835