Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

0.98 Changelog

The commit log is available here:

Important changes and fixes (see full list here):

  • #461 Segfault in tango.math.Math.poly using gdc
  • #393 make compilation not fail with 128-bit reals
  • #378 core/ThreadASM.S fails to compile on Linux PPC
  • #408 tango.sys.Process needs a variant env constructor
  • #458 File.write does not truncate
  • #460 Inet Address out-of-bounds read
  • #405 buffer.copy() should not perform an internal flush
  • #419 PathView is missing the toList method
  • #459 Socket.isAlive not fuctional on Linux
  • #418 ArraySeq growth without copy
  • #456 IBuffer .copy() does not work as expected
  • #436 Error when parsing exponents (text.convert.Float)
  • #452 Easier building of libtango.a / tango.lib from source on *nix
  • #453 unittest for linux
  • #430 Tango core (Thread.d) does not work on Posix
  • #466 backtrace with flectioned
  • #462 assert in tango.core.Atomic with gdc
  • #395 Signal & Slot implementation
  • #403 Easier building of libtango.a / tango.lib from source on win32