Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
/ druntime Public archive
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/core/internal/convert.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This module provides functions to converting different values to const(ubyte)[]
*
* Copyright: Copyright Igor Stepanov 2013-2013.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Igor Stepanov
* Source: $(DRUNTIMESRC core/internal/_convert.d)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/internal/hash.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This module provides functions to uniform calculating hash values for different types
*
* Copyright: Copyright Igor Stepanov 2013-2013.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Igor Stepanov
* Source: $(DRUNTIMESRC core/internal/_hash.d)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/internal/parseoptions.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* parse configuration options
*
* Copyright: Copyright Digital Mars 2017
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
*
* Source: $(DRUNTIMESRC src/core/internal/parseoptions.d)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/internal/spinlock.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* SpinLock for runtime internal usage.
*
* Copyright: Copyright Digital Mars 2015 -.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Martin Nowak
* Source: $(DRUNTIMESRC core/internal/_spinlock.d)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/internal/string.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* String manipulation and comparison utilities.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly, Walter Bright
* Source: $(DRUNTIMESRC src/rt/util/_string.d)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/internal/traits.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contains traits for runtime internal usage.
*
* Copyright: Copyright Digital Mars 2014 -.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Martin Nowak
* Source: $(DRUNTIMESRC core/internal/_traits.d)
*/
Expand Down
4 changes: 2 additions & 2 deletions src/core/math.d
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* GT = >
*
* Copyright: Copyright Digital Mars 2000 - 2011.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright),
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(HTTP digitalmars.com, Walter Bright),
* Don Clugston
*/
module core.math;
Expand Down
4 changes: 2 additions & 2 deletions src/core/simd.d
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* Source: $(DRUNTIMESRC core/_simd.d)
*
* Copyright: Copyright Digital Mars 2012.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright),
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(HTTP digitalmars.com, Walter Bright),
*/

module core.simd;
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/stdarg.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_stdarg.h.html, _stdarg.h)
*
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Walter Bright, Hauke Duden
* Standards: ISO/IEC 9899:1999 (E)
* Source: $(DRUNTIMESRC core/stdc/_stdarg.d)
Expand Down
4 changes: 2 additions & 2 deletions src/core/stdcpp/exception.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Interface to C++ <exception>
*
* Copyright: Copyright (c) 2016 D Language Foundation
* License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright)
* License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(HTTP digitalmars.com, Walter Bright)
* Source: $(DRUNTIMESRC core/stdcpp/_exception.d)
*/

Expand Down
4 changes: 2 additions & 2 deletions src/core/stdcpp/typeinfo.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Interface to C++ <typeinfo>
*
* Copyright: Copyright (c) 2016 D Language Foundation
* License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright)
* License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(HTTP digitalmars.com, Walter Bright)
* Source: $(DRUNTIMESRC core/stdcpp/_typeinfo.d)
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sync/config.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* specific to this package.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
* Source: $(DRUNTIMESRC core/sync/_config.d)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/darwin/dlfcn.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* $(LINK2 https://opensource.apple.com/source/dyld/dyld-360.22/include/dlfcn.h, Apple dyld/dlfcn.h)
*
* Copyright: Copyright David Nadlinger 2016.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: David Nadlinger
*/
module core.sys.darwin.dlfcn;
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/darwin/mach/dyld.d
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright: Copyright Digital Mars 2010.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Jacob Carlborg
* Version: Initial created: Feb 20, 2010
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/darwin/mach/getsect.d
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright: Copyright Digital Mars 2010.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Jacob Carlborg
* Version: Initial created: Mar 16, 2010
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/darwin/mach/kern_return.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for Darwin.
*
* Copyright: Copyright Sean Kelly 2008 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/darwin/mach/loader.d
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright: Copyright Digital Mars 2010.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Jacob Carlborg
* Version: Initial created: Feb 20, 2010
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/darwin/mach/port.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for Darwin.
*
* Copyright: Copyright Sean Kelly 2008 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/darwin/mach/semaphore.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for Darwin.
*
* Copyright: Copyright Sean Kelly 2008 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/darwin/mach/thread_act.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for Darwin.
*
* Copyright: Copyright Sean Kelly 2008 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/darwin/netinet/in_.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
D header file for Darwin's extensions to POSIX's netinet/in.h.

Copyright: Copyright 2017 -
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Jonathan M Davis
+/
module core.sys.darwin.netinet.in_;
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/darwin/pthread.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for Darwin.
*
* Copyright: Copyright Sean Kelly 2008 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/darwin/sys/event.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for Darwin.
*
* Copyright: Copyright Martin Nowak 2012. Etienne Cimon 2015.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Martin Nowak
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/freebsd/dlfcn.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for FreeBSD.
*
* Copyright: Copyright Martin Nowak 2012.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Martin Nowak
*/
module core.sys.freebsd.dlfcn;
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/freebsd/netinet/in_.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
D header file for FreeBSD's extensions to POSIX's netinet/in.h.

Copyright: Copyright 2017 -
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Jonathan M Davis
+/
module core.sys.freebsd.netinet.in_;
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/freebsd/sys/event.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for FreeBSD.
*
* Copyright: Copyright Martin Nowak 2012.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Martin Nowak
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/freebsd/time.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
D header file for FreeBSD's extensions to POSIX's time.h.

Copyright: Copyright 2014
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Jonathan M Davis
+/
module core.sys.freebsd.time;
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/linux/ifaddrs.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
freeifaddrs(3) deallocates the structure returned from getifaddrs

Copyright: Copyright (c) 2016 Sociomantic Labs. All rights reserved.
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Nemanja Boric

*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/linux/netinet/in_.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
D header file for Linux's extensions to POSIX's netinet/in.h.

Copyright: Copyright 2017 -
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Jonathan M Davis
+/
module core.sys.linux.netinet.in_;
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/linux/netinet/tcp.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Defines constants found in tcp.h header on Linux system.

Copyright: Copyright (c) 2016 Sociomantic Labs. All rights reserved.
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Nemanja Boric

*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/linux/sched.d
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
types they operate on.

Copyright: Copyright (c) 2016 Sociomantic Labs. All rights reserved.
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Nemanja Boric

*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/linux/sys/file.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for Linux file ops.
*
* Copyright: Copyright Nemanja Boric 2016.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Nemanja Boric
*/
module core.sys.linux.sys.file;
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/linux/sys/time.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sociomantic Labs GmbH.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Leandro Lucarella
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/linux/time.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
D header file for Linux extensions to POSIX's time.h.

Copyright: Copyright 2014
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Jonathan M Davis
+/
module core.sys.linux.time;
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/netbsd/dlfcn.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for NetBSD.
*
* Copyright: Copyright Martin Nowak 2012.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Martin Nowak
*
* http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/include/dlfcn.h
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/netbsd/sys/event.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for NetBSD.
*
* Copyright: Copyright Martin Nowak 2012.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Martin Nowak
*
* http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/sys/event.h
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/netbsd/time.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
D header file for NetBSD's extensions to POSIX's time.h.

Copyright: Copyright 2014
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Jonathan M Davis

http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/sys/time.h
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/osx/mach/dyld.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* will be removed in June 2018.)
*
* Copyright: Copyright Digital Mars 2010.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Jacob Carlborg
* Version: Initial created: Feb 20, 2010
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/osx/mach/getsect.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* module will be removed in June 2018.)
*
* Copyright: Copyright Digital Mars 2010.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Jacob Carlborg
* Version: Initial created: Mar 16, 2010
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/osx/mach/kern_return.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* D header file for OSX.
*
* Copyright: Copyright Sean Kelly 2008 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/osx/mach/loader.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* will be removed in June 2018.)
*
* Copyright: Copyright Digital Mars 2010.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Jacob Carlborg
* Version: Initial created: Feb 20, 2010
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/osx/mach/port.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* D header file for OSX.
*
* Copyright: Copyright Sean Kelly 2008 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/osx/mach/semaphore.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* D header file for OSX.
*
* Copyright: Copyright Sean Kelly 2008 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
*/

Expand Down
Loading