July 14, 2013 [phobos] [D-Programming-Language/phobos] c14021: Fix Issue 10607 - DirEntry has no constructor | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: c140217d25efa1168299d069abe2a9eda10eeabc https://github.com/D-Programming-Language/phobos/commit/c140217d25efa1168299d069abe2a9eda10eeabc Author: monarch dodra <monarchdodra@gmail.com> Date: 2013-07-11 (Thu, 11 Jul 2013) Changed paths: M std/file.d Log Message: ----------- Fix Issue 10607 - DirEntry has no constructor http://d.puremagic.com/issues/show_bug.cgi?id=10607 Fixes: auto a = DirEntry("path"); //Correctly works Simplified code a little bit (Axed _init) Improved FileException usage Commit: c9f91c21e7a80a0bd74d92a15601fd7b73624514 https://github.com/D-Programming-Language/phobos/commit/c9f91c21e7a80a0bd74d92a15601fd7b73624514 Author: monarch dodra <monarchdodra@gmail.com> Date: 2013-07-12 (Fri, 12 Jul 2013) Changed paths: M std/file.d Log Message: ----------- Fixing some un-necessary calls to text. Fix comment. Commit: f7b417192a335fa037ea7e66d37372ddd8d36ac5 https://github.com/D-Programming-Language/phobos/commit/f7b417192a335fa037ea7e66d37372ddd8d36ac5 Author: monarch dodra <monarchdodra@gmail.com> Date: 2013-07-14 (Sun, 14 Jul 2013) Changed paths: M std/file.d Log Message: ----------- Fix Issue 10621 - dirEntry is (now) useless Commit: af2f38856979894ccba7133bf3bca37f836528d7 https://github.com/D-Programming-Language/phobos/commit/af2f38856979894ccba7133bf3bca37f836528d7 Author: unknown <monarchdodra@gmail.com> Date: 2013-07-14 (Sun, 14 Jul 2013) Changed paths: M std/string.d Log Message: ----------- Fix typo in xformat doc Commit: ac6a6d8bc54d1fcd47f95b0cd976968909a55920 https://github.com/D-Programming-Language/phobos/commit/ac6a6d8bc54d1fcd47f95b0cd976968909a55920 Author: Jonathan M Davis <jmdavisProg@gmx.com> Date: 2013-07-14 (Sun, 14 Jul 2013) Changed paths: M std/file.d M std/string.d Log Message: ----------- Merge pull request #1407 from monarchdodra/DirEntry Fix DirEntry string construction and CopyContruction Compare: https://github.com/D-Programming-Language/phobos/compare/0478579e89e6...ac6a6d8bc54d |
Copyright © 1999-2021 by the D Language Foundation