April 07, 2015
https://issues.dlang.org/show_bug.cgi?id=12891

Jonathan Dunlap <jadit2@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |jadit2@gmail.com

--- Comment #10 from Jonathan Dunlap <jadit2@gmail.com> ---
I'm debating if we should remove the atomicFetchSub since it would simply be an alias to atomicFetchAdd with negative sign on the modifier. Thoughts?

--
April 07, 2015
https://issues.dlang.org/show_bug.cgi?id=12891

--- Comment #11 from Jonathan Dunlap <jadit2@gmail.com> ---
I've created a placeholder PR for this work below: https://github.com/D-Programming-Language/druntime/pull/1208

Again, my current GH branch for this is here: https://github.com/jadbox/druntime/tree/fetchmod

--
April 14, 2015
https://issues.dlang.org/show_bug.cgi?id=12891

--- Comment #12 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/c5f10192bb88255beec572bfc2e3510267ecd766 Merge pull request #1208 from jadbox/fetchmod

fix Issue 12891: add atomicFetchAdd to core.atomic

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=12891

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=12891

--- Comment #13 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/c5f10192bb88255beec572bfc2e3510267ecd766 Merge pull request #1208 from jadbox/fetchmod

--
July 19, 2017
https://issues.dlang.org/show_bug.cgi?id=12891

--- Comment #14 from github-bugzilla@puremagic.com ---
Commit pushed to dmd-cxx at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/c5f10192bb88255beec572bfc2e3510267ecd766 Merge pull request #1208 from jadbox/fetchmod

--
1 2
Next ›   Last »