Removed string functions from core.
commita4fef83258278d3f018d9bbeb5f02bbf7c6ab492
authorThomas Leonard <talex5@gmail.com>
Sun, 19 Oct 2008 19:57:17 +0000 (19 20:57 +0100)
committerThomas Leonard <talex5@gmail.com>
Sun, 19 Oct 2008 20:40:54 +0000 (19 21:40 +0100)
tree96e206c5c547d4c146afefd5c259c6b3d2e63fa6
parent171e44f8a3e2d999fb1f42145f8e1ded3d9a6331
Removed string functions from core.

D gets confused when a module with unit-tests is compiled with them off but
imported into code with them on. dlt.core should not need module info.

Also brought back the math functions, and added some imports required by the
new stricter private imports.
_externals/dlt/fs.dlt
dlt/core.dlt
dlt/math.dlt