From 5a9c4dc630319669a6e3dd07aa9665b700443d15 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 6 Jul 2004 01:53:01 +0000 Subject: [PATCH] Changes of the day so far: - Plug a whole bunch of memleaks - each process now have to call gras_{init,exit}. One day, their log settings will be separated [Transport] - Continue the code factorisation between SG, RL and common git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@179 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- changelog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/changelog b/changelog index 1b378b9646..c0ed31a8f7 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,20 @@ +2004-07-05 + - Plug a whole bunch of memleaks + - each process now have to call gras_{init,exit}. One day, their log + settings will be separated + [Transport] + - Continue the code factorisation between SG, RL and common + +2004-07-04 + [Transport] + - Redistribution between SG and RL. + We wanna have to accept in SG, so move accepted related parts of RL in + the common part. (more precisely, the dynar of all known sockets is no + more a static in transport.c, but part of the process_data) + [Core/module.c] + [gras_stub_generator] + - Bug fix: Do call gras_process_init from gras_init (wasnt called in RL). + 2004-07-03 - Create a new log channel tbx containing dict, set, log, dynar (to shut them all up in one shot) @@ -16,6 +33,8 @@ being a pointer to the data. Let's say that I like it better ;) The price for that is constructs like "int msg=*(int*)payload" in handlers, but it's a fine price, IMHO. + [examples/ping] + - Let it work in RL (yuhu) 2004-06-21 [Transport] -- 2.20.1