Thread overview
[Issue 21026] add core.bitop.byteswap(ushort)
[Issue 21026] add core.bitop.bswap(ushort)
Jul 07, 2020
Walter Bright
Jul 07, 2020
Dlang Bot
Jul 07, 2020
Walter Bright
Jul 07, 2020
Walter Bright
Jul 08, 2020
Dlang Bot
July 07, 2020
https://issues.dlang.org/show_bug.cgi?id=21026

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |performance

--
July 07, 2020
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
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
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
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

--