January 26, 2011
Branch: refs/heads/master
Home:   https://github.com/D-Programming-Language/druntime

Commit: bf8c089e99deec3bf3f7c6def0bdad89dd2018cb
    https://github.com/D-Programming-Language/druntime/commit/bf8c089e99deec3bf3f7c6def0bdad89dd2018cb
Author: jmdavis <jmdavisProg at gmx.com>
Date:   2011-01-26 (Wed, 26 Jan 2011)

Changed paths:
  M import/object.di
  M src/object_.d

Log Message:
-----------
Reverted recent changes to constructors for Throwable and Error.

The changes to the other exception types remain, but apparently having default file and line numbers on Throwable and Error causes some problems with low-level stuff. And as Don points out, they really should be abstract anyway, so the default arguments don't matter much anyay. However, apparently, some changes have to be made to the compiler before that can happen. So, for now, just the default arguments are fixed.