Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the constness of xbt_strbuff_new_from(), it's too dangerous with previous prototype
[simgrid.git] / src / xbt / xbt_strbuff.c
2011-11-10 Martin Quinsonfix the constness of xbt_strbuff_new_from(), it's too...
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-28 Martin Quinsoncosmetics/tiny computation saving
2011-10-20 Martin Quinsonmerge branches
2011-10-13 Christophe ThiéryMerge branch 'lua'
2011-10-05 Arnaud GierschMake xbt_strbuff_chomp() really do its work.
2011-10-05 Arnaud GierschAn empty strbuff should really be empty.
2011-09-08 NavarropRevert "Re-apply old patch A. Giersch 06/07/2010"
2011-09-08 NavarropRe-apply old patch A. Giersch 06/07/2010
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-02-22 agierschUse variadic variants of xbt_test_{add,fail,assert...
2011-02-17 agierschUse new style logging macros.
2010-10-11 alegrandIndent include and src using this command:
2010-10-01 mquinsonFix xbt_strbuff test from testall [Arnaud Giersch].
2010-04-25 mquinsonFix copyright headers
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-08-17 mquinsonKill a off by one bug appearing in some rare conditions
2009-07-13 mquinsonbe a bit more paranoid: if a line looks like something...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-12-12 mquinsonkill an unused variable, fix a segfault after resizing...
2008-11-07 mquinsonWork around newly reincreased paranoia of gcc and libc...
2008-10-01 mquinsonAnd now, use the correct syntax for default values...
2008-10-01 mquinsonfix previous commits, bummer
2008-10-01 mquinsonNew functions:
2008-09-26 mquinsonNew function to replaces a set of variables by their...
2007-10-11 mquinsonMove string buffers from 'private to tesh' to 'public...