SPARC Solaris Support

Jacob Carlborg doob at me.com
Thu Apr 10 23:24:25 PDT 2014


On 11/04/14 06:57, Kai Nacke wrote:

> I like to add:
>
> * Fibers (part of core.thread)
> * Module discovery (rt.sections)

Is accessing sections/segments limited to this module now? I know that 
the GC and threads and some other parts are dependent on this.

> * Math (std.math)
> * Vararg-support (core.stdc.vararg)

If we include Phobos as well, there are quite a lot of code that differs 
on Posix vs Windows:

* Environment variables (std.process)
* Running external processes, forking (std.process)
* There's a function for getting the path to the current executable, 
somewhere
* Probably some IO parts
* Handling of file system paths
* Date/Time (here as well)

But these are not required to use the language.

-- 
/Jacob Carlborg


More information about the digitalmars-d-ldc mailing list