Bugfix: DirectedYield() only to 16-bit tasks in ReplyMessage().
[wine/wine64.git] / tools / wrc / CHANGES
blobfcc53d2d687c403826b611d172556079ffc0de6b
1 ---------------------------------------------------------------------------
2 Version 1.0.10 (18-Feb-1999)
4 Alexandre Julliard <julliard@lrc.epfl.ch>
5 - Fixed the TIME_LONG ugliness.
7 David Luyer <luyer@ucs.uwa.edu.au>
8 - Added string.h include in newstruc.c for compilation on 64bit platforms.
9 - Added TIME_LONG to support time_t==int in printf formats on alpha
10   platforms.
12 Bertho Stultiens <bertho@akhphd.au.dk>
13 - Added some more use of TIME_LONG in implicit format used in header-file
14   generation.
15 - Removed the windows.h include and replaced it with wintypes.h in
16   wrctypes.h and added winuser.h in two other sources. This cuts compilation
17   time by a factor of 2 and final executable size with debug by a factor 2.5.
19 ---------------------------------------------------------------------------
20 Version 1.0.9 (01-Feb-1999)
22 Albert den Haan <albertd@corel.ca>:
23 - Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
25 ---------------------------------------------------------------------------
26 Version 1.0.8 (10-Jan-1999)
28 Albert den Haan <albertd@corel.ca>:
29 - Added TOOLBAR support.
30 - Buffer overflow fix in strncpyWtoA.
31 - Open embedded files in resource definitions through the include path from
32   the commandline.
33 - Support named icons in dialogs with unquoted names
35 Bertho Stultiens <bertho@akhphd.au.dk>
36 - Fixed a major bug in the language propagation in the parser. The parser
37   did not copy the current language while binding it to a resource structure
38   causing wrong sorting if multiple global languages were in use and was a
39   potential segfault because the pointer might not be valid.
40 - Added language/version/characteristics support for toolbar.
41 - Moved some defines from wrc.h to wrctypes.h to support in toolbars.
42 - Removed function stricmp from source and replaced with native function
43   strcasecmp.
44 - Allocate cursor and icon ordinals according to the language of the item to
45   decrease the amount of ordinals in use. This reduces the resource
46   directory size by reducing the tree size.
47 - Versions 1.0.5 through 1.0.7 were never commited to cvs but were available
48   for download from an alternate site for elf-dll test generation.
50 ---------------------------------------------------------------------------
51 Version 1.0.7 (19-Dec-1998)
52 - Changed a couple of labels that are used by dllglue. Also reversed a patch
53   that made wrc's generated code dependent on dllglue's code.
55 ---------------------------------------------------------------------------
56 Version 1.0.6 (12-Dec-1998)
57 - Fixed the _PEResTab table where incorrect RVA's were put in the table.
58   The dllglue should now be merged into wrc for correct labels and the least
59   number of loadtime fixups.
61 ---------------------------------------------------------------------------
62 Version 1.0.5 (12-Dec-1998)
63 - Fixed an omited .globl statement for dllglue linking.
65 ---------------------------------------------------------------------------
66 Version 1.0.4 (10-Dec-1998)
67 - Added a global label for elf-dll linking and a long with the resource
68   size and a long with the directory size.
69 - Killed an annoying warning since version 1.0.0 in parser.y about a
70   var being used before init.
72 ---------------------------------------------------------------------------
73 Version 1.0.3 (02-Nov-1998)
74 - Bugfix in write_name_str() [writeres.c] where the length byte/word was
75   wrongly counted in the length of the string.
76   Thanks to Ulrich Weigand <weigand@informatik.uni-erlangen.de>
78 ---------------------------------------------------------------------------
79 Version 1.0.2 (20-Jun-1998)
80 - Started this file
81 - Fixed a bug in filename scanning when they are double quoted. The code now
82   is compatible with MS' rc and Borland's brc. There is a compromise in the
83   filenames because of case-sensitivity under *nix.
84 - Backslashes in a filepath are now converted to forward slashes and double
85 - Fixed a bug in printing the filename if loading of a file should fail.
86   backslashes are converted to single forward slash.
87 - Added -L option to prevent conversion to lower case for embedded filenames
88   in resource statements.
89 - Added language posibilities to icons and cursors so that the current
90   language is put into the .res ans .s file.
91 - Added character position indication of an error.
92 - Fixed CLASS statement so that it accepts double quoted strings as class
93   argument. This seems to be the correct behaviour (see SDK). The unquoted
94   class-name is still supported because it seems a reasonable option.
95 - Fixed accelerators with CONTROL option set so that they generate correct
96   code instead of generating an error.
97 - Added testing for flex version 2.5 or better because wrc needs the
98   yy_scan* functions to do preprocessing.
100 ---------------------------------------------------------------------------
101 Version  1.0.1 (08-Jun-1998)
102 - Added -A commandline option to generate autoregister code for the winelib
103   programs.
105 ---------------------------------------------------------------------------
106 Version 1.0.0 (28-May-1998)
107 - Initial release