July 15, 2012 [D-runtime] [D-Programming-Language/druntime] 901e81: Safety annotations in core.stdc. | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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@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@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 |
Copyright © 1999-2021 by the D Language Foundation