diff options
author | William Deegan <bill@baddogconsulting.com> | 2022-07-19 18:28:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-19 18:28:59 (GMT) |
commit | 4e70c9f1dec398e509d6463b77b890351f3a7a92 (patch) | |
tree | e5d923229ffd749eaa31a95db3eb8ea2b2366129 /CHANGES.txt | |
parent | 9bc75d285f813282fd285bc834118925fc4e2ae1 (diff) | |
parent | b16ae6440ad87e47592a2ffb06bd50be3d6a84e5 (diff) | |
download | SCons-4e70c9f1dec398e509d6463b77b890351f3a7a92.zip SCons-4e70c9f1dec398e509d6463b77b890351f3a7a92.tar.gz SCons-4e70c9f1dec398e509d6463b77b890351f3a7a92.tar.bz2 |
Merge pull request #4183 from mwichmann/maint/lex_yacc
Improvements to lex and yacc tools
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b516ff2..66d6e6c 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -202,6 +202,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER but was not applied to other dialects, and e2e tests explicitly checked that FORTRANFLAGS did not propagate outside the FORTRAN dialect, so the conclusion is that behavior is intentional (issue #2257) + - Improvements to lex and yacc tools: better documentation of + extra-file options, add test for extra-file behavior. From Zhichang Yu: - Added MSVC_USE_SCRIPT_ARGS variable to pass arguments to MSVC_USE_SCRIPT. |