- Bugfix: Corrected "off by one" error in the linenumber while parsing
commit661a94033e8a80e65ce6d4393fa8e53ec22b69bd
authorBertho Stultiens <bertho@akhphd.au.dk>
Tue, 13 Jun 2000 03:37:56 +0000 (13 03:37 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 13 Jun 2000 03:37:56 +0000 (13 03:37 +0000)
tree074db809fd9d35ab9e9f0f264764c6ee0ea55e47
parent8dd8d30b7d95a9ef44b0778fd0cb1a8a40f9bb13
- Bugfix: Corrected "off by one" error in the linenumber while parsing
  resource.
- Bugfix: A segfault would occur if messagetables were parsed without
  memory options attached. Also added buffer-overflow safeguard while
  converting between byteorders.
- Finished remapping usertype resources onto standars types by tricking
  the parser into accepting a different token. The remapping can be
  disabled with a new commandline option '-m'.
- Resolved some warning about chars used as index on SGI O2 machine
  (the ctype isXXX() routines are macros there).
13 files changed:
dlls/user/Makefile.in
tools/wrc/CHANGES
tools/wrc/README.wrc
tools/wrc/dumpres.c
tools/wrc/genres.c
tools/wrc/newstruc.c
tools/wrc/parser.l
tools/wrc/parser.y
tools/wrc/ppl.l
tools/wrc/ppy.y
tools/wrc/wrc.c
tools/wrc/wrc.h
tools/wrc/wrc.man