Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-27 | Corrects the broken line number incrementation in the Windows resource parser | Ralf Habacker | 1 | -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-10 | Fix the windmc program to conform to the behaviour of mc.exe by rejecting ↵ | Ralf Habacker | 1 | -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-05 | Fix a potential infinite loop in the Windows resource parser. | Joel Anderson | 1 | -8/+10 | |
PR 26082 * mclex.c (yylex): Add test for an empty input stream. | |||||
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 | |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 | |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 | |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 | |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 | |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 | |
2014-03-05 | Update copyright years | Alan Modra | 1 | -2/+1 | |
2007-07-05 | Change sources over to using GPLv3 | Nick Clifton | 1 | -1/+1 | |
2007-06-19 | * Makefile.am: Add windmc tool. | Nick Clifton | 1 | -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. |