The standard library of the D programming language
Find a file
unknown dd1a80c56f Fixup for cycle RangeError invocation
From: #1183 :
Issue 9612: Cycle opSlice should throw when finish > start

Because a RangeError is not actually customizable, and the first argument is actually the file name. The error was producing:
```
core.exception.RangeError@2 > 1(3836): Range violation
```

Now it produces:
```
core.exception.RangeError@std\range.d(3835): Range violation
```
2013-03-10 22:16:12 +01:00
etc/c avoid "partial" quotes, it breaks forwarding on the command line 2013-03-08 12:54:23 +01:00
std Fixup for cycle RangeError invocation 2013-03-10 22:16:12 +01:00
.gitignore Added vim swap files to gitignore 2012-04-13 20:12:46 +12:00
changelog.dd Added not to changelog about format working in CTFE now. 2012-12-19 22:08:13 -08:00
crc32.d Add new hash API 2012-09-16 12:25:43 +02:00
index.d Finally remove std.regexp. 2013-02-23 18:07:54 -08:00
LICENSE_1_0.txt Changed Phobos to use the Boost license. Currently, all public domain modules and all licensed modules by Walter, Andrei, Bartosz, and Don have been changed to use this license (excepting std.c, for the moment). Ideally, all Phobos modules will eventually be distributed under this license, which means obtaining permission from a few more authors, deleting, or rewriting some modules. 2009-09-16 18:19:51 +00:00
posix.mak Revert "Merge pull request #1170 from jmdavis/perf" 2013-02-26 01:18:14 -08:00
unittest.d Revert "Merge pull request #1170 from jmdavis/perf" 2013-02-26 01:18:14 -08:00
win32.mak forgot another replace of make with $(MAKE) 2013-03-08 11:10:06 +01:00
win64.mak more quotes tweaking 2013-03-08 16:19:57 +01:00