aboutsummaryrefslogtreecommitdiff
path: root/binutils/mclex.c
AgeCommit message (Collapse)AuthorFilesLines
2020-08-27Corrects the broken line number incrementation in the Windows resource parserRalf Habacker1-1/+4
When the tokens MCLINE, MCENDLINE, and MCCOMMENT were created, the line number was not increased, which led to an incorrect value in the error output. PR 26088 * mclex.c (skip_until_eol): if eol was found, increment line number
2020-06-10Fix the windmc program to conform to the behaviour of mc.exe by rejecting ↵Ralf Habacker1-13/+25
lines that reach end-of-file without a terminating newline character. PR 26082 * mclex.c (yylex): Reject lines that reach end-of-file without a terminating newline character.
2020-06-05Fix a potential infinite loop in the Windows resource parser.Joel Anderson1-8/+10
PR 26082 * mclex.c (yylex): Add test for an empty input stream.
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2007-07-05Change sources over to using GPLv3Nick Clifton1-1/+1
2007-06-19* Makefile.am: Add windmc tool.Nick Clifton1-0/+441
* Makefile.in: Regenerate. * configure.in: Add windmc tool. * configure: Regenerate. * mclex.c: New. * mcparse.y: New. * windmc.c: New. * windmc.h: New. * doc/Makefile.am: Add windmc tool. * doc/Makefile.in: Regenerate. * doc/binutils.texi: Add windmc documentation. * NEWS: Mention new tool.