X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4ecf344e5f9176bc81c6e693540b88cd7da8258b..4a0c9427ad6245300056cdbae568ab579bb0c171:/changelog diff --git a/changelog b/changelog index a0910cf715..d074dcb98b 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,30 @@ +TODO: + [SG plugin] + - Porting to new standards. + [SG select] + - Porting to new standards. + +2004-04-21 Martin Quinson + [Messaging] + - Porting to new standards. + [Data description] + - interface cleanup. + There is no bag anymore, no need to take extra provision to mask the + pointers behind "ID". + Better splitup of functions between files create/exchange/convert. + This is still a bit artificial since convert and receive are so + interleaved, but anyway. + [Virtu(process)] + - add a queued message list to procdata (the ones not matching criteria + in msg_wait) + - factorize some more code between SG and RL wrt procdata + [Tests] + - use gras_exit in example to track memleaks + - get rid of gs_example now that GS is properly integrated into gras + - update run_test to integrate the lastest tests (datadesc) + [Logging] + - rename WARNINGn macros to WARNn since it prooved error-prone + 2004-04-19 Martin Quinson [Data description] - register init/exit functions within gras module mecanism @@ -16,10 +43,6 @@ [Transport] [File plugin] - Bugfix when using a filename explicitely (instead of '-') - [SG plugin] - - Porting to new standards. - [SG select] - - Porting to new standards. 2004-04-09 Martin Quinson [Transport plugins]