[ Original post on http://dmalloc.com/forums/topic_show.pl?tid=8 ]
Bug fix release up on the download sites. Added some better handling
for Cygwin environments. Other fixes.
NOTE: I'd really appreciate some Cygwin feedback here. I think I
still need to tune it.
Release notes here:
http://dmalloc.com/releases/notes/dmalloc-5.2.3.html
Tar-gz source file:
http://prdownloads.sourceforge.net/dmalloc/dmalloc-5.2.3.tgz?download
Other release files:
http://sourceforge.net/project/showfiles.php?group_id=4289&release_id=159709
Comments?
-----------
Version 5.2.3:
* Added new GetEnvironmentVariableA Cygwin call. Thanks to Rolf.
* Added quick checks for the constructor attribute.
* Changed configure script to define HAVE_... to 0 or 1. Thanks Brian.
* Removed usage of environ from dmalloc_argv.c. Thanks Brian.