ChangeSet ID: 982350366796784296631813 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/02/16 14:06:06
Modified files: tools/specmaker: README dll.c main.c msmangle.c output.c search.c specmaker.h symbol.c
Log message: Jon Griffiths jon_p_griffiths@yahoo.com - Create entries for ordinal only exports, use ordinals if non-standard. - Improve C++ demangler, recognise data types, fix some bugs.
Patch: http://cvs.winehq.com/patch.py?id=982350366796784296631813
Revision Changes Path 1.3 +1 -1 wine/tools/specmaker/README 1.2 +68 -17 wine/tools/specmaker/dll.c 1.3 +7 -3 wine/tools/specmaker/main.c 1.3 +196 -69 wine/tools/specmaker/msmangle.c 1.5 +101 -35 wine/tools/specmaker/output.c 1.2 +13 -3 wine/tools/specmaker/search.c 1.3 +13 -4 wine/tools/specmaker/specmaker.h 1.2 +20 -18 wine/tools/specmaker/symbol.c