Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Drop unused xbt dynar functions.
[simgrid.git] / ChangeLog
index 9b69005..7e43320 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,12 +21,13 @@ Kernel:
 
 XBT:
 - Remove unused parameter 'free_ctn' for xbt_dict_set() and xbt_dict_set_ext().
+- Drop unused xbt_dict and xbt_dynar functions.
 - New module: random, providing classical random numbers generators.
 
 SMPI:
-- New option : "smpi/auto-shared-malloc-thresh" which sets a value for 
-  allocations' size above which they are considered "shared" by default (as if 
-  they were performed through SMPI_SHARED_MALLOC macros). 
+- New option : "smpi/auto-shared-malloc-thresh" which sets a value for
+  allocations' size above which they are considered "shared" by default (as if
+  they were performed through SMPI_SHARED_MALLOC macros).
   Default = 0 = disabled feature.
   Note : malloc, calloc and free are now overriden by smpicc/cxx by default.
   This can cause some troubles if codes are already overriding these. If this
@@ -47,7 +48,7 @@ Fixed bugs (FG#.. -> framagit bugs; FG!.. -> framagit merge requests):
  - GH#321: [S4U] Get task remaining work ratio
  - GH#323: Crash when an actor turn off his physical host
  - FG!19: Removing RngStream
- - https://lists.gforge.inria.fr/pipermail/simgrid-user/2019-November/004653.html : 
+ - https://lists.gforge.inria.fr/pipermail/simgrid-user/2019-November/004653.html:
    MPI_Cart_sub was not working properly. Kudos to Jonathan Borne for the report.
 
 ----------------------------------------------------------------------------