diff options
author | Daniel Moody <dmoody256@gmail.com> | 2022-06-06 21:11:28 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2022-06-06 21:11:28 (GMT) |
commit | bd3cc3b1f0218643a6c8b610bc1328e169f45c6c (patch) | |
tree | 6ebe2d81853ae9da68a36e19c0c0f8bb83152841 /RELEASE.txt | |
parent | daeff32f5b69c29a3235d710dd000012df080c73 (diff) | |
download | SCons-bd3cc3b1f0218643a6c8b610bc1328e169f45c6c.zip SCons-bd3cc3b1f0218643a6c8b610bc1328e169f45c6c.tar.gz SCons-bd3cc3b1f0218643a6c8b610bc1328e169f45c6c.tar.bz2 |
Updated lex emitter to respect escaped spaces when climbing out of a the SCosncript dir
Diffstat (limited to 'RELEASE.txt')
-rwxr-xr-x | RELEASE.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index cfa8afc..a393a36 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -134,6 +134,7 @@ FIXES - The system environment variable names imported for MSVC 7.0 and 6.0 were updated to be consistent with the variables names defined by their respective installers. This fixes an error caused when bypassing MSVC detection by specifying the MSVC 7.0 batch file directly. +- Updated lex emitter to respect escaped spaces when climbing out of a the SCosncript dir IMPROVEMENTS ------------ |