X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cb7d8706b79be9387ba60abdc12b536a9e8727b4..69be1c2723a8ae01343cf1faba67091c49eff197:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 341723f9bf..e73f2067de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,8 @@ SimGrid (3.3-cvs) unstable; urgency=low linux ones too) [Mt] * New function: gras_agent_spawn() to launch a new process on current host. Only working in simulation for now.. [Mt] + * New function: gras_os_hostport() returning a constant form (ie, + not needing to be freed) of "gras_os_hostname():gras_os_myport()" XBT: * Make the backtrace of exceptions more human readable [Mt] @@ -37,6 +39,8 @@ SimGrid (3.3-cvs) unstable; urgency=low only). * New module: xbt/queue [Mt] classical producer/consumer synchronization scheme + * xbt_dynar_new_sync() creates a synchronized dynar. All access + (using the classical functions will get serialized) [Mt] --