[phobos] [D-Programming-Language/phobos] d6c2ef: Deprecate crc32 and move it into std.hash.crc32.
GitHub
noreply at github.com
Tue Jun 5 23:20:27 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: d6c2ef0fb6b9ae3b9c5a7dd702261900fee887d7
https://github.com/D-Programming-Language/phobos/commit/d6c2ef0fb6b9ae3b9c5a7dd702261900fee887d7
Author: alexrp <xtzgzorex at gmail.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M crc32.d
M posix.mak
A std/hash/crc32.d
M std/stream.d
M unittest.d
M win32.mak
Log Message:
-----------
Deprecate crc32 and move it into std.hash.crc32.
Commit: e9cf468c874a19f48b152a1cc35ff4c1cccd753e
https://github.com/D-Programming-Language/phobos/commit/e9cf468c874a19f48b152a1cc35ff4c1cccd753e
Author: Jonathan M Davis <jmdavisProg at gmx.com>
Date: 2012-06-05 (Tue, 05 Jun 2012)
Changed paths:
M crc32.d
M posix.mak
A std/hash/crc32.d
M std/stream.d
M unittest.d
M win32.mak
Log Message:
-----------
Merge pull request #585 from alexrp/move-crc32
Deprecate crc32 and move it into std.crc32 (with new interface).
Compare: https://github.com/D-Programming-Language/phobos/compare/53581e7...e9cf468
More information about the phobos
mailing list