Releases: lexxmark/winflexbison
Releases · lexxmark/winflexbison
version 2.4
fix problem with "m4_syscmd is not implemented" message.
Now win_bison should output correct diagnostic and error messages.
version 2.3
hide __attribute__
construction for non GCC compilers
version 2.2
- added
--wincompat
option to win_flex (this option changes<unistd.h>
unix include with<io.h>
windows analog alsoisatty
/fileno
functions changed to_isatty
/_fileno
) - fixed two "'<' : signed/unsigned mismatch" warnings in win_flex generated file
version 2.1
fixed crash when execute win_bison.exe under WindowsXP (argv[0] don't have full application path) added
version 2.0 (upgraded to bison 2.7 and flex 2.5.37)
upgraded win_bison to version 2.7, see Bison Release Note and win_flex to version 2.5.37
version 1.2
fixed win_flex.exe #line
directives (some #line
directives in output file were with unescaped backslashes)