| 1 | ---------------------------------------------------------------------------
|
|---|
| 2 | Version 1.0.14 (08-Aug-1999)
|
|---|
| 3 |
|
|---|
| 4 | Bertho Stultiens <bertho@akhphd.au.dk>
|
|---|
| 5 | - Deeply ashamed that I thought that flex had a bug. Of course my own fault
|
|---|
| 6 | not recognizing unmatched text in start condition yyrcd and pp_strip[ps].
|
|---|
| 7 | There is a catch all rule now in the flexer with a warning to mark the
|
|---|
| 8 | condition and promptly revealed errors in the wine-headers.
|
|---|
| 9 |
|
|---|
| 10 | ---------------------------------------------------------------------------
|
|---|
| 11 | Version 1.0.13 (08-Aug-1999)
|
|---|
| 12 |
|
|---|
| 13 | Bertho Stultiens <bertho@akhphd.au.dk>
|
|---|
| 14 | - Fixed uppercase conversion of titles in dialog controls which was
|
|---|
| 15 | introduced with the icon changes.
|
|---|
| 16 | - Fixed strings longer than 1024 bytes/shorts by autosizing the array. A
|
|---|
| 17 | warning is issued whenever more than 64k is allocated.
|
|---|
| 18 | - Made a workarround for a flex bug where an ECHO put '\\' and '\n'
|
|---|
| 19 | characters on the screen.
|
|---|
| 20 |
|
|---|
| 21 | ---------------------------------------------------------------------------
|
|---|
| 22 | Version 1.0.12 (18-Jul-1999)
|
|---|
| 23 |
|
|---|
| 24 | Bertho Stultiens <bertho@akhphd.au.dk>
|
|---|
| 25 | - Generalized the distinction between 2 and 4 byte integers slightly through
|
|---|
| 26 | a new parser state. The is now a warning when a 2 byte integer is larger
|
|---|
| 27 | than 16 bit (and is truncated).
|
|---|
| 28 | - Fixed a couple of cosmetic things in the DLGINIT stuff so that dumping of
|
|---|
| 29 | this type will work as expected.
|
|---|
| 30 | - Added generalized language/version/characteristics support to the DLGINIT
|
|---|
| 31 | resource type.
|
|---|
| 32 |
|
|---|
| 33 | Ulrich Czekalla <ulrichc@corel.ca>
|
|---|
| 34 | - Added support for DLGINIT resource-type.
|
|---|
| 35 | - Added string continuation and embedded quoting.
|
|---|
| 36 | - Added numeric IDs for icons in controls.
|
|---|
| 37 |
|
|---|
| 38 | Eric Pouech <Eric.Pouech@wanadoo.fr>
|
|---|
| 39 | - Bugfix: Distinguish between 2 and 4 byte integers in RCDATA.
|
|---|
| 40 |
|
|---|
| 41 | ---------------------------------------------------------------------------
|
|---|
| 42 | Version 1.0.11 (22-Apr-1999)
|
|---|
| 43 |
|
|---|
| 44 | Bertho Stultiens <bertho@akhphd.au.dk>
|
|---|
| 45 | - Fixed a counting bug in the win32 count and sort routine.
|
|---|
| 46 | - Fixed sort order of resources (must be name before ordinal).
|
|---|
| 47 | - Shuffled a couple of global variables so that built-in dlls now can
|
|---|
| 48 | load resources through the proper PE interface.
|
|---|
| 49 |
|
|---|
| 50 | ---------------------------------------------------------------------------
|
|---|
| 51 | Version 1.0.10 (18-Feb-1999)
|
|---|
| 52 |
|
|---|
| 53 | Alexandre Julliard <julliard@lrc.epfl.ch>
|
|---|
| 54 | - Fixed the TIME_LONG ugliness.
|
|---|
| 55 |
|
|---|
| 56 | David Luyer <luyer@ucs.uwa.edu.au>
|
|---|
| 57 | - Added string.h include in newstruc.c for compilation on 64bit platforms.
|
|---|
| 58 | - Added TIME_LONG to support time_t==int in printf formats on alpha
|
|---|
| 59 | platforms.
|
|---|
| 60 |
|
|---|
| 61 | Bertho Stultiens <bertho@akhphd.au.dk>
|
|---|
| 62 | - Added some more use of TIME_LONG in implicit format used in header-file
|
|---|
| 63 | generation.
|
|---|
| 64 | - Removed the windows.h include and replaced it with wintypes.h in
|
|---|
| 65 | wrctypes.h and added winuser.h in two other sources. This cuts compilation
|
|---|
| 66 | time by a factor of 2 and final executable size with debug by a factor 2.5.
|
|---|
| 67 |
|
|---|
| 68 | ---------------------------------------------------------------------------
|
|---|
| 69 | Version 1.0.9 (01-Feb-1999)
|
|---|
| 70 |
|
|---|
| 71 | Albert den Haan <albertd@corel.ca>:
|
|---|
| 72 | - Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
|
|---|
| 73 |
|
|---|
| 74 | ---------------------------------------------------------------------------
|
|---|
| 75 | Version 1.0.8 (10-Jan-1999)
|
|---|
| 76 |
|
|---|
| 77 | Albert den Haan <albertd@corel.ca>:
|
|---|
| 78 | - Added TOOLBAR support.
|
|---|
| 79 | - Buffer overflow fix in strncpyWtoA.
|
|---|
| 80 | - Open embedded files in resource definitions through the include path from
|
|---|
| 81 | the commandline.
|
|---|
| 82 | - Support named icons in dialogs with unquoted names
|
|---|
| 83 |
|
|---|
| 84 | Bertho Stultiens <bertho@akhphd.au.dk>
|
|---|
| 85 | - Fixed a major bug in the language propagation in the parser. The parser
|
|---|
| 86 | did not copy the current language while binding it to a resource structure
|
|---|
| 87 | causing wrong sorting if multiple global languages were in use and was a
|
|---|
| 88 | potential segfault because the pointer might not be valid.
|
|---|
| 89 | - Added language/version/characteristics support for toolbar.
|
|---|
| 90 | - Moved some defines from wrc.h to wrctypes.h to support in toolbars.
|
|---|
| 91 | - Removed function stricmp from source and replaced with native function
|
|---|
| 92 | strcasecmp.
|
|---|
| 93 | - Allocate cursor and icon ordinals according to the language of the item to
|
|---|
| 94 | decrease the amount of ordinals in use. This reduces the resource
|
|---|
| 95 | directory size by reducing the tree size.
|
|---|
| 96 | - Versions 1.0.5 through 1.0.7 were never commited to cvs but were available
|
|---|
| 97 | for download from an alternate site for elf-dll test generation.
|
|---|
| 98 |
|
|---|
| 99 | ---------------------------------------------------------------------------
|
|---|
| 100 | Version 1.0.7 (19-Dec-1998)
|
|---|
| 101 | - Changed a couple of labels that are used by dllglue. Also reversed a patch
|
|---|
| 102 | that made wrc's generated code dependent on dllglue's code.
|
|---|
| 103 |
|
|---|
| 104 | ---------------------------------------------------------------------------
|
|---|
| 105 | Version 1.0.6 (12-Dec-1998)
|
|---|
| 106 | - Fixed the _PEResTab table where incorrect RVA's were put in the table.
|
|---|
| 107 | The dllglue should now be merged into wrc for correct labels and the least
|
|---|
| 108 | number of loadtime fixups.
|
|---|
| 109 |
|
|---|
| 110 | ---------------------------------------------------------------------------
|
|---|
| 111 | Version 1.0.5 (12-Dec-1998)
|
|---|
| 112 | - Fixed an omited .globl statement for dllglue linking.
|
|---|
| 113 |
|
|---|
| 114 | ---------------------------------------------------------------------------
|
|---|
| 115 | Version 1.0.4 (10-Dec-1998)
|
|---|
| 116 | - Added a global label for elf-dll linking and a long with the resource
|
|---|
| 117 | size and a long with the directory size.
|
|---|
| 118 | - Killed an annoying warning since version 1.0.0 in parser.y about a
|
|---|
| 119 | var being used before init.
|
|---|
| 120 |
|
|---|
| 121 | ---------------------------------------------------------------------------
|
|---|
| 122 | Version 1.0.3 (02-Nov-1998)
|
|---|
| 123 | - Bugfix in write_name_str() [writeres.c] where the length byte/word was
|
|---|
| 124 | wrongly counted in the length of the string.
|
|---|
| 125 | Thanks to Ulrich Weigand <weigand@informatik.uni-erlangen.de>
|
|---|
| 126 |
|
|---|
| 127 | ---------------------------------------------------------------------------
|
|---|
| 128 | Version 1.0.2 (20-Jun-1998)
|
|---|
| 129 | - Started this file
|
|---|
| 130 | - Fixed a bug in filename scanning when they are double quoted. The code now
|
|---|
| 131 | is compatible with MS' rc and Borland's brc. There is a compromise in the
|
|---|
| 132 | filenames because of case-sensitivity under *nix.
|
|---|
| 133 | - Backslashes in a filepath are now converted to forward slashes and double
|
|---|
| 134 | - Fixed a bug in printing the filename if loading of a file should fail.
|
|---|
| 135 | backslashes are converted to single forward slash.
|
|---|
| 136 | - Added -L option to prevent conversion to lower case for embedded filenames
|
|---|
| 137 | in resource statements.
|
|---|
| 138 | - Added language posibilities to icons and cursors so that the current
|
|---|
| 139 | language is put into the .res ans .s file.
|
|---|
| 140 | - Added character position indication of an error.
|
|---|
| 141 | - Fixed CLASS statement so that it accepts double quoted strings as class
|
|---|
| 142 | argument. This seems to be the correct behaviour (see SDK). The unquoted
|
|---|
| 143 | class-name is still supported because it seems a reasonable option.
|
|---|
| 144 | - Fixed accelerators with CONTROL option set so that they generate correct
|
|---|
| 145 | code instead of generating an error.
|
|---|
| 146 | - Added testing for flex version 2.5 or better because wrc needs the
|
|---|
| 147 | yy_scan* functions to do preprocessing.
|
|---|
| 148 |
|
|---|
| 149 | ---------------------------------------------------------------------------
|
|---|
| 150 | Version 1.0.1 (08-Jun-1998)
|
|---|
| 151 | - Added -A commandline option to generate autoregister code for the winelib
|
|---|
| 152 | programs.
|
|---|
| 153 |
|
|---|
| 154 | ---------------------------------------------------------------------------
|
|---|
| 155 | Version 1.0.0 (28-May-1998)
|
|---|
| 156 | - Initial release
|
|---|