15Feb/090
DMD Goes Mac With 1.040 and 2.025
As a result of Walter's efforts to port DMD to Mac, the latest versions of both the 1.x series and 2.x series have been released. The change logs for version 1.040 and version 2.025 are almost identical. Here's the common bit:
* Added Mac OSX support.
* Separated bin and lib directories into windows, linux, and osx.
* No longer need to download dmc to use the windows version.
* Use version(OSX) for Mac OSX. Although version(darwin) is also supported for the time being, it is deprecated.
The one difference is that 2.025 sports a single bug fix, whereas 1.040 gets none. There are some caveats to using DMD on Mac at the moment. For more info, see Walter's newsgroup announcement.