[phobos] [D-Programming-Language/phobos] 402af9: DDoc -std.stdio: exceptions thrown by C-like API.
GitHub
noreply at github.com
Wed Apr 17 08:52:02 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 402af9d0c400cb1f47d4b2b6e16bfac6b875fbd6
https://github.com/D-Programming-Language/phobos/commit/402af9d0c400cb1f47d4b2b6e16bfac6b875fbd6
Author: Ferdinand Majerech <kiithsacmp at gmail.com>
Date: 2013-04-10 (Wed, 10 Apr 2013)
Changed paths:
M std/stdio.d
Log Message:
-----------
DDoc -std.stdio: exceptions thrown by C-like API.
Updated documentation for all the C-like member functions \
(and the File ctor) to specify exactly what gets thrown when.
(note: Exceptions in std.stdio are a mess and should be made
more consistent. Also, it seems some member functions that
should check if the file is opened do not, but I don't know
if that might be intentional (as the C functions should fail
anyway, resulting in a throw))
Commit: 9662376798526fe205d3e563b68b97e999feec23
https://github.com/D-Programming-Language/phobos/commit/9662376798526fe205d3e563b68b97e999feec23
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2013-04-17 (Wed, 17 Apr 2013)
Changed paths:
M std/stdio.d
Log Message:
-----------
Merge pull request #1252 from kiith-sa/patch-2
DDoc -std.stdio: exceptions thrown by C-like API.
Compare: https://github.com/D-Programming-Language/phobos/compare/7374ade0e7db...966237679852
More information about the phobos
mailing list