Jump to page: 1 2 3
Thread overview
[Issue 22689] kFreeBSD bindings broken after switch to CRuntime_Glibc
Jan 19, 2022
Iain Buclaw
Jan 19, 2022
Dlang Bot
Jan 19, 2022
Dlang Bot
Jan 19, 2022
Dlang Bot
Jan 19, 2022
Dlang Bot
Jan 19, 2022
Dlang Bot
Jan 19, 2022
Dlang Bot
Jan 19, 2022
Dlang Bot
Jan 19, 2022
Dlang Bot
Jan 20, 2022
Dlang Bot
Jan 20, 2022
Dlang Bot
Jan 20, 2022
Dlang Bot
Jan 20, 2022
Dlang Bot
Jan 20, 2022
Dlang Bot
Jan 20, 2022
Dlang Bot
Jan 20, 2022
Dlang Bot
Jan 20, 2022
Dlang Bot
Jan 20, 2022
Dlang Bot
Jan 21, 2022
Dlang Bot
Jan 21, 2022
Dlang Bot
Jan 21, 2022
Dlang Bot
Jan 21, 2022
Dlang Bot
Jan 27, 2022
Dlang Bot
Jan 27, 2022
Dlang Bot
Jan 27, 2022
Dlang Bot
Jan 27, 2022
Dlang Bot
Jul 09, 2022
Dlang Bot
Jul 09, 2022
Dlang Bot
January 19, 2022
https://issues.dlang.org/show_bug.cgi?id=22689

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
These PRs make a start, but the entire of core.sys.posix needs to be looked at closely in order to determine which parts are OS/kernel, and which are C/runtime.

https://github.com/dlang/druntime/pull/3678 https://github.com/dlang/druntime/pull/3679 https://github.com/dlang/druntime/pull/3680

--
January 19, 2022
https://issues.dlang.org/show_bug.cgi?id=22689

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw updated dlang/druntime pull request #3684 "Issue 22689: core.sys.posix.sys.dirent: Separate OS dirent struct from C runtime functions and flags" mentioning this issue:

- Issue 22689: core.sys.posix.sys.dirent: Separate OS dirent struct from C runtime functions and flags

https://github.com/dlang/druntime/pull/3684

--
January 19, 2022
https://issues.dlang.org/show_bug.cgi?id=22689

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw updated dlang/druntime pull request #3685 "Issue 22689: core.sys.posix.sys.fcntl: Separate OS-specific flags and types from C runtime functions" mentioning this issue:

- Issue 22689: core.sys.posix.fcntl: Separate OS-specific flags and types from C runtime functions

https://github.com/dlang/druntime/pull/3685

--
January 19, 2022
https://issues.dlang.org/show_bug.cgi?id=22689

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/druntime pull request #3686 "Issue 22689: core.sys.posix.sys.ipc: Separate OS-specific flags and types from C runtime functions" mentioning this issue:

- Issue 22689: core.sys.posix.sys.ipc: Separate OS-specific flags and types from C runtime functions

https://github.com/dlang/druntime/pull/3686

--
January 19, 2022
https://issues.dlang.org/show_bug.cgi?id=22689

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/druntime pull request #3687 "Issue 22689: core.sys.posix.poll: Separate OS-specific flags from C runtime types and functions" mentioning this issue:

- Issue 22689: core.sys.posix.poll: Separate OS-specific flags from C runtime types and functions

https://github.com/dlang/druntime/pull/3687

--
January 19, 2022
https://issues.dlang.org/show_bug.cgi?id=22689

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/druntime pull request #3688 "Issue 22689: core.sys.posix.sys.resource: Separate OS-specific flags and types from C runtime types and functions" mentioning this issue:

- Issue 22689: core.sys.posix.sys.resource: Separate OS-specific flags and types from C runtime types and functions

https://github.com/dlang/druntime/pull/3688

--
January 19, 2022
https://issues.dlang.org/show_bug.cgi?id=22689

--- Comment #7 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/druntime pull request #3689 "Issue 22689: core.sys.posix.sys.sched: Separate OS-specific flags and types from C runtime functions" mentioning this issue:

- Issue 22689: core.sys.posix.sys.sched: Separate OS-specific flags and types from C runtime functions

https://github.com/dlang/druntime/pull/3689

--
January 19, 2022
https://issues.dlang.org/show_bug.cgi?id=22689

--- Comment #8 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/druntime pull request #3690 "Issue 22689: core.sys.posix.sys.shm: Separate OS-specific flags and types from C runtime functions" mentioning this issue:

- Issue 22689: core.sys.posix.sys.shm: Separate OS-specific flags and types from C runtime functions

https://github.com/dlang/druntime/pull/3690

--
January 19, 2022
https://issues.dlang.org/show_bug.cgi?id=22689

--- Comment #9 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3689 "Issue 22689: core.sys.posix.sys.sched: Separate OS-specific flags and types from C runtime functions" was merged into master:

- c7271950c3e3477db7f5aa10c8850e5d203b9c3a by Iain Buclaw:
  Issue 22689: core.sys.posix.sys.sched: Separate OS-specific flags and types
from C runtime functions

https://github.com/dlang/druntime/pull/3689

--
January 20, 2022
https://issues.dlang.org/show_bug.cgi?id=22689

--- Comment #10 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3684 "Issue 22689: core.sys.posix.sys.dirent: Separate OS dirent struct from C runtime functions and flags" was merged into master:

- 66a27e0c4bcbffae666eb3acd7e23c43b5736b5b by Iain Buclaw:
  Issue 22689: core.sys.posix.sys.dirent: Separate OS dirent struct from C
runtime functions and flags

https://github.com/dlang/druntime/pull/3684

--
« First   ‹ Prev
1 2 3