mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +03:00
Remove the WEB macro in favor of HTTP
replacement: sed 's/\$(WEB/\$(HTTP/g' -i **/*.d
This commit is contained in:
parent
9753c3159b
commit
ec47ac4224
101 changed files with 367 additions and 367 deletions
|
@ -48,7 +48,7 @@
|
|||
*
|
||||
* Copyright: Based on the CEPHES math library, which is
|
||||
* Copyright (C) 1994 Stephen L. Moshier (moshier@world.std.com).
|
||||
* 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: Stephen L. Moshier (original C code). Conversion to D by Don Clugston
|
||||
* Source: $(PHOBOSSRC std/_mathspecial.d)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue