• Bertho Stultiens's avatar
    - Bugfix: Corrected a SEGV in the rawdata handling. Mistakingly took the · 3d455c9b
    Bertho Stultiens authored
      address of a pointer instead of its value. This probably slipped in
      during the merge of my tree into the winetree.
      Lesson learned: always double check.
    - Verified most resources so that win16 compile also generates correct
      output for reversed endian.
    - Implemented byte-ordering for resources. All resources can be forced
      to be little-, big- or native endian with command-line option -B.
    - Reading resources from .res-files are only accepted in native byte-
      ordering so that no additional semantic analysis is required.
    - Resource directory is still written in native-only format, including
      the strings.
    - Wrc is now installed through the makefile with 'make install' and also
      uninstalled with 'make uninstall'.
    - Wrote a man-page for better reference. The manpage also gets installed
      and uninstalled.
    - Cleaned up the namespace a bit by more agressive use of static.
    3d455c9b
Name
Last commit
Last update
..
.cvsignore Loading commit data...
CHANGES Loading commit data...
Makefile.in Loading commit data...
README.wrc Loading commit data...
dumpres.c Loading commit data...
dumpres.h Loading commit data...
genres.c Loading commit data...
genres.h Loading commit data...
newstruc.c Loading commit data...
newstruc.h Loading commit data...
parser.h Loading commit data...
parser.l Loading commit data...
parser.y Loading commit data...
ppl.l Loading commit data...
ppy.y Loading commit data...
preproc.c Loading commit data...
preproc.h Loading commit data...
readres.c Loading commit data...
readres.h Loading commit data...
utils.c Loading commit data...
utils.h Loading commit data...
wrc.c Loading commit data...
wrc.doc Loading commit data...
wrc.h Loading commit data...
wrc.man Loading commit data...
wrctypes.h Loading commit data...
writeres.c Loading commit data...
writeres.h Loading commit data...