Tue Oct 6 18:20:10 1998 Geoffrey Noer <noer@cygnus.com>
authorGeoffrey Noer <noer@cygnus>
Wed, 7 Oct 1998 01:21:02 +0000 (01:21 +0000)
committerGeoffrey Noer <noer@cygnus>
Wed, 7 Oct 1998 01:21:02 +0000 (01:21 +0000)
commitb459678b2b424453b304b61d97e9cd9c99d19956
tree2ed0f01d973507990e05458cb474184c625c3e2a
parent87feff9dabae11e6df45924c733a6ea9368713d1
Tue Oct  6 18:20:10 1998  Geoffrey Noer  <noer@cygnus.com>

        From Anders Norlander <anorland@hem2.passagen.se>.

        * resres.c: New file.  Implementation of read_res_file and
        write_res_file functions for windres.
        * rcparse.y: Handle CONTROL's with named classes.
        * resbin.c: Bug in res_to_bin_dialog and bin_to_res_dialog
        when dialog is extended: The version and signature fields should
        be reversed (despite what the docs say). Id is 32 bits long in
        extended dialogs.
        * resrc.c (write_rc_dialog): properly print controls with named
        classes.
        * windres.c (read_res_file, write_res_file): Remove stubs.
        * resres.c (write_res): Rename RT_ACCELERATORS to RT_ACCELERATOR.
        * Makefile.in (windres_SOURCES): Add resres.c.
        (windres_OBJECTS): Add resres.o.
binutils/ChangeLog
binutils/Makefile.am
binutils/Makefile.in
binutils/resres.c [new file with mode: 0644]