Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Some work to get it ansi compliant, still much to doo
[simgrid.git] / src / xbt / set.c
2004-09-16 mquinsonalpha portability again (damn size_t)
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-08-10 mquinson Version 0.5 (protocol not changed; ABI changed)
2004-07-11 mquinsonProtect ourselves against the reinsertion of the same...
2004-07-03 mquinsonrevert last change trying to inject the \0 after the...
2004-07-03 mquinsonWhen inserting into the dict, save the trailing '\0...
2004-07-03 mquinsonCreate a new log channel tbx containing dict, set,...
2004-06-03 mquinsonAPI cleanup: s/dict_insert/dict_set/ and s/dict_retriev...
2004-04-21 mquinson [Data description]
2004-03-01 mquinsonA new data container coupling the facilities of a dynar...