June 16, 2016 [phobos] [dlang/phobos] ec47ac: Remove the WEB macro in favor of HTTP | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/dlang/phobos Commit: ec47ac422471033afa49e33a7068fb71797bf7f7 https://github.com/dlang/phobos/commit/ec47ac422471033afa49e33a7068fb71797bf7f7 Author: Sebastian Wilzbach <seb@wilzba.ch> Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M etc/c/odbc/sql.d M etc/c/odbc/sqlext.d M etc/c/odbc/sqltypes.d M etc/c/odbc/sqlucode.d M std/algorithm/comparison.d M std/algorithm/iteration.d M std/algorithm/mutation.d M std/algorithm/package.d M std/algorithm/searching.d M std/algorithm/setops.d M std/algorithm/sorting.d M std/array.d M std/ascii.d M std/base64.d M std/bigint.d M std/bitmanip.d M std/compiler.d M std/complex.d M std/concurrencybase.d M std/container/array.d M std/container/binaryheap.d M std/container/dlist.d M std/container/package.d M std/container/rbtree.d M std/container/slist.d M std/container/util.d M std/conv.d M std/cstream.d M std/csv.d M std/datetime.d M std/demangle.d M std/digest/crc.d M std/digest/digest.d M std/digest/hmac.d M std/digest/md.d M std/digest/murmurhash.d M std/digest/ripemd.d M std/digest/sha.d M std/encoding.d M std/exception.d M std/experimental/allocator/building_blocks/free_list.d M std/experimental/allocator/building_blocks/kernighan_ritchie.d M std/experimental/allocator/building_blocks/package.d M std/experimental/allocator/building_blocks/region.d M std/experimental/allocator/building_blocks/stats_collector.d M std/experimental/allocator/common.d M std/experimental/allocator/mallocator.d M std/experimental/allocator/package.d M std/experimental/logger/package.d M std/experimental/ndslice/iteration.d M std/experimental/ndslice/package.d M std/experimental/ndslice/selection.d M std/experimental/ndslice/slice.d M std/experimental/typecons.d M std/file.d M std/format.d M std/functional.d M std/getopt.d M std/internal/math/errorfunction.d M std/internal/math/gammafunction.d M std/internal/processinit.d M std/internal/unicode_tables.d M std/internal/windows/advapi32.d M std/json.d M std/math.d M std/mathspecial.d M std/meta.d M std/mmfile.d M std/net/curl.d M std/numeric.d M std/outbuffer.d M std/parallelism.d M std/path.d M std/process.d M std/random.d M std/range/interfaces.d M std/range/package.d M std/range/primitives.d M std/regex/package.d M std/signals.d M std/socket.d M std/stdint.d M std/stdio.d M std/stdiobase.d M std/string.d M std/system.d M std/traits.d M std/typecons.d M std/typetuple.d M std/uni.d M std/uri.d M std/utf.d M std/uuid.d M std/variant.d M std/windows/charset.d M std/windows/registry.d M std/windows/syserror.d M std/xml.d M std/zip.d M std/zlib.d M unittest.d Log Message: ----------- Remove the WEB macro in favor of HTTP replacement: sed 's/\$(WEB/\$(HTTP/g' -i **/*.d Commit: 31c595c820cbf65ee3b08c2cea29fb8cbe2f42a0 https://github.com/dlang/phobos/commit/31c595c820cbf65ee3b08c2cea29fb8cbe2f42a0 Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2016-06-16 (Thu, 16 Jun 2016) Changed paths: M etc/c/odbc/sql.d M etc/c/odbc/sqlext.d M etc/c/odbc/sqltypes.d M etc/c/odbc/sqlucode.d M std/algorithm/comparison.d M std/algorithm/iteration.d M std/algorithm/mutation.d M std/algorithm/package.d M std/algorithm/searching.d M std/algorithm/setops.d M std/algorithm/sorting.d M std/array.d M std/ascii.d M std/base64.d M std/bigint.d M std/bitmanip.d M std/compiler.d M std/complex.d M std/concurrencybase.d M std/container/array.d M std/container/binaryheap.d M std/container/dlist.d M std/container/package.d M std/container/rbtree.d M std/container/slist.d M std/container/util.d M std/conv.d M std/cstream.d M std/csv.d M std/datetime.d M std/demangle.d M std/digest/crc.d M std/digest/digest.d M std/digest/hmac.d M std/digest/md.d M std/digest/murmurhash.d M std/digest/ripemd.d M std/digest/sha.d M std/encoding.d M std/exception.d M std/experimental/allocator/building_blocks/free_list.d M std/experimental/allocator/building_blocks/kernighan_ritchie.d M std/experimental/allocator/building_blocks/package.d M std/experimental/allocator/building_blocks/region.d M std/experimental/allocator/building_blocks/stats_collector.d M std/experimental/allocator/common.d M std/experimental/allocator/mallocator.d M std/experimental/allocator/package.d M std/experimental/logger/package.d M std/experimental/ndslice/iteration.d M std/experimental/ndslice/package.d M std/experimental/ndslice/selection.d M std/experimental/ndslice/slice.d M std/experimental/typecons.d M std/file.d M std/format.d M std/functional.d M std/getopt.d M std/internal/math/errorfunction.d M std/internal/math/gammafunction.d M std/internal/processinit.d M std/internal/unicode_tables.d M std/internal/windows/advapi32.d M std/json.d M std/math.d M std/mathspecial.d M std/meta.d M std/mmfile.d M std/net/curl.d M std/numeric.d M std/outbuffer.d M std/parallelism.d M std/path.d M std/process.d M std/random.d M std/range/interfaces.d M std/range/package.d M std/range/primitives.d M std/regex/package.d M std/signals.d M std/socket.d M std/stdint.d M std/stdio.d M std/stdiobase.d M std/string.d M std/system.d M std/traits.d M std/typecons.d M std/typetuple.d M std/uni.d M std/uri.d M std/utf.d M std/uuid.d M std/variant.d M std/windows/charset.d M std/windows/registry.d M std/windows/syserror.d M std/xml.d M std/zip.d M std/zlib.d M unittest.d Log Message: ----------- Merge pull request #4432 from wilzbach/kill_web Remove the WEB macro in favor of HTTP Compare: https://github.com/dlang/phobos/compare/66daafe3f3f7...31c595c820cb |
Copyright © 1999-2021 by the D Language Foundation