record --------------------------------------- config/Makefile.config - change prefix - added -Wall flag - removed fortran compiler - removed clean, destroy targets -- these are in the individual makefils libsrc/Makefile - minor change in clean target libsrc/mpi-sepc.umpi.extract - minor change -- added a NULL pointer check libsrc/rsd_queue.c - changed a few mallocs to calloc - the signature is constant due to some reason, so prepend the op to make it unique !!! libsrc/stack_sig.c - minor change - initialize values libsrc/stack_sig.h - fixed ParentPC, FramePC, NextFP macros libsrc/umpi_internal.h - changed a few DEBUG_ switches libsrc/util.c - Removed GetParentPC as it was unused tests/Makefile - removed all but 2 tests from compilation (just to speed up the build) Makefile - minor changes replay ---------------------------------- Makefile - updated compiler, library paths - minor changes in clean target, replay_mpip is built by default prsd_utils.c - changed a few mallocs to calloc prsd_utils.h - removed a DEBUG flag rank_recursive.c - added a return statement rsd_queue.c - the signature is constant due to some reason, so prepend the op to make it unique !!! libsrc/stack_sig.h - fixed ParentPC, FramePC, NextFP macros