X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d3951d2a98b47949c8d6bde9832fd615360bbd4c..072092393d3ada8a2b8ffa0b7eeebaf5f830bc15:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 679c59047b..efa83e44d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -40,6 +40,10 @@ SimGrid (3.13) UNRELEASED; urgency=low * Kill the setset data container: MC don't use it anymore. * Kill the queue data container: it made more sense with GRAS. * Kill the xbt_peer_t data type: it's useless without GRAS. + * New functions: + - xbt_dynar_sort_strings(), when the content is char* + - xbt_str_parse_int / xbt_str_parse_double, wrapping strtol/strtod + They throw exceptions on invalid input. JAVA: * Remove the ability to write internal plugins in Java.