Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : get hash of local and global variables which are not pointers
[simgrid.git] / tools / tesh / tesh.c
2013-02-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-05 Arnaud GierschMerge branch 'v3_9_x'
2013-02-03 Arnaud GierschRename getline as xbt_getline.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-30 Arnaud GierschAlso connect main log categories.
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-12-01 Arnaud Gierschtesh: fix memory leaks.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-10-20 Martin Quinsonmerge branches
2011-10-13 Christophe ThiéryMerge branch 'lua'
2011-10-04 NavarropAdd an option on tesh to ignore output of code coverage.
2011-06-09 Pierre-Nicolas ClaussMerge back master branch
2011-05-18 Arnaud Giersch[tesh] Don't define variables twice.
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-22 agierschFix build error: implicit declaration of function ...
2011-02-18 navarropWe need include simgrid_config.h for function getline.
2011-02-17 navarropRemove unused include "simgrid_config.h"
2011-02-17 agierschUse new style logging macros.
2011-01-06 navarropAdd an option to tesh : --cfg
2010-12-10 mquinson[tesh] allow to specify the length of the sorting prefix
2010-12-01 agierschDo not duplicate rctx_wait_bg in rctx_exit
2010-12-01 agierschFix usage of testsuite_name.
2010-11-29 mquinsonMore informative messages when using the new --setenv...
2010-11-29 mquinsonAdd --setenv command line options to tesh
2010-11-09 agierschTesh updates:
2010-10-11 alegrandIndent the rest of the code (examples, buildtools,...
2010-10-08 navarropBe compatible with windows
2010-10-01 mquinsonFix tesh [Arnaud Giersch]:
2010-07-26 navarropWithout this line paranoid mode doesn't work.
2010-06-23 navarropThose variables must be set here.
2010-06-18 navarropDeclare variables at the beginning of the function.
2010-05-06 mquinsonLet xbt_exit() issue a warning stating that this is...
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-03-31 mquinson2 bugs in 5 lines, gone under radar for 6 months (until...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-04-06 mquinsonGive tesh the ability to get the CWD to use from the...
2008-10-03 mquinsontypo in comments
2008-10-01 mquinson64bit portability bug
2008-10-01 mquinsonUse variable substitution in the command line before...
2008-09-10 mquinsonReindent
2008-09-10 mquinsonremove trailing spaces
2007-10-11 mquinsonMove string buffers from 'private to tesh' to 'public...
2007-06-06 mquinsonLet the background childs die in any case on error...
2007-06-04 mquinsonbuglet
2007-05-31 mquinsonError message pretty printing (to ease grepping on...
2007-05-31 mquinsonAdd a way to the tesh syntax to log at CRITICAL level...
2007-05-07 mquinsonsize_t is long, so don't play it smart and get it worki...
2007-05-07 mquinsonHuge code cleanup + implementation of the background...
2007-04-27 mquinsonBetter modularization of the tesh source code
2007-04-26 mquinsonFollow cleanups in the xbt_str module
2007-04-16 mquinsonmerge trim.h into str.h, where it belongs to
2007-04-11 cheriermthe expected signal metacommand use now the name of...
2007-03-23 mquinsonAvoid a segfault on amd64 by leaking the file descriptor
2007-03-23 mquinsonLoad portable ASAP so that stdio do contain getline
2007-03-23 mquinsonAdd tesh[t], the TEsting SHell Tool