mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 13:40:20 +03:00
Usage of WEB macro for License everywhere
This commit is contained in:
parent
a5cd0d85ff
commit
0fb95b8c27
42 changed files with 51 additions and 49 deletions
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* For very large numbers, consider using the $(WEB gmplib.org, GMP library) instead.
|
* For very large numbers, consider using the $(WEB gmplib.org, GMP library) instead.
|
||||||
*
|
*
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: Don Clugston
|
* Authors: Don Clugston
|
||||||
* Source: $(PHOBOSSRC std/_bigint.d)
|
* Source: $(PHOBOSSRC std/_bigint.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -8,7 +8,7 @@ Macros:
|
||||||
WIKI = StdBitarray
|
WIKI = StdBitarray
|
||||||
|
|
||||||
Copyright: Copyright Digital Mars 2007 - 2011.
|
Copyright: Copyright Digital Mars 2007 - 2011.
|
||||||
License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
Authors: $(WEB digitalmars.com, Walter Bright),
|
Authors: $(WEB digitalmars.com, Walter Bright),
|
||||||
$(WEB erdani.org, Andrei Alexandrescu),
|
$(WEB erdani.org, Andrei Alexandrescu),
|
||||||
Jonathan M Davis,
|
Jonathan M Davis,
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* WIKI = Phobos/StdCompiler
|
* WIKI = Phobos/StdCompiler
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Digital Mars 2000 - 2011.
|
* Copyright: Copyright Digital Mars 2000 - 2011.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB digitalmars.com, Walter Bright), Alex Rønne Petersen
|
* Authors: $(WEB digitalmars.com, Walter Bright), Alex Rønne Petersen
|
||||||
* Source: $(PHOBOSSRC std/_compiler.d)
|
* Source: $(PHOBOSSRC std/_compiler.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
* ---
|
* ---
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Sean Kelly 2009 - 2010.
|
* Copyright: Copyright Sean Kelly 2009 - 2010.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: Sean Kelly, Alex Rønne Petersen
|
* Authors: Sean Kelly, Alex Rønne Petersen
|
||||||
* Source: $(PHOBOSSRC std/_concurrency.d)
|
* Source: $(PHOBOSSRC std/_concurrency.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
* WIKI=Phobos/StdCstream
|
* WIKI=Phobos/StdCstream
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Ben Hinkle 2007 - 2009.
|
* Copyright: Copyright Ben Hinkle 2007 - 2009.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: Ben Hinkle
|
* Authors: Ben Hinkle
|
||||||
* Source: $(PHOBOSSRC std/_cstream.d)
|
* Source: $(PHOBOSSRC std/_cstream.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -8789,7 +8789,7 @@ private:
|
||||||
|
|
||||||
/++
|
/++
|
||||||
Represents a date in the
|
Represents a date in the
|
||||||
$(WEB http://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar, Proleptic Gregorian Calendar)
|
$(WEB en.wikipedia.org/wiki/Proleptic_Gregorian_calendar, Proleptic Gregorian Calendar)
|
||||||
ranging from
|
ranging from
|
||||||
32,768 B.C. to 32,767 A.D. Positive years are A.D. Non-positive years are
|
32,768 B.C. to 32,767 A.D. Positive years are A.D. Non-positive years are
|
||||||
B.C.
|
B.C.
|
||||||
|
@ -30540,7 +30540,7 @@ unittest
|
||||||
/++
|
/++
|
||||||
The given array of $(D char) or random-access range of $(D char) or
|
The given array of $(D char) or random-access range of $(D char) or
|
||||||
$(D ubyte) is expected to be in the format specified in
|
$(D ubyte) is expected to be in the format specified in
|
||||||
$(WEB http://tools.ietf.org/html/rfc5322, RFC 5322) section 3.3 with the
|
$(WEB tools.ietf.org/html/rfc5322, RFC 5322) section 3.3 with the
|
||||||
grammar rule $(I date-time). It is the date-time format commonly used in
|
grammar rule $(I date-time). It is the date-time format commonly used in
|
||||||
internet messages such as e-mail and HTTP. The corresponding
|
internet messages such as e-mail and HTTP. The corresponding
|
||||||
$(LREF SysTime) will be returned.
|
$(LREF SysTime) will be returned.
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* WIKI = Phobos/StdDemangle
|
* WIKI = Phobos/StdDemangle
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Digital Mars 2000 - 2009.
|
* Copyright: Copyright Digital Mars 2000 - 2009.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB digitalmars.com, Walter Bright),
|
* Authors: $(WEB digitalmars.com, Walter Bright),
|
||||||
* Thomas Kuehne, Frits van Bommel
|
* Thomas Kuehne, Frits van Bommel
|
||||||
* Source: $(PHOBOSSRC std/_demangle.d)
|
* Source: $(PHOBOSSRC std/_demangle.d)
|
||||||
|
|
|
@ -27,7 +27,7 @@ $(TR $(TDNW Helpers) $(TD $(MYREF crcHexString) $(MYREF crc32Of))
|
||||||
* to specify decreasing order for the correct result. The $(LREF crcHexString) alias can also
|
* to specify decreasing order for the correct result. The $(LREF crcHexString) alias can also
|
||||||
* be used for this purpose.
|
* be used for this purpose.
|
||||||
*
|
*
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
*
|
*
|
||||||
* Authors: Pavel "EvilOne" Minayev, Alex Rønne Petersen, Johannes Pfau
|
* Authors: Pavel "EvilOne" Minayev, Alex Rønne Petersen, Johannes Pfau
|
||||||
*
|
*
|
||||||
|
|
|
@ -39,7 +39,7 @@ $(TR $(TDNW Implementation helpers) $(TD $(MYREF digestLength) $(MYREF WrapperDi
|
||||||
* In this simplest case, the template API can even be used without templates: Just use the "$(B x)" structs
|
* In this simplest case, the template API can even be used without templates: Just use the "$(B x)" structs
|
||||||
* directly.
|
* directly.
|
||||||
*
|
*
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors:
|
* Authors:
|
||||||
* Johannes Pfau
|
* Johannes Pfau
|
||||||
*
|
*
|
||||||
|
|
|
@ -22,7 +22,7 @@ $(TR $(TDNW Helpers) $(TD $(MYREF md5Of))
|
||||||
* This module publicly imports $(D std.digest.digest) and can be used as a stand-alone
|
* This module publicly imports $(D std.digest.digest) and can be used as a stand-alone
|
||||||
* module.
|
* module.
|
||||||
*
|
*
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
*
|
*
|
||||||
* CTFE:
|
* CTFE:
|
||||||
* Digests do not work in CTFE
|
* Digests do not work in CTFE
|
||||||
|
|
|
@ -22,7 +22,7 @@ $(TR $(TDNW Helpers) $(TD $(MYREF ripemd160Of))
|
||||||
* This module publicly imports $(D std.digest.digest) and can be used as a stand-alone
|
* This module publicly imports $(D std.digest.digest) and can be used as a stand-alone
|
||||||
* module.
|
* module.
|
||||||
*
|
*
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
*
|
*
|
||||||
* CTFE:
|
* CTFE:
|
||||||
* Digests do not work in CTFE
|
* Digests do not work in CTFE
|
||||||
|
|
|
@ -27,7 +27,7 @@ $(TR $(TDNW Helpers) $(TD $(MYREF sha1Of))
|
||||||
* This module publicly imports $(D std.digest.digest) and can be used as a stand-alone
|
* This module publicly imports $(D std.digest.digest) and can be used as a stand-alone
|
||||||
* module.
|
* module.
|
||||||
*
|
*
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
*
|
*
|
||||||
* CTFE:
|
* CTFE:
|
||||||
* Digests do not work in CTFE
|
* Digests do not work in CTFE
|
||||||
|
|
|
@ -39,7 +39,7 @@ Macros:
|
||||||
WIKI=Phobos/StdEncoding
|
WIKI=Phobos/StdEncoding
|
||||||
|
|
||||||
Copyright: Copyright Janice Caron 2008 - 2009.
|
Copyright: Copyright Janice Caron 2008 - 2009.
|
||||||
License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
Authors: Janice Caron
|
Authors: Janice Caron
|
||||||
Source: $(PHOBOSSRC std/_encoding.d)
|
Source: $(PHOBOSSRC std/_encoding.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -15,7 +15,7 @@ Macros:
|
||||||
WIKI = Phobos/StdGetopt
|
WIKI = Phobos/StdGetopt
|
||||||
|
|
||||||
Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
|
Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
|
||||||
License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
Authors: $(WEB erdani.org, Andrei Alexandrescu)
|
Authors: $(WEB erdani.org, Andrei Alexandrescu)
|
||||||
Credits: This module and its documentation are inspired by Perl's $(WEB
|
Credits: This module and its documentation are inspired by Perl's $(WEB
|
||||||
perldoc.perl.org/Getopt/Long.html, Getopt::Long) module. The syntax of
|
perldoc.perl.org/Getopt/Long.html, Getopt::Long) module. The syntax of
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* The only purpose of this module is to do the static construction for
|
* The only purpose of this module is to do the static construction for
|
||||||
* std.windows.registry, to eliminate cyclic construction errors.
|
* std.windows.registry, to eliminate cyclic construction errors.
|
||||||
*
|
*
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: Kenji Hara
|
* Authors: Kenji Hara
|
||||||
* Source: $(PHOBOSSRC std/internal/windows/_advapi32.d)
|
* Source: $(PHOBOSSRC std/internal/windows/_advapi32.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
JavaScript Object Notation
|
JavaScript Object Notation
|
||||||
|
|
||||||
Copyright: Copyright Jeremie Pelletier 2008 - 2009.
|
Copyright: Copyright Jeremie Pelletier 2008 - 2009.
|
||||||
License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
Authors: Jeremie Pelletier, David Herberth
|
Authors: Jeremie Pelletier, David Herberth
|
||||||
References: $(LINK http://json.org/)
|
References: $(LINK http://json.org/)
|
||||||
Source: $(PHOBOSSRC std/_json.d)
|
Source: $(PHOBOSSRC std/_json.d)
|
||||||
|
|
|
@ -114,7 +114,7 @@ $(TR $(TDNW Hardware Control) $(TD
|
||||||
* reserves the right to distribute this material elsewhere under different
|
* reserves the right to distribute this material elsewhere under different
|
||||||
* copying permissions. These modifications are distributed here under
|
* copying permissions. These modifications are distributed here under
|
||||||
* the following terms:
|
* the following terms:
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB digitalmars.com, Walter Bright), Don Clugston,
|
* Authors: $(WEB digitalmars.com, Walter Bright), Don Clugston,
|
||||||
* Conversion of CEPHES math library to D by Iain Buclaw
|
* Conversion of CEPHES math library to D by Iain Buclaw
|
||||||
* Source: $(PHOBOSSRC std/_math.d)
|
* Source: $(PHOBOSSRC std/_math.d)
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
*
|
*
|
||||||
* Copyright: Based on the CEPHES math library, which is
|
* Copyright: Based on the CEPHES math library, which is
|
||||||
* Copyright (C) 1994 Stephen L. Moshier (moshier@world.std.com).
|
* Copyright (C) 1994 Stephen L. Moshier (moshier@world.std.com).
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: Stephen L. Moshier (original C code). Conversion to D by Don Clugston
|
* Authors: Stephen L. Moshier (original C code). Conversion to D by Don Clugston
|
||||||
* Source: $(PHOBOSSRC std/_mathspecial.d)
|
* Source: $(PHOBOSSRC std/_mathspecial.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* WIKI=Phobos/StdMmfile
|
* WIKI=Phobos/StdMmfile
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Digital Mars 2004 - 2009.
|
* Copyright: Copyright Digital Mars 2004 - 2009.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB digitalmars.com, Walter Bright),
|
* Authors: $(WEB digitalmars.com, Walter Bright),
|
||||||
* Matthew Wilson
|
* Matthew Wilson
|
||||||
* Source: $(PHOBOSSRC std/_mmfile.d)
|
* Source: $(PHOBOSSRC std/_mmfile.d)
|
||||||
|
|
|
@ -139,7 +139,7 @@ MYREF = <font face='Consolas, "Bitstream Vera Sans Mono", "Andale Mono", Monaco,
|
||||||
Source: $(PHOBOSSRC std/net/_curl.d)
|
Source: $(PHOBOSSRC std/net/_curl.d)
|
||||||
|
|
||||||
Copyright: Copyright Jonas Drewsen 2011-2012
|
Copyright: Copyright Jonas Drewsen 2011-2012
|
||||||
License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
Authors: Jonas Drewsen. Some of the SMTP code contributed by Jimmy Cao.
|
Authors: Jonas Drewsen. Some of the SMTP code contributed by Jimmy Cao.
|
||||||
|
|
||||||
Credits: The functionally is based on $(WEB _curl.haxx.se/libcurl, libcurl).
|
Credits: The functionally is based on $(WEB _curl.haxx.se/libcurl, libcurl).
|
||||||
|
@ -1769,7 +1769,7 @@ private mixin template Protocol()
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Sets whether SSL peer certificates should be verified.
|
/** Sets whether SSL peer certificates should be verified.
|
||||||
See: $(WEB http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTSSLVERIFYPEER, verifypeer)
|
See: $(WEB curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTSSLVERIFYPEER, verifypeer)
|
||||||
*/
|
*/
|
||||||
@property void verifyPeer(bool on)
|
@property void verifyPeer(bool on)
|
||||||
{
|
{
|
||||||
|
@ -1777,7 +1777,7 @@ private mixin template Protocol()
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Sets whether the host within an SSL certificate should be verified.
|
/** Sets whether the host within an SSL certificate should be verified.
|
||||||
See: $(WEB http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTSSLVERIFYHOST, verifypeer)
|
See: $(WEB curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTSSLVERIFYHOST, verifypeer)
|
||||||
*/
|
*/
|
||||||
@property void verifyHost(bool on)
|
@property void verifyHost(bool on)
|
||||||
{
|
{
|
||||||
|
|
|
@ -10,7 +10,7 @@ Macros:
|
||||||
WIKI = Phobos/StdNumeric
|
WIKI = Phobos/StdNumeric
|
||||||
|
|
||||||
Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
|
Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
|
||||||
License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
Authors: $(WEB erdani.org, Andrei Alexandrescu),
|
Authors: $(WEB erdani.org, Andrei Alexandrescu),
|
||||||
Don Clugston, Robert Jacques
|
Don Clugston, Robert Jacques
|
||||||
Source: $(PHOBOSSRC std/_numeric.d)
|
Source: $(PHOBOSSRC std/_numeric.d)
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* WIKI = Phobos/StdOutbuffer
|
* WIKI = Phobos/StdOutbuffer
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Digital Mars 2000 - 2009.
|
* Copyright: Copyright Digital Mars 2000 - 2009.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB digitalmars.com, Walter Bright)
|
* Authors: $(WEB digitalmars.com, Walter Bright)
|
||||||
* Source: $(PHOBOSSRC std/_outbuffer.d)
|
* Source: $(PHOBOSSRC std/_outbuffer.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -75,6 +75,8 @@ Authors:
|
||||||
$(WEB thecybershadow.net, Vladimir Panteleev)
|
$(WEB thecybershadow.net, Vladimir Panteleev)
|
||||||
Copyright:
|
Copyright:
|
||||||
Copyright (c) 2013, the authors. All rights reserved.
|
Copyright (c) 2013, the authors. All rights reserved.
|
||||||
|
License:
|
||||||
|
$(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
Source:
|
Source:
|
||||||
$(PHOBOSSRC std/_process.d)
|
$(PHOBOSSRC std/_process.d)
|
||||||
Macros:
|
Macros:
|
||||||
|
@ -3043,7 +3045,7 @@ Macros:
|
||||||
WIKI=Phobos/StdProcess
|
WIKI=Phobos/StdProcess
|
||||||
|
|
||||||
Copyright: Copyright Digital Mars 2007 - 2009.
|
Copyright: Copyright Digital Mars 2007 - 2009.
|
||||||
License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
Authors: $(WEB digitalmars.com, Walter Bright),
|
Authors: $(WEB digitalmars.com, Walter Bright),
|
||||||
$(WEB erdani.org, Andrei Alexandrescu),
|
$(WEB erdani.org, Andrei Alexandrescu),
|
||||||
$(WEB thecybershadow.net, Vladimir Panteleev)
|
$(WEB thecybershadow.net, Vladimir Panteleev)
|
||||||
|
|
|
@ -39,7 +39,7 @@ WIKI = Phobos/StdRandom
|
||||||
|
|
||||||
|
|
||||||
Copyright: Copyright Andrei Alexandrescu 2008 - 2009, Joseph Rushton Wakeling 2012.
|
Copyright: Copyright Andrei Alexandrescu 2008 - 2009, Joseph Rushton Wakeling 2012.
|
||||||
License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
Authors: $(WEB erdani.org, Andrei Alexandrescu)
|
Authors: $(WEB erdani.org, Andrei Alexandrescu)
|
||||||
Masahiro Nakagawa (Xorshift randome generator)
|
Masahiro Nakagawa (Xorshift randome generator)
|
||||||
$(WEB braingam.es, Joseph Rushton Wakeling) (Algorithm D for random sampling)
|
$(WEB braingam.es, Joseph Rushton Wakeling) (Algorithm D for random sampling)
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
* SIGNALS=signals
|
* SIGNALS=signals
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Digital Mars 2000 - 2009.
|
* Copyright: Copyright Digital Mars 2000 - 2009.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB digitalmars.com, Walter Bright)
|
* Authors: $(WEB digitalmars.com, Walter Bright)
|
||||||
* Source: $(PHOBOSSRC std/_signals.d)
|
* Source: $(PHOBOSSRC std/_signals.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Example: See $(SAMPLESRC listener.d) and $(SAMPLESRC htmlget.d)
|
* Example: See $(SAMPLESRC listener.d) and $(SAMPLESRC htmlget.d)
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: Christopher E. Miller, $(WEB klickverbot.at, David Nadlinger),
|
* Authors: Christopher E. Miller, $(WEB klickverbot.at, David Nadlinger),
|
||||||
* $(WEB thecybershadow.net, Vladimir Panteleev)
|
* $(WEB thecybershadow.net, Vladimir Panteleev)
|
||||||
* Source: $(PHOBOSSRC std/_socket.d)
|
* Source: $(PHOBOSSRC std/_socket.d)
|
||||||
|
|
|
@ -116,7 +116,7 @@
|
||||||
* WIKI=Phobos/StdStdint
|
* WIKI=Phobos/StdStdint
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Digital Mars 2000 - 2009.
|
* Copyright: Copyright Digital Mars 2000 - 2009.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB digitalmars.com, Walter Bright)
|
* Authors: $(WEB digitalmars.com, Walter Bright)
|
||||||
* Source: $(PHOBOSSRC std/_stdint.d)
|
* Source: $(PHOBOSSRC std/_stdint.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* std.stdio, to eliminate cyclic construction errors.
|
* std.stdio, to eliminate cyclic construction errors.
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
|
* Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB erdani.org, Andrei Alexandrescu)
|
* Authors: $(WEB erdani.org, Andrei Alexandrescu)
|
||||||
* Source: $(PHOBOSSRC std/_stdiobase.d)
|
* Source: $(PHOBOSSRC std/_stdiobase.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -131,7 +131,7 @@
|
||||||
* WIKI = Phobos/StdTraits
|
* WIKI = Phobos/StdTraits
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Digital Mars 2005 - 2009.
|
* Copyright: Copyright Digital Mars 2005 - 2009.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB digitalmars.com, Walter Bright),
|
* Authors: $(WEB digitalmars.com, Walter Bright),
|
||||||
* Tomasz Stachowiak ($(D isExpressionTuple)),
|
* Tomasz Stachowiak ($(D isExpressionTuple)),
|
||||||
* $(WEB erdani.org, Andrei Alexandrescu),
|
* $(WEB erdani.org, Andrei Alexandrescu),
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
* ----
|
* ----
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Bartosz Milewski 2008- 2009.
|
* Copyright: Copyright Bartosz Milewski 2008- 2009.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB bartoszmilewski.wordpress.com, Bartosz Milewski)
|
* Authors: $(WEB bartoszmilewski.wordpress.com, Bartosz Milewski)
|
||||||
* Source: $(PHOBOSSRC std/_typelist.d)
|
* Source: $(PHOBOSSRC std/_typelist.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
* WIKI = Phobos/StdTypeTuple
|
* WIKI = Phobos/StdTypeTuple
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Digital Mars 2005 - 2009.
|
* Copyright: Copyright Digital Mars 2005 - 2009.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors:
|
* Authors:
|
||||||
* $(WEB digitalmars.com, Walter Bright),
|
* $(WEB digitalmars.com, Walter Bright),
|
||||||
* $(WEB klickverbot.at, David Nadlinger)
|
* $(WEB klickverbot.at, David Nadlinger)
|
||||||
|
|
|
@ -157,7 +157,7 @@
|
||||||
$(P The following is a list of important Unicode notions
|
$(P The following is a list of important Unicode notions
|
||||||
and definitions. Any conventions used specifically in this
|
and definitions. Any conventions used specifically in this
|
||||||
module alone are marked as such. The descriptions are based on the formal
|
module alone are marked as such. The descriptions are based on the formal
|
||||||
definition as found in $(WEB http://www.unicode.org/versions/Unicode6.2.0/ch03.pdf,
|
definition as found in $(WEB www.unicode.org/versions/Unicode6.2.0/ch03.pdf,
|
||||||
chapter three of The Unicode Standard Core Specification.)
|
chapter three of The Unicode Standard Core Specification.)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -373,7 +373,7 @@
|
||||||
|
|
||||||
$(P The recommended solution (see Unicode Implementation Guidelines)
|
$(P The recommended solution (see Unicode Implementation Guidelines)
|
||||||
is using multi-stage tables that are an implementation of the
|
is using multi-stage tables that are an implementation of the
|
||||||
$(WEB http://en.wikipedia.org/wiki/Trie, Trie) data structure with integer
|
$(WEB en.wikipedia.org/wiki/Trie, Trie) data structure with integer
|
||||||
keys and a fixed number of stages. For the remainder of the section
|
keys and a fixed number of stages. For the remainder of the section
|
||||||
this will be called a fixed trie. The following describes a particular
|
this will be called a fixed trie. The following describes a particular
|
||||||
implementation that is aimed for the speed of access at the expense
|
implementation that is aimed for the speed of access at the expense
|
||||||
|
@ -1960,7 +1960,7 @@ pure:
|
||||||
|
|
||||||
$(P Memory usage is 8 bytes per each contiguous interval in a set.
|
$(P Memory usage is 8 bytes per each contiguous interval in a set.
|
||||||
The value semantics are achieved by using the
|
The value semantics are achieved by using the
|
||||||
$(WEB http://en.wikipedia.org/wiki/Copy-on-write, COW) technique
|
$(WEB en.wikipedia.org/wiki/Copy-on-write, COW) technique
|
||||||
and thus it's $(RED not) safe to cast this type to $(D_KEYWORD shared).
|
and thus it's $(RED not) safe to cast this type to $(D_KEYWORD shared).
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
* WIKI = Phobos/StdUri
|
* WIKI = Phobos/StdUri
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Digital Mars 2000 - 2009.
|
* Copyright: Copyright Digital Mars 2000 - 2009.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB digitalmars.com, Walter Bright)
|
* Authors: $(WEB digitalmars.com, Walter Bright)
|
||||||
* Source: $(PHOBOSSRC std/_uri.d)
|
* Source: $(PHOBOSSRC std/_uri.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -83,7 +83,7 @@ $(MYREF oidNamespace) $(MYREF x500Namespace) )
|
||||||
* $(LINK http://en.wikipedia.org/wiki/Universally_unique_identifier)
|
* $(LINK http://en.wikipedia.org/wiki/Universally_unique_identifier)
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Johannes Pfau 2011 - .
|
* Copyright: Copyright Johannes Pfau 2011 - .
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: Johannes Pfau
|
* Authors: Johannes Pfau
|
||||||
* Source: $(PHOBOSSRC std/_uuid.d)
|
* Source: $(PHOBOSSRC std/_uuid.d)
|
||||||
*
|
*
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
* towards the garbage collector.
|
* towards the garbage collector.
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Andrei Alexandrescu 2007 - 2009.
|
* Copyright: Copyright Andrei Alexandrescu 2007 - 2009.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB erdani.org, Andrei Alexandrescu)
|
* Authors: $(WEB erdani.org, Andrei Alexandrescu)
|
||||||
* Source: $(PHOBOSSRC std/_variant.d)
|
* Source: $(PHOBOSSRC std/_variant.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* WIKI = Phobos/StdWindowsCharset
|
* WIKI = Phobos/StdWindowsCharset
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Digital Mars 2005 - 2009.
|
* Copyright: Copyright Digital Mars 2005 - 2009.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB digitalmars.com, Walter Bright)
|
* Authors: $(WEB digitalmars.com, Walter Bright)
|
||||||
*/
|
*/
|
||||||
/* Copyright Digital Mars 2005 - 2009.
|
/* Copyright Digital Mars 2005 - 2009.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
Copyright: Copyright 2003-2004 by Matthew Wilson and Synesis Software
|
Copyright: Copyright 2003-2004 by Matthew Wilson and Synesis Software
|
||||||
Written by Matthew Wilson
|
Written by Matthew Wilson
|
||||||
|
|
||||||
License:
|
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
|
|
||||||
Author: Matthew Wilson, Kenji Hara
|
Author: Matthew Wilson, Kenji Hara
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Convert Win32 error code to string.
|
* Convert Win32 error code to string.
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Digital Mars 2006 - 2013.
|
* Copyright: Copyright Digital Mars 2006 - 2013.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB digitalmars.com, Walter Bright)
|
* Authors: $(WEB digitalmars.com, Walter Bright)
|
||||||
* Credits: Based on code written by Regan Heath
|
* Credits: Based on code written by Regan Heath
|
||||||
*
|
*
|
||||||
|
|
|
@ -116,7 +116,7 @@ Macros:
|
||||||
WIKI=Phobos/StdXml
|
WIKI=Phobos/StdXml
|
||||||
|
|
||||||
Copyright: Copyright Janice Caron 2008 - 2009.
|
Copyright: Copyright Janice Caron 2008 - 2009.
|
||||||
License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
Authors: Janice Caron
|
Authors: Janice Caron
|
||||||
Source: $(PHOBOSSRC std/_xml.d)
|
Source: $(PHOBOSSRC std/_xml.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
* WIKI = Phobos/StdZip
|
* WIKI = Phobos/StdZip
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Digital Mars 2000 - 2009.
|
* Copyright: Copyright Digital Mars 2000 - 2009.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB digitalmars.com, Walter Bright)
|
* Authors: $(WEB digitalmars.com, Walter Bright)
|
||||||
* Source: $(PHOBOSSRC std/_zip.d)
|
* Source: $(PHOBOSSRC std/_zip.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
// Written in the D programming language.
|
// Written in the D programming language.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compress/decompress data using the $(LINK2 http://www._zlib.net, zlib library).
|
* Compress/decompress data using the $(WEB www._zlib.net, zlib library).
|
||||||
*
|
*
|
||||||
* References:
|
* References:
|
||||||
* $(LINK2 http://en.wikipedia.org/wiki/Zlib, Wikipedia)
|
* $(WEB en.wikipedia.org/wiki/Zlib, Wikipedia)
|
||||||
*
|
*
|
||||||
* Macros:
|
* Macros:
|
||||||
* WIKI = Phobos/StdZlib
|
* WIKI = Phobos/StdZlib
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Digital Mars 2000 - 2011.
|
* Copyright: Copyright Digital Mars 2000 - 2011.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB digitalmars.com, Walter Bright)
|
* Authors: $(WEB digitalmars.com, Walter Bright)
|
||||||
* Source: $(PHOBOSSRC std/_zlib.d)
|
* Source: $(PHOBOSSRC std/_zlib.d)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* tests on them. Then, it prints out the arguments passed to main().
|
* tests on them. Then, it prints out the arguments passed to main().
|
||||||
*
|
*
|
||||||
* Copyright: Copyright Digital Mars 2000 - 2009.
|
* Copyright: Copyright Digital Mars 2000 - 2009.
|
||||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||||
* Authors: $(WEB digitalmars.com, Walter Bright)
|
* Authors: $(WEB digitalmars.com, Walter Bright)
|
||||||
*
|
*
|
||||||
* Copyright Digital Mars 2000 - 2009.
|
* Copyright Digital Mars 2000 - 2009.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue