This repository was archived by the owner on Oct 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +24
-28
lines changed Expand file tree Collapse file tree 10 files changed +24
-28
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * The exception module defines all system-level exceptions and provides a
3
- * mechanism to alter system-level error handling.
4
- *
5
- * Copyright: Copyright Sean Kelly 2005 - 2013.
6
- * License: Distributed under the
7
- * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
8
- * (See accompanying file LICENSE)
9
- * Authors: Sean Kelly and Jonathan M Davis
10
- * Source: $(DRUNTIMESRC core/_exception.d)
2
+ The exception module defines all system-level exceptions and provides a
3
+ mechanism to alter system-level error handling.
4
+
5
+ Copyright: Copyright Sean Kelly 2005 - 2013.
6
+ License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
7
+ Authors: Sean Kelly and $(HTTP jmdavisprog.com, Jonathan M Davis)
8
+ Source: $(DRUNTIMESRC core/_exception.d)
11
9
*/
12
10
module core.exception ;
13
11
Original file line number Diff line number Diff line change 5
5
6
6
Copyright: Copyright 2017 -
7
7
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8
- Authors: Jonathan M Davis
8
+ Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
9
9
+/
10
10
module core.sys.darwin.netinet.in_ ;
11
11
Original file line number Diff line number Diff line change 1
1
/**
2
- * D header file for DragonFlyBSD's extensions to POSIX's netinet/in.h.
3
- *
4
- * Copyright: Copyright 2017 -
5
- * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
6
- * Authors: Jonathan M Davis, Diederik de Groot(port:DragonFlyBSD)
7
- * Copied: From core/sys/freebsd/sys
2
+ D header file for DragonFlyBSD's extensions to POSIX's netinet/in.h.
3
+
4
+ Copyright: Copyright 2017 -
5
+ License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
6
+ Authors: $(HTTP jmdavisprog.com, Jonathan M Davis) and Diederik de Groot
8
7
*/
9
8
module core.sys.dragonflybsd.netinet.in_ ;
10
9
Original file line number Diff line number Diff line change 1
1
/**
2
- * D header file for DragonFlyBSD's extensions to POSIX's time.h.
3
- *
4
- * Copyright: Copyright 2014
5
- * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
6
- * Authors: Jonathan M Davis,Diederik de Groot(port:DragonFlyBSD)
7
- * Copied: From core/sys/freebsd/sys
2
+ D header file for DragonFlyBSD's extensions to POSIX's time.h.
3
+
4
+ Copyright: Copyright 2014
5
+ License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
6
+ Authors: $(HTTP jmdavisprog.com, Jonathan M Davis) and Diederik de Groot
8
7
*/
9
8
module core.sys.dragonflybsd.time ;
10
9
Original file line number Diff line number Diff line change 5
5
6
6
Copyright: Copyright 2017 -
7
7
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8
- Authors: Jonathan M Davis
8
+ Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
9
9
+/
10
10
module core.sys.freebsd.netinet.in_ ;
11
11
Original file line number Diff line number Diff line change 5
5
6
6
Copyright: Copyright 2014
7
7
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8
- Authors: Jonathan M Davis
8
+ Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
9
9
+/
10
10
module core.sys.freebsd.time ;
11
11
Original file line number Diff line number Diff line change 5
5
6
6
Copyright: Copyright 2017 -
7
7
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8
- Authors: Jonathan M Davis
8
+ Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
9
9
+/
10
10
module core.sys.linux.netinet.in_ ;
11
11
Original file line number Diff line number Diff line change 5
5
6
6
Copyright: Copyright 2014
7
7
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8
- Authors: Jonathan M Davis
8
+ Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
9
9
+/
10
10
module core.sys.linux.time ;
11
11
Original file line number Diff line number Diff line change 5
5
6
6
Copyright: Copyright 2014
7
7
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8
- Authors: Jonathan M Davis
8
+ Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
9
9
10
10
http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/sys/time.h
11
11
+/
Original file line number Diff line number Diff line change 70
70
71
71
Copyright: Copyright 2010 - 2012
72
72
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
73
- Authors: Jonathan M Davis and Kato Shoichi
73
+ Authors: $(HTTP jmdavisprog.com, Jonathan M Davis) and Kato Shoichi
74
74
Source: $(DRUNTIMESRC core/_time.d)
75
75
Macros:
76
76
NBSP=
You can’t perform that action at this time.
0 commit comments