[D-runtime] [D-Programming-Language/druntime] 901e81: Safety annotations in core.stdc.
GitHub
noreply at github.com
Sun Jul 15 18:36:41 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 901e81d58429756017fbf6c42158148e7872c8fa
https://github.com/D-Programming-Language/druntime/commit/901e81d58429756017fbf6c42158148e7872c8fa
Author: alexrp <alex at lycus.org>
Date: 2012-07-15 (Sun, 15 Jul 2012)
Changed paths:
M src/core/stdc/complex.d
M src/core/stdc/config.d
M src/core/stdc/ctype.d
M src/core/stdc/errno.d
M src/core/stdc/fenv.d
M src/core/stdc/float_.d
M src/core/stdc/inttypes.d
M src/core/stdc/limits.d
M src/core/stdc/locale.d
M src/core/stdc/math.d
M src/core/stdc/signal.d
M src/core/stdc/stddef.d
M src/core/stdc/stdint.d
M src/core/stdc/stdio.d
M src/core/stdc/stdlib.d
M src/core/stdc/string.d
M src/core/stdc/tgmath.d
M src/core/stdc/time.d
M src/core/stdc/wchar_.d
M src/core/stdc/wctype.d
M src/core/thread.d
Log Message:
-----------
Safety annotations in core.stdc.
Minor change to core.thread since some internal functions were made private.
Commit: e81b15be513ebc254e2cdb4eba95f2094727a06c
https://github.com/D-Programming-Language/druntime/commit/e81b15be513ebc254e2cdb4eba95f2094727a06c
Author: alexrp <alex at lycus.org>
Date: 2012-07-15 (Sun, 15 Jul 2012)
Changed paths:
M src/core/stdc/stdio.d
Log Message:
-----------
fclose isn't @trusted.
Commit: a322eba2c0b72524d9c3bbb5c33261f305d06fe9
https://github.com/D-Programming-Language/druntime/commit/a322eba2c0b72524d9c3bbb5c33261f305d06fe9
Author: alexrp <alex at lycus.org>
Date: 2012-07-15 (Sun, 15 Jul 2012)
Changed paths:
M src/core/stdc/stdlib.d
Log Message:
-----------
Don't mark abort, atexit, exit, and _Exit as @trusted.
Commit: b8ad17f8fdd98a9c04cd02be9acc849370d56543
https://github.com/D-Programming-Language/druntime/commit/b8ad17f8fdd98a9c04cd02be9acc849370d56543
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2012-07-15 (Sun, 15 Jul 2012)
Changed paths:
M src/core/stdc/complex.d
M src/core/stdc/config.d
M src/core/stdc/ctype.d
M src/core/stdc/errno.d
M src/core/stdc/fenv.d
M src/core/stdc/float_.d
M src/core/stdc/inttypes.d
M src/core/stdc/limits.d
M src/core/stdc/locale.d
M src/core/stdc/math.d
M src/core/stdc/signal.d
M src/core/stdc/stddef.d
M src/core/stdc/stdint.d
M src/core/stdc/stdio.d
M src/core/stdc/stdlib.d
M src/core/stdc/string.d
M src/core/stdc/tgmath.d
M src/core/stdc/time.d
M src/core/stdc/wchar_.d
M src/core/stdc/wctype.d
M src/core/thread.d
Log Message:
-----------
Merge pull request #261 from alexrp/core-stdc-trusted
Safety annotations in core.stdc.
Compare: https://github.com/D-Programming-Language/druntime/compare/790ede98042e...b8ad17f8fdd9
More information about the D-runtime
mailing list