view lphobos/phobos.d @ 116:fd7ad91fd713 trunk

[svn r120] ModuleInfo implementation is now almost complete. Fixed some nasty static array-initializer bugs. Fixed bug in DtoArrayLen and DtoArrayPtr for full slices of static arrays.
author lindquist
date Sun, 25 Nov 2007 18:55:52 +0100
parents 288fe1029e1f
children 79c9ac745fbc
line wrap: on
line source

module phobos;

import
std.array,
std.ctype,
std.intrinsic,
std.math,
std.moduleinit,
std.outofmemory,
std.stdint,
std.stdio,
std.stdarg,
std.uni,
std.utf,

//std.format,
//std.string,

std.c.fenv,
std.c.locale,
std.c.math,
std.c.process,
std.c.stdarg,
std.c.stddef,
std.c.stdio,
std.c.stdlib,
std.c.string,
std.c.time;

version(linux) {
    import
    std.c.linux.linux,
    std.c.linux.linuxextern,
    std.c.linux.pthread,
    std.c.linux.socket;
}