[phobos] [D-Programming-Language/phobos] a7e665: Changed datetime's singletons to use a separate bo...
noreply at github.com
noreply at github.com
Thu Dec 22 22:44:13 PST 2011
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: a7e665c013876f9064a4223cce0373a7536811a1
https://github.com/D-Programming-Language/phobos/commit/a7e665c013876f9064a4223cce0373a7536811a1
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2011-12-22 (Thu, 22 Dec 2011)
Changed paths:
M std/datetime.d
Log Message:
-----------
Changed datetime's singletons to use a separate bool for now.
I'll change it back to use double-checked locking once that works with
shared, but the atomicLoading stuff seemed overly complicated and
error-prone for what is supposed to be a temporary workaround for the
issues with shared.
Commit: ca68f7206039052d91fce50733e08b9aa64c7c76
https://github.com/D-Programming-Language/phobos/commit/ca68f7206039052d91fce50733e08b9aa64c7c76
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2011-12-22 (Thu, 22 Dec 2011)
Changed paths:
M std/datetime.d
Log Message:
-----------
Further tweaks from review.
Commit: 5ec35812ba0651774d99bc0ac270964f891118e7
https://github.com/D-Programming-Language/phobos/commit/5ec35812ba0651774d99bc0ac270964f891118e7
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2011-12-22 (Thu, 22 Dec 2011)
Changed paths:
M std/datetime.d
Log Message:
-----------
Merge pull request #374 from jmdavis/datetime
Removed static constructors from std.datetime.
Compare: https://github.com/D-Programming-Language/phobos/compare/ea3a33b...5ec3581
More information about the phobos
mailing list