July 21, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6024


twk <twkrimm@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |twkrimm@gmail.com


--- Comment #10 from twk <twkrimm@gmail.com> 2011-07-20 17:29:50 PDT ---
I would like to have Windows 2000 supported,
but I will understand if you decide not to support Windows 2000.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 21, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6024



--- Comment #11 from Walter Bright <bugzilla@digitalmars.com> 2012-01-20 22:09:23 PST ---
(In reply to comment #9)
> Jonathan,
> After quickly patching out RtlCaptureContext,

Can calling RtlCaptureContext simply be bypassed if the program is running on Win2K?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 21, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6024



--- Comment #12 from Vladimir Panteleev <thecybershadow@gmail.com> 2012-01-21 00:56:37 PST ---
(In reply to comment #11)
> Can calling RtlCaptureContext simply be bypassed if the program is running on Win2K?

RtlCaptureContext is non-essential (it's used for stack trace generation for uncaught exceptions), so yes.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 07, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6024


Jonathan M Davis <jmdavisProg@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|All                         |x86
         OS/Version|All                         |Windows


--- Comment #13 from Jonathan M Davis <jmdavisProg@gmx.com> 2012-02-06 18:12:13 PST ---
Why would you change this to All Platforms and All OSes? It's Windows-specific. Windows _2000_ specific, no less. It should be x86 Windows.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 07, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6024



--- Comment #14 from Yao Gomez <yao.gomez@gmail.com> 2012-02-06 18:18:59 PST ---
Sorry, it was a 'misplaced tab in Opera' (I opened the wrong link :)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 28, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6024



--- Comment #15 from Jonathan M Davis <jmdavisProg@gmx.com> 2012-04-27 17:04:29 PDT ---
I would note that with 2.059, we removed support for Windows 9x.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 12, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6024



--- Comment #16 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 2012-05-12 10:01:09 MSD ---
A pull for Windows 2000 support: https://github.com/D-Programming-Language/druntime/pull/212

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 08, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6024


Jonathan M Davis <jmdavisProg@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


--- Comment #17 from Jonathan M Davis <jmdavisProg@gmx.com> 2012-07-08 16:50:05 PDT ---
It looks like we've decided that Win2k is not supported anymore. We will probably go with the official policy of only supporting versions of Windows that Microsoft still supports.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 09, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6024


Denis Shelomovskij <verylonglogin.reg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |


--- Comment #18 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 2012-07-09 10:36:11 MSD ---
(In reply to comment #17)
> It looks like we've decided that Win2k is not supported anymore. We will probably go with the official policy of only supporting versions of Windows that Microsoft still supports.

Reopened, because the issue is that there is no notes in changelog/download pages and this confuses D users. As I wrote:
> Please write supported operating systems somewhere in
> plain view (e.g. in Requirements and Downloads section of
> http://www.digitalmars.com/d/2.0/dmd-windows.html). And in write in changelog
> "... OS is not supported any more".

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 10, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6024


Alex Rønne Petersen <alex@lycus.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex@lycus.org


--- Comment #19 from Alex Rønne Petersen <alex@lycus.org> 2012-10-10 03:49:22 CEST ---
Please submit a pull request to the dpl.org repo so we can get this out of the way. :)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------