[dmd-internals] [D-Programming-Language/dmd] c9a9cd: Replace most usage of std.c.* with the druntime eq...

GitHub via dmd-internals dmd-internals at puremagic.com
Sat Oct 11 21:26:43 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: c9a9cd97bcc0ae9699db0b17a179d5fa3c983d60
      https://github.com/D-Programming-Language/dmd/commit/c9a9cd97bcc0ae9699db0b17a179d5fa3c983d60
  Author: Joakim <git at joakim.fea.st>
  Date:   2014-10-11 (Sat, 11 Oct 2014)

  Changed paths:
    M samples/chello.d
    M samples/d2html.d
    M samples/dclient.d
    M samples/dhry.d
    M samples/dserver.d
    M samples/mydll/dll.d
    M samples/mydll/mydll.d
    M samples/pi.d
    M samples/winsamp.d
    M src/backend/gflow.c
    M test/compilable/cppmangle.d
    M test/compilable/imports/art4769a.d
    M test/compilable/imports/test25a.d
    M test/compilable/imports/test25b.d
    M test/compilable/testcov1.d
    M test/d_do_test.d
    M test/fail_compilation/fail262.d
    M test/fail_compilation/fail329.d
    M test/runnable/Same.d
    M test/runnable/auto1.d
    M test/runnable/bitops.d
    M test/runnable/circular.d
    M test/runnable/closure.d
    M test/runnable/delegate.d
    M test/runnable/dhry.d
    M test/runnable/extra-files/mul9377a.d
    M test/runnable/extra-files/mul9377b.d
    M test/runnable/extra-files/multi9377.d
    M test/runnable/extra-files/test2.d
    M test/runnable/foreach.d
    M test/runnable/foreach2.d
    M test/runnable/foreach3.d
    M test/runnable/foreach4.d
    M test/runnable/iasm64.d
    M test/runnable/imports/Other.d
    M test/runnable/imports/testminitAA.d
    M test/runnable/imports/testminitBB.d
    M test/runnable/imports/tlsa.d
    M test/runnable/literal.d
    M test/runnable/mars1.d
    M test/runnable/nested.d
    M test/runnable/newdel.d
    M test/runnable/opover.d
    M test/runnable/stress.d
    M test/runnable/template2.d
    M test/runnable/template3.d
    M test/runnable/template4.d
    M test/runnable/test22.d
    M test/runnable/test23.d
    M test/runnable/test42.d
    M test/runnable/testappend.d
    M test/runnable/testconst.d
    M test/runnable/testgc3.d
    M test/runnable/testminit.d
    M test/runnable/teststdio.d
    M test/runnable/testthread.d
    M test/runnable/testzip.d
    M test/runnable/tls.d
    M test/runnable/tls_dup.d
    M test/runnable/xtest46.d
    M test/win32/dll2.d
    M test/win32/mydll.d
    M test/win32/testmydll.d

  Log Message:
  -----------
  Replace most usage of std.c.* with the druntime equivalents, in preparation for deprecation of the std.c.* modules.


  Commit: 183a24d431574506e06f3fb97a34a5e97cd13796
      https://github.com/D-Programming-Language/dmd/commit/183a24d431574506e06f3fb97a34a5e97cd13796
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-10-11 (Sat, 11 Oct 2014)

  Changed paths:
    M samples/chello.d
    M samples/d2html.d
    M samples/dclient.d
    M samples/dhry.d
    M samples/dserver.d
    M samples/mydll/dll.d
    M samples/mydll/mydll.d
    M samples/pi.d
    M samples/winsamp.d
    M src/backend/gflow.c
    M test/compilable/cppmangle.d
    M test/compilable/imports/art4769a.d
    M test/compilable/imports/test25a.d
    M test/compilable/imports/test25b.d
    M test/compilable/testcov1.d
    M test/d_do_test.d
    M test/fail_compilation/fail262.d
    M test/fail_compilation/fail329.d
    M test/runnable/Same.d
    M test/runnable/auto1.d
    M test/runnable/bitops.d
    M test/runnable/circular.d
    M test/runnable/closure.d
    M test/runnable/delegate.d
    M test/runnable/dhry.d
    M test/runnable/extra-files/mul9377a.d
    M test/runnable/extra-files/mul9377b.d
    M test/runnable/extra-files/multi9377.d
    M test/runnable/extra-files/test2.d
    M test/runnable/foreach.d
    M test/runnable/foreach2.d
    M test/runnable/foreach3.d
    M test/runnable/foreach4.d
    M test/runnable/iasm64.d
    M test/runnable/imports/Other.d
    M test/runnable/imports/testminitAA.d
    M test/runnable/imports/testminitBB.d
    M test/runnable/imports/tlsa.d
    M test/runnable/literal.d
    M test/runnable/mars1.d
    M test/runnable/nested.d
    M test/runnable/newdel.d
    M test/runnable/opover.d
    M test/runnable/stress.d
    M test/runnable/template2.d
    M test/runnable/template3.d
    M test/runnable/template4.d
    M test/runnable/test22.d
    M test/runnable/test23.d
    M test/runnable/test42.d
    M test/runnable/testappend.d
    M test/runnable/testconst.d
    M test/runnable/testgc3.d
    M test/runnable/testminit.d
    M test/runnable/teststdio.d
    M test/runnable/testthread.d
    M test/runnable/testzip.d
    M test/runnable/tls.d
    M test/runnable/tls_dup.d
    M test/runnable/xtest46.d
    M test/win32/dll2.d
    M test/win32/mydll.d
    M test/win32/testmydll.d

  Log Message:
  -----------
  Merge pull request #4060 from joakim-noah/deprecate_std_c

Replace most usage of std.c.* with the druntime equivalents


Compare: https://github.com/D-Programming-Language/dmd/compare/43175e192a6f...183a24d43157


More information about the dmd-internals mailing list