Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document changes even before there are actually finished
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 7 Aug 2005 12:03:17 +0000 (12:03 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 7 Aug 2005 12:03:17 +0000 (12:03 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1595 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog

index f806add..ac874f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 SimGrid (2.96) unstable; urgency=low
 
+  XBT:
+  * New! Exception handling with setjmp or such (code from OSSP ex) [MQ]
+    This deprecates the xbt_error_t mecanisms. 
+    It modifies (simplifies) all XBT and GRAS API.
+    MSG API keeps unchanged (exceptions raised by XBT are catched from 
+     within MSG and masked with existing error handling facilities)
+
   SURF:
   * New! Add a FATPIPE model. [AL]
   * New! Add a parallel task model. [AL]