Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use surf_parse_error() rather than xbt_die() during surf parsing
[simgrid.git] / src / xbt / snprintf.c
2014-02-05 Arnaud GierschAdd/update copyright notices.
2013-02-21 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 alebreMerge with master and fix conflicts
2013-02-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-11 Augustin Degommevarious fixes to hopefully compile under win32
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2012-12-18 Martin QuinsonUse xbt_malloc (and friends) instead of direct malloc()
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-10-03 Arnaud GierschUse xbt_abort instead of abort.
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-11 alegrandIndent include and src using this command:
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-05-28 mquinsonmerge with git master
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-11-07 mquinsonWork around newly reincreased paranoia of gcc and libc...
2008-09-10 mquinsonreindent (with eclipse)
2008-01-23 mquinsonAllow gcc cross-compilation targetting windows
2007-10-04 cheriermdeclare portable snprintf and vsnprintf functions for...
2007-09-21 cherierminclude str.h
2006-09-25 mquinsoncosmetics
2006-09-25 cheriermIncludes portable.h file header for use of the va_copy...
2005-10-19 alegrandmake g++ happy
2005-07-05 alegrandgetting rid of unused variables
2005-07-01 mquinsonAdd a pimple^W^W an helper function
2005-07-01 alegranduse a nice va_copy if none was provided by the system
2005-07-01 mquinsonMake sure we have an implementation of asprintf, even...