[D-runtime] [D-Programming-Language/druntime] 606a6e: Implement issue# 9337: There's no Duration.max.
GitHub
noreply at github.com
Thu Jan 17 21:38:10 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 606a6e52c488051708259e6834595c938ad97b8b
https://github.com/D-Programming-Language/druntime/commit/606a6e52c488051708259e6834595c938ad97b8b
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2013-01-17 (Thu, 17 Jan 2013)
Changed paths:
M src/core/time.d
Log Message:
-----------
Implement issue# 9337: There's no Duration.max.
Added Duration.max and Duration.min.
Commit: f742648b80c9e030c746001aab24b5a485d2dd07
https://github.com/D-Programming-Language/druntime/commit/f742648b80c9e030c746001aab24b5a485d2dd07
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2013-01-17 (Thu, 17 Jan 2013)
Changed paths:
M src/core/time.d
Log Message:
-----------
Added TickDuration.max and TickDuration.min.
Commit: cc2b137daad6c7a7afe26a03c6885c1ca3f17bcd
https://github.com/D-Programming-Language/druntime/commit/cc2b137daad6c7a7afe26a03c6885c1ca3f17bcd
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2013-01-17 (Thu, 17 Jan 2013)
Changed paths:
M src/core/time.d
Log Message:
-----------
Some tweaks to Duration's documentation.
It erroneously mentioned addYears and addMonths as functions on
std.datetime.Date.
Commit: e5c84ff3caade03730bbff8055779801448568b7
https://github.com/D-Programming-Language/druntime/commit/e5c84ff3caade03730bbff8055779801448568b7
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2013-01-17 (Thu, 17 Jan 2013)
Changed paths:
M src/core/time.d
Log Message:
-----------
Merge pull request #387 from jmdavis/time
Implement issue# 9337: There's no Duration.max.
Compare: https://github.com/D-Programming-Language/druntime/compare/e1d9e4d029b9...e5c84ff3caad
More information about the D-runtime
mailing list