undeaD
undeaD copied to clipboard
Need an obsolete Phobos module? Here they are, back from the dead and upgraded to work with the latest D
Grim isn't too happy that undead isn't building with GDC, this extracts it so it can be used by dlangui until a better solution is found.
Reverts dlang/undeaD#45 Meanwhile it was decided to keep std.signals in phobos. So I think, it should be removed here to avoid confusion.
Added some source files.
I tried `dub build`, but it did not create `libundead.so`, only `libundead.a` and `undead-test-library`,
the `unittest`s for the `doFormat` module don't actually ever call `doFormat`, the only public function in the module. They appear to be the wrong tests copied over from `std.format`