[D-runtime] [D-Programming-Language/druntime] c47b07: Added generic blurb for all C header ports, added ...

GitHub via D-runtime d-runtime at puremagic.com
Fri Jan 9 10:56:58 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: c47b07baaa842e1c33cd82fcc6a04ce28493c4f1
      https://github.com/D-Programming-Language/druntime/commit/c47b07baaa842e1c33cd82fcc6a04ce28493c4f1
  Author: Steven Schveighoffer <schveiguy at yahoo.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M src/core/stdc/complex.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/stdarg.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

  Log Message:
  -----------
  Added generic blurb for all C header ports, added ddoc triggers for public symbols


  Commit: 077c458dd6e33cfbf4f2fed8770eaf726c0916b9
      https://github.com/D-Programming-Language/druntime/commit/077c458dd6e33cfbf4f2fed8770eaf726c0916b9
  Author: Steven Schveighoffer <schveiguy at yahoo.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M src/core/stdc/complex.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/stdarg.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

  Log Message:
  -----------
  Change to use macro instead of repeating the blurb


  Commit: 08032879031ce8dc9e894aff7168af266f6f2912
      https://github.com/D-Programming-Language/druntime/commit/08032879031ce8dc9e894aff7168af266f6f2912
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M src/core/stdc/complex.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/stdarg.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

  Log Message:
  -----------
  Merge pull request #1091 from schveiguy/updatecheaddocs

Try to add minimal documentation for all core.stdc bindings


Compare: https://github.com/D-Programming-Language/druntime/compare/1b9ab11996a8...08032879031c


More information about the D-runtime mailing list