[D-runtime] [D-Programming-Language/druntime] 1a7f82: Use WEB macro for license, to stay consistent with...
GitHub via D-runtime
d-runtime at puremagic.com
Thu Oct 16 15:17:10 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 1a7f82549aad11630776cce736b9bf8751e5e165
https://github.com/D-Programming-Language/druntime/commit/1a7f82549aad11630776cce736b9bf8751e5e165
Author: Geod24 <pro.mathias.lang at gmail.com>
Date: 2014-10-15 (Wed, 15 Oct 2014)
Changed paths:
M src/core/internal/convert.d
M src/core/internal/hash.d
M src/core/internal/traits.d
M src/core/math.d
M src/core/simd.d
M src/core/stdc/stdarg.d
M src/core/sync/config.d
M src/core/sys/freebsd/dlfcn.d
M src/core/sys/freebsd/sys/event.d
M src/core/sys/osx/mach/dyld.d
M src/core/sys/osx/mach/getsect.d
M src/core/sys/osx/mach/kern_return.d
M src/core/sys/osx/mach/loader.d
M src/core/sys/osx/mach/port.d
M src/core/sys/osx/mach/semaphore.d
M src/core/sys/osx/mach/thread_act.d
M src/core/sys/osx/pthread.d
M src/core/sys/posix/arpa/inet.d
M src/core/sys/posix/config.d
M src/core/sys/posix/dirent.d
M src/core/sys/posix/dlfcn.d
M src/core/sys/posix/fcntl.d
M src/core/sys/posix/grp.d
M src/core/sys/posix/inttypes.d
M src/core/sys/posix/net/if_.d
M src/core/sys/posix/netdb.d
M src/core/sys/posix/netinet/in_.d
M src/core/sys/posix/netinet/tcp.d
M src/core/sys/posix/poll.d
M src/core/sys/posix/pthread.d
M src/core/sys/posix/pwd.d
M src/core/sys/posix/sched.d
M src/core/sys/posix/semaphore.d
M src/core/sys/posix/setjmp.d
M src/core/sys/posix/stdio.d
M src/core/sys/posix/stdlib.d
M src/core/sys/posix/sys/ioctl.d
M src/core/sys/posix/sys/ipc.d
M src/core/sys/posix/sys/mman.d
M src/core/sys/posix/sys/resource.d
M src/core/sys/posix/sys/select.d
M src/core/sys/posix/sys/shm.d
M src/core/sys/posix/sys/socket.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/sys/statvfs.d
M src/core/sys/posix/sys/time.d
M src/core/sys/posix/sys/types.d
M src/core/sys/posix/sys/uio.d
M src/core/sys/posix/sys/un.d
M src/core/sys/posix/sys/wait.d
M src/core/sys/posix/termios.d
M src/core/sys/posix/time.d
M src/core/sys/posix/ucontext.d
M src/core/sys/posix/unistd.d
M src/core/sys/posix/utime.d
M src/core/sys/solaris/sys/priocntl.d
M src/core/sys/solaris/sys/procset.d
M src/core/sys/solaris/sys/types.d
M src/core/threadasm.S
M src/gc/bits.d
M src/gc/config.d
M src/gc/gc.d
M src/gc/os.d
M src/gc/proxy.d
M src/gc/stats.d
M src/gcstub/gc.d
M src/object.di
M src/object_.d
M src/rt/aApply.d
M src/rt/aApplyR.d
M src/rt/aaA.d
M src/rt/adi.d
M src/rt/arrayassign.d
M src/rt/arraybyte.d
M src/rt/arraycast.d
M src/rt/arraycat.d
M src/rt/arraydouble.d
M src/rt/arrayfloat.d
M src/rt/arrayint.d
M src/rt/arrayreal.d
M src/rt/arrayshort.d
M src/rt/bss_section.c
M src/rt/cast_.d
M src/rt/cmath2.d
M src/rt/critical_.d
M src/rt/dylib_fixes.c
M src/rt/invariant.d
M src/rt/memset.d
M src/rt/minit.asm
M src/rt/monitor_.d
M src/rt/obj.d
M src/rt/qsort.d
M src/rt/sections_android.d
M src/rt/sections_freebsd.d
M src/rt/sections_linux.d
M src/rt/sections_solaris.d
M src/rt/switch_.d
M src/rt/tlsgc.d
M src/rt/typeinfo/ti_AC.d
M src/rt/typeinfo/ti_Acdouble.d
M src/rt/typeinfo/ti_Acfloat.d
M src/rt/typeinfo/ti_Acreal.d
M src/rt/typeinfo/ti_Adouble.d
M src/rt/typeinfo/ti_Afloat.d
M src/rt/typeinfo/ti_Ag.d
M src/rt/typeinfo/ti_Aint.d
M src/rt/typeinfo/ti_Along.d
M src/rt/typeinfo/ti_Areal.d
M src/rt/typeinfo/ti_Ashort.d
M src/rt/typeinfo/ti_C.d
M src/rt/typeinfo/ti_byte.d
M src/rt/typeinfo/ti_cdouble.d
M src/rt/typeinfo/ti_cfloat.d
M src/rt/typeinfo/ti_char.d
M src/rt/typeinfo/ti_creal.d
M src/rt/typeinfo/ti_dchar.d
M src/rt/typeinfo/ti_delegate.d
M src/rt/typeinfo/ti_double.d
M src/rt/typeinfo/ti_float.d
M src/rt/typeinfo/ti_idouble.d
M src/rt/typeinfo/ti_ifloat.d
M src/rt/typeinfo/ti_int.d
M src/rt/typeinfo/ti_ireal.d
M src/rt/typeinfo/ti_long.d
M src/rt/typeinfo/ti_ptr.d
M src/rt/typeinfo/ti_real.d
M src/rt/typeinfo/ti_short.d
M src/rt/typeinfo/ti_ubyte.d
M src/rt/typeinfo/ti_uint.d
M src/rt/typeinfo/ti_ulong.d
M src/rt/typeinfo/ti_ushort.d
M src/rt/typeinfo/ti_void.d
M src/rt/typeinfo/ti_wchar.d
M src/rt/util/container/array.d
M src/rt/util/container/common.d
M src/rt/util/container/hashtab.d
M src/rt/util/container/treap.d
M src/rt/util/hash.d
M src/rt/util/random.d
M src/rt/util/string.d
M src/rt/util/utf.d
Log Message:
-----------
Use WEB macro for license, to stay consistent with Phobos
Commit: 2024ca6d3e29362a2fc84ef51c0f73316259d645
https://github.com/D-Programming-Language/druntime/commit/2024ca6d3e29362a2fc84ef51c0f73316259d645
Author: Martin Nowak <code at dawg.eu>
Date: 2014-10-17 (Fri, 17 Oct 2014)
Changed paths:
M src/core/internal/convert.d
M src/core/internal/hash.d
M src/core/internal/traits.d
M src/core/math.d
M src/core/simd.d
M src/core/stdc/stdarg.d
M src/core/sync/config.d
M src/core/sys/freebsd/dlfcn.d
M src/core/sys/freebsd/sys/event.d
M src/core/sys/osx/mach/dyld.d
M src/core/sys/osx/mach/getsect.d
M src/core/sys/osx/mach/kern_return.d
M src/core/sys/osx/mach/loader.d
M src/core/sys/osx/mach/port.d
M src/core/sys/osx/mach/semaphore.d
M src/core/sys/osx/mach/thread_act.d
M src/core/sys/osx/pthread.d
M src/core/sys/posix/arpa/inet.d
M src/core/sys/posix/config.d
M src/core/sys/posix/dirent.d
M src/core/sys/posix/dlfcn.d
M src/core/sys/posix/fcntl.d
M src/core/sys/posix/grp.d
M src/core/sys/posix/inttypes.d
M src/core/sys/posix/net/if_.d
M src/core/sys/posix/netdb.d
M src/core/sys/posix/netinet/in_.d
M src/core/sys/posix/netinet/tcp.d
M src/core/sys/posix/poll.d
M src/core/sys/posix/pthread.d
M src/core/sys/posix/pwd.d
M src/core/sys/posix/sched.d
M src/core/sys/posix/semaphore.d
M src/core/sys/posix/setjmp.d
M src/core/sys/posix/stdio.d
M src/core/sys/posix/stdlib.d
M src/core/sys/posix/sys/ioctl.d
M src/core/sys/posix/sys/ipc.d
M src/core/sys/posix/sys/mman.d
M src/core/sys/posix/sys/resource.d
M src/core/sys/posix/sys/select.d
M src/core/sys/posix/sys/shm.d
M src/core/sys/posix/sys/socket.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/sys/statvfs.d
M src/core/sys/posix/sys/time.d
M src/core/sys/posix/sys/types.d
M src/core/sys/posix/sys/uio.d
M src/core/sys/posix/sys/un.d
M src/core/sys/posix/sys/wait.d
M src/core/sys/posix/termios.d
M src/core/sys/posix/time.d
M src/core/sys/posix/ucontext.d
M src/core/sys/posix/unistd.d
M src/core/sys/posix/utime.d
M src/core/sys/solaris/sys/priocntl.d
M src/core/sys/solaris/sys/procset.d
M src/core/sys/solaris/sys/types.d
M src/core/threadasm.S
M src/gc/bits.d
M src/gc/config.d
M src/gc/gc.d
M src/gc/os.d
M src/gc/proxy.d
M src/gc/stats.d
M src/gcstub/gc.d
M src/object.di
M src/object_.d
M src/rt/aApply.d
M src/rt/aApplyR.d
M src/rt/aaA.d
M src/rt/adi.d
M src/rt/arrayassign.d
M src/rt/arraybyte.d
M src/rt/arraycast.d
M src/rt/arraycat.d
M src/rt/arraydouble.d
M src/rt/arrayfloat.d
M src/rt/arrayint.d
M src/rt/arrayreal.d
M src/rt/arrayshort.d
M src/rt/bss_section.c
M src/rt/cast_.d
M src/rt/cmath2.d
M src/rt/critical_.d
M src/rt/dylib_fixes.c
M src/rt/invariant.d
M src/rt/memset.d
M src/rt/minit.asm
M src/rt/monitor_.d
M src/rt/obj.d
M src/rt/qsort.d
M src/rt/sections_android.d
M src/rt/sections_freebsd.d
M src/rt/sections_linux.d
M src/rt/sections_solaris.d
M src/rt/switch_.d
M src/rt/tlsgc.d
M src/rt/typeinfo/ti_AC.d
M src/rt/typeinfo/ti_Acdouble.d
M src/rt/typeinfo/ti_Acfloat.d
M src/rt/typeinfo/ti_Acreal.d
M src/rt/typeinfo/ti_Adouble.d
M src/rt/typeinfo/ti_Afloat.d
M src/rt/typeinfo/ti_Ag.d
M src/rt/typeinfo/ti_Aint.d
M src/rt/typeinfo/ti_Along.d
M src/rt/typeinfo/ti_Areal.d
M src/rt/typeinfo/ti_Ashort.d
M src/rt/typeinfo/ti_C.d
M src/rt/typeinfo/ti_byte.d
M src/rt/typeinfo/ti_cdouble.d
M src/rt/typeinfo/ti_cfloat.d
M src/rt/typeinfo/ti_char.d
M src/rt/typeinfo/ti_creal.d
M src/rt/typeinfo/ti_dchar.d
M src/rt/typeinfo/ti_delegate.d
M src/rt/typeinfo/ti_double.d
M src/rt/typeinfo/ti_float.d
M src/rt/typeinfo/ti_idouble.d
M src/rt/typeinfo/ti_ifloat.d
M src/rt/typeinfo/ti_int.d
M src/rt/typeinfo/ti_ireal.d
M src/rt/typeinfo/ti_long.d
M src/rt/typeinfo/ti_ptr.d
M src/rt/typeinfo/ti_real.d
M src/rt/typeinfo/ti_short.d
M src/rt/typeinfo/ti_ubyte.d
M src/rt/typeinfo/ti_uint.d
M src/rt/typeinfo/ti_ulong.d
M src/rt/typeinfo/ti_ushort.d
M src/rt/typeinfo/ti_void.d
M src/rt/typeinfo/ti_wchar.d
M src/rt/util/container/array.d
M src/rt/util/container/common.d
M src/rt/util/container/hashtab.d
M src/rt/util/container/treap.d
M src/rt/util/hash.d
M src/rt/util/random.d
M src/rt/util/string.d
M src/rt/util/utf.d
Log Message:
-----------
Merge pull request #993 from Geod24/use-web-ddoc
[DDOC] Use WEB macro for license, to stay consistent with Phobos
Compare: https://github.com/D-Programming-Language/druntime/compare/92da08c2deef...2024ca6d3e29
More information about the D-runtime
mailing list