X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6b17b58f85d3a55ce3c6ec7298b2437853c83bda..8aade67407e171a3cb545ef0b133a6feee6a9b64:/ChangeLog diff --git a/ChangeLog b/ChangeLog index a34270efec..6281375851 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,13 +26,15 @@ SimGrid (3.3-cvs) unstable; urgency=low XBT: * Make the backtrace of exceptions more human readable [Mt] + * New module: xbt/str [Mt] + a ton of string utility functions (split, join, printf to a newly + allocated buffer, trim, etc) * New module: xbt/synchro [Mt] synchronization tools (mutex and conditions) working the same way in simulation and in real life (mainly useful for GRAS, but not only). - * New module: xbt/str [Mt] - a ton of string utility functions (split, join, printf to a newly - allocated buffer, trim, etc) + * New module: xbt/queue [Mt] + classical producer/consumer synchronization scheme --