| Thread overview | |||||||||
|---|---|---|---|---|---|---|---|---|---|
|
July 07, 2020 [Issue 21026] add core.bitop.bswap(ushort) | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21026 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |performance -- | ||||
July 07, 2020 [Issue 21026] add core.bitop.bswap(ushort) | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21026 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> --- @WalterBright updated dlang/druntime pull request #3150 "add core.bitop.bswap(ushort)" fixing this issue: - fix Issue 21026 - add core.bitop.bswap(ushort) https://github.com/dlang/druntime/pull/3150 -- | ||||
July 07, 2020 [Issue 21026] add core.bitop.bswap(ushort) | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21026 --- Comment #2 from Walter Bright <bugzilla@digitalmars.com> --- Because of overloading with bswap(uint), this breaks existing code. Rename to byteswap(ushort). -- | ||||
July 07, 2020 [Issue 21026] add core.bitop.byteswap(ushort) | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21026 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|add |add |core.bitop.bswap(ushort) |core.bitop.byteswap(ushort) -- | ||||
July 08, 2020 [Issue 21026] add core.bitop.byteswap(ushort) | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21026 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> --- dlang/druntime pull request #3150 "fix Issue 21026 - add core.bitop.bswap(ushort)" was merged into master: - 43f21e81ccb63da1bd7638c55fa9e3d49409ba6c by Walter Bright: fix Issue 21026 - add core.bitop.byteswap(ushort) https://github.com/dlang/druntime/pull/3150 -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply