Thread overview
[Issue 15073] SIGRTMIN is an alias to a private function
Sep 16, 2015
Tomer Filiba
Oct 15, 2015
Vladimir Panteleev
September 16, 2015
https://issues.dlang.org/show_bug.cgi?id=15073

--- Comment #1 from Tomer Filiba <tomerfiliba@gmail.com> ---
Sent a pull request: https://github.com/D-Programming-Language/druntime/pull/1386

--
October 12, 2015
https://issues.dlang.org/show_bug.cgi?id=15073

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

https://github.com/D-Programming-Language/druntime/commit/a6e3f93f762dd555b84e90dc881519cfe0ab8721 Bug 15073: convert SIGRTMIN/SIGRTMAX to properties

https://github.com/D-Programming-Language/druntime/commit/bc54d8080a5a41803c159c3b81ea84aa47c10fd4 Bug 15073: only Solaris and Linux support realtime signals

https://github.com/D-Programming-Language/druntime/commit/877233f6149ee5387d1ffb630626ee4d20e800da Bug 15073: make static variable __gshared

https://github.com/D-Programming-Language/druntime/commit/d42d96c14b2f92fe9b6eb1f66db4124e8a38c749 Merge pull request #1386 from tomerfiliba/patch-2

Bug 15073: statically-initialize SIGRTMIN/MAX

--
October 15, 2015
https://issues.dlang.org/show_bug.cgi?id=15073

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |thecybershadow@gmail.com
         Resolution|---                         |FIXED

--- Comment #3 from Vladimir Panteleev <thecybershadow@gmail.com> ---
PR was merged.

--
January 03, 2016
https://issues.dlang.org/show_bug.cgi?id=15073

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

https://github.com/D-Programming-Language/druntime/commit/a6e3f93f762dd555b84e90dc881519cfe0ab8721 Bug 15073: convert SIGRTMIN/SIGRTMAX to properties

https://github.com/D-Programming-Language/druntime/commit/bc54d8080a5a41803c159c3b81ea84aa47c10fd4 Bug 15073: only Solaris and Linux support realtime signals

https://github.com/D-Programming-Language/druntime/commit/877233f6149ee5387d1ffb630626ee4d20e800da Bug 15073: make static variable __gshared

https://github.com/D-Programming-Language/druntime/commit/d42d96c14b2f92fe9b6eb1f66db4124e8a38c749 Merge pull request #1386 from tomerfiliba/patch-2

--