Skip to content

Releases: lexxmark/winflexbison

version 2.4

06 Apr 19:39
Compare
Choose a tag to compare

fix problem with "m4_syscmd is not implemented" message.
Now win_bison should output correct diagnostic and error messages.

version 2.3

06 Apr 19:38
Compare
Choose a tag to compare

hide __attribute__ construction for non GCC compilers

version 2.2

06 Apr 19:37
Compare
Choose a tag to compare
  • added --wincompat option to win_flex (this option changes <unistd.h> unix include with <io.h> windows analog also isatty/fileno functions changed to _isatty/_fileno)
  • fixed two "'<' : signed/unsigned mismatch" warnings in win_flex generated file

version 2.1

06 Apr 19:36
Compare
Choose a tag to compare

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)

06 Apr 19:33
Compare
Choose a tag to compare

upgraded win_bison to version 2.7, see Bison Release Note and win_flex to version 2.5.37

version 1.2

06 Apr 18:54
Compare
Choose a tag to compare

fixed win_flex.exe #line directives (some #line directives in output file were with unescaped backslashes)