[Issue 3956] linker removes underscore from all exported symbols of a module but the first

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3956 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Component|Optlink |tools --

[Issue 3956] linker removes underscore from all exported symbols of a module but the first

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3956 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3956] linker removes underscore from all exported symbols of a module but the first

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3956 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3956] linker removes underscore from all exported symbols of a module but the first

2014-01-03 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3956 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 3956] linker removes underscore from all exported symbols of a module but the first

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3956 --- Comment #4 from Martin Nowak c...@dawg.eu 2013-09-28 07:25:41 PDT --- #ifdef fg_pe -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3956] linker removes underscore from all exported symbols of a module but the first

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3956 --- Comment #5 from Martin Nowak c...@dawg.eu 2013-09-28 07:45:37 PDT --- YES_EXPORT PROC ;; ... #ifdef fg_pe if (OUTPUT_PE) // false on first test TWEAK_EXPORT_NAMES(); #endif DEFINE_EXPORT(); // could set ANY_USE32, but it's

[Issue 3956] linker removes underscore from all exported symbols of a module but the first

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3956 Martin Nowak c...@dawg.eu changed: What|Removed |Added Keywords||pull --- Comment #6 from

[Issue 3956] linker removes underscore from all exported symbols of a module but the first

2013-09-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3956 Martin Nowak c...@dawg.eu changed: What|Removed |Added Keywords||dll CC|

[Issue 3956] linker removes underscore from all exported symbols of a module but the first

2013-09-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3956 --- Comment #3 from Martin Nowak c...@dawg.eu 2013-09-27 22:17:47 PDT --- Presumably something in this TWEAK_EXPORT_NAMES function goes wrong or the function isn't called under certain circumstances. It seems simple enough to remove the

[Issue 3956] linker removes underscore from all exported symbols of a module but the first

2011-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3956 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC|