[phobos] [D-Programming-Language/phobos] 01df2f: Remove redundant parenthesis for getters, and use ...
GitHub
noreply at github.com
Thu Nov 22 22:29:23 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 01df2f60bed66fd28d488e03bf4193a856cb1a3e
https://github.com/D-Programming-Language/phobos/commit/01df2f60bed66fd28d488e03bf4193a856cb1a3e
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-11-22 (Thu, 22 Nov 2012)
Changed paths:
M std/algorithm.d
M std/bitmanip.d
M std/container.d
M std/conv.d
M std/cpuid.d
M std/cstream.d
M std/csv.d
M std/datetime.d
M std/exception.d
M std/file.d
M std/format.d
M std/internal/uni.d
M std/json.d
M std/math.d
M std/net/curl.d
M std/parallelism.d
M std/path.d
M std/process.d
M std/random.d
M std/range.d
M std/regex.d
M std/socket.d
M std/stdio.d
M std/stream.d
M std/typecons.d
M std/uuid.d
M std/variant.d
M unittest.d
Log Message:
-----------
Remove redundant parenthesis for getters, and use assignment syntax for setters
Commit: 1c22141596fa95a8df6dca3e7954c5f98e5ca3bb
https://github.com/D-Programming-Language/phobos/commit/1c22141596fa95a8df6dca3e7954c5f98e5ca3bb
Author: Alex Rønne Petersen <alex at lycus.org>
Date: 2012-11-22 (Thu, 22 Nov 2012)
Changed paths:
M std/algorithm.d
M std/bitmanip.d
M std/container.d
M std/conv.d
M std/cpuid.d
M std/cstream.d
M std/csv.d
M std/datetime.d
M std/exception.d
M std/file.d
M std/format.d
M std/internal/uni.d
M std/json.d
M std/math.d
M std/net/curl.d
M std/parallelism.d
M std/path.d
M std/process.d
M std/random.d
M std/range.d
M std/regex.d
M std/socket.d
M std/stdio.d
M std/stream.d
M std/typecons.d
M std/uuid.d
M std/variant.d
M unittest.d
Log Message:
-----------
Merge pull request #967 from 9rnsr/enforceProperty
For the more property enforcement
Compare: https://github.com/D-Programming-Language/phobos/compare/1ce5ca470a45...1c22141596fa
More information about the phobos
mailing list