Share

CarbonKernel

File Release Notes and Changelog

Release Name: 1.1

Notes:
This release includes a number of bug fixes. The autoconf/automake
templates have been updated aiming at Cygwin portability, hopefully
available in the next major release. Solaris portability problems have also been fixed.


Changes: 2000-08-31 Philippe Gerum <rpm@realiant.com> * RELEASED: VERSION 1.1 * NEWS: updated. * doc: PostScript files converted to PDF. 2000-08-30 Philippe Gerum <rpm@realiant.com> * configure.in: Added detection of glibc2 malloc(). * simex/SxThread.cc: Disabled the use of mmap()'ed chunks by glibc2 malloc(). This used to wreck checkMemory() behavior with pointers to data. 2000-06-21 Philippe Gerum <rpm@realiant.com> * simex/SxSynchro.cc (forget): Cleared thread's pendSynchro member pointing to the synchro object. 2000-06-03 Philippe Gerum <rpm@realiant.com> * ise/Main.cc: Don't attempt to connect to X when performing auto-import/auto-export tasks which have been required from the command-line. 2000-05-26 Philippe Gerum <rpm@realiant.com> * simex/SxTrigger.cc: Made SxTimerTrigger reprogrammable through a call to setTimer(). 2000-05-04 Philippe Gerum <rpm@realiant.com> * ise/Workspace.cc (Workspace::exportCombined): Substitute the standard portion (i.e. installation dir) of a project's program file path by a placeholder when applicable. * ise/Workspace.cc (Workspace::importCombined): Make the imported project point to the imported repository. Also perform the placeholders substitution when found in the project's program file path. 2000-04-04 Philippe Gerum <rpm@realiant.com> * simex/SxConfig.cc (instantiate): Passing the incoming context's clientData field to the created trigger. 2000-03-29 Philippe Gerum <rpm@realiant.com> * simex/SxThread.h: Added SxThread::getStackBase(). 2000-03-22 Philippe Gerum <rpm@realiant.com> * ise/tcl/main.tcl (appInitProc): Changed the default font for Tk's scale objects in the resource database. * ise/tcl/instance.tcl (CfTree:openInstance): Added support for the new CfClass' scale attribute. 2000-03-21 Philippe Gerum <rpm@realiant.com> * simex/SxThread.h: Ensured that SxThread::onStackOverflow() returns a positive overflow status only once to prevent the simulator to be caught in an infinite loop of "thread stack overflow" errors. 2000-01-29 Philippe Gerum <rpm@realiant.com> * simex/SxTrace.cc: Added support for "unsigned int, unsigned long, gnuquad_t and u_gnuquad_t" parameters.