Removed client-side wait functions; all waiting is now done through
[wine/multimedia.git] / tools / wrc / CHANGES
blob6f3bc3676c0d2fdbf6ab7aee38c2ac0ae10c14c7
1 ---------------------------------------------------------------------------
2 Version 1.0.4 (10-Dec-1998)
3 - Added a global label for elf-dll linking and a long with the resource
4   size and a long with the directory size.
5 - Killed an annoying warning since version 1.0.0 in parser.y about a
6   var being used before init.
8 ---------------------------------------------------------------------------
9 Version 1.0.3 (02-Nov-1998)
10 - Bugfix in write_name_str() [writeres.c] where the length byte/word was
11   wrongly counted in the length of the string.
12   Thanks to Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14 ---------------------------------------------------------------------------
15 Version 1.0.2 (20-Jun-1998)
16 - Started this file
17 - Fixed a bug in filename scanning when they are double quoted. The code now
18   is compatible with MS' rc and Borland's brc. There is a compromise in the
19   filenames because of case-sensitivity under *nix.
20 - Backslashes in a filepath are now converted to forward slashes and double
21 - Fixed a bug in printing the filename if loading of a file should fail.
22   backslashes are converted to single forward slash.
23 - Added -L option to prevent conversion to lower case for embedded filenames
24   in resource statements.
25 - Added language posibilities to icons and cursors so that the current
26   language is put into the .res ans .s file.
27 - Added character position indication of an error.
28 - Fixed CLASS statement so that it accepts double quoted strings as class
29   argument. This seems to be the correct behaviour (see SDK). The unquoted
30   class-name is still supported because it seems a reasonable option.
31 - Fixed accelerators with CONTROL option set so that they generate correct
32   code instead of generating an error.
33 - Added testing for flex version 2.5 or better because wrc needs the
34   yy_scan* functions to do preprocessing.
36 ---------------------------------------------------------------------------
37 Version  1.0.1 (08-Jun-1998)
38 - Added -A commandline option to generate autoregister code for the winelib
39   programs.
41 ---------------------------------------------------------------------------
42 Version 1.0.0 (28-May-1998)
43 - Initial release