Commit History

Author SHA1 Message Date
  Alexandre Julliard 13ec7952e0 configure: Assume that unistd.h is available on Unix. 3 years ago
  Alexandre Julliard 55701c6672 tools: Add a helper function to create temp files. 3 years ago
  Alexandre Julliard df08cd443a wrc: Use the existing global variable for pedantic mode. 3 years ago
  Francois Gouget 55ba6262d2 wrc: Remove the trailing linefeed from a parser_error() message. 3 years ago
  Alexandre Julliard fe888bbbb6 wrc: Avoid converting Unicode strings back to Ansi. 4 years ago
  Alexandre Julliard 1d8f4fe4a0 wrc: Add an option to set the input codepage to UTF-8. 4 years ago
  Alexandre Julliard ab6e4c8b73 wrc: Avoid using wine/unicode.h on Windows. 5 years ago
  Józef Kucia 9269562a3a wrc: Accept hyphens in identificators. 6 years ago
  Alexandre Julliard 865f23b503 wrc: Avoid locale- or Unicode-dependent case conversions. 8 years ago
  Francois Gouget 9cb5579130 wrc: Remove an unused lexer definition. 9 years ago
  Alexandre Julliard 98de631eb1 wrc: Define WINE_UNICODE_API directly in the source. 11 years ago
  Jacek Caban 0da8be91ef wrc: Allow '/' and '\' in identifiers. 11 years ago
  Francois Gouget fac36c55e9 Assorted typo, spelling, wording and case fixes. 12 years ago
  Alexandre Julliard 577f202d25 wrc: Only allow 7-bit ASCII characters in wide string constants. 14 years ago
  Alexandre Julliard cdf6947080 wrc: Avoid use of toupper/isupper on signed chars. 14 years ago
  Michael Stefaniuc b90a74c724 Revert "wrc: Use an EOF rule instead of lex_destroy for compatibility with prediluvian flex versions.". 15 years ago
  Alexandre Julliard da3ee66505 wrc: Include unistd.h before the Windows headers. 15 years ago
  Francois Gouget b4e7155c1a wrc: Add a '\n' to a parser_warning() call. 15 years ago
  Alexandre Julliard be7558fc30 wrc: Print a warning when encountering utf8 strings in non-utf8 codepage. 15 years ago
  Alexandre Julliard fc8c8a5251 wrc: Report an error when encountering non-ASCII characters. 15 years ago
  Alexandre Julliard 1405c00ecb wrc: Use an EOF rule instead of lex_destroy for compatibility with prediluvian flex versions. 15 years ago
  Alexandre Julliard e25bc79da1 wrc: Add support for loading multiple input files at once. 15 years ago
  Francois Gouget 28b97861b9 wrc: parser_error() does not need a trailing '\n'. 16 years ago
  Huw Davies 2e3e696a2c wrc: Include errno.h. 16 years ago
  Rob Shearman e3afab2691 wrc: Don't accept "0" as a valid codepage in "#pragma code_page" directives. 16 years ago
  Rob Shearman d1c1543893 wrc: Check for overflows when parsing integer constants. 16 years ago
  Alexandre Julliard 28a2179dd6 Add noinput directive to all lex files to avoid a compiler warning. 16 years ago
  Alexandre Julliard 0a16b6b81f wrc: parser_error must append a newline. 16 years ago
  Alexandre Julliard 41fbacefa1 Avoid the nounistd option that doesn't exist on older flex, define YY_NO_UNISTD_H instead. 17 years ago
  Rob Shearman 878ea5d2e2 Add the nounistd option to all lex source files. 17 years ago