Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use mkfile mechanism or similar instead of stream redirections
[simgrid.git] / tools / tesh /
2008-10-03 mquinsonUse mkfile mechanism or similar instead of stream redir...
2008-10-03 mquinsonDocument the new mkfile buildin command
2008-10-03 mquinsonIntroduce a mkfile buildin command to be used in place...
2008-10-03 mquinsonAlso add the variables defined in the script to the...
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
2008-09-09 mquinsonSearch the binary to run in the path, if not in this dir
2008-09-08 mquinsondo not execle (/bin/sh), but execve directly the comman...
2008-05-20 mquinsonExtra care for environ shouldn't be mandatory here...
2008-05-20 mquinsonadd the ability to tesh to mess with the processes...
2008-05-14 mquinsonautogen commit fest (some of them being tests related...
2008-03-06 mquinsonregenerate all makefiles.in with the lastest autotools
2007-12-20 mquinsonautogenerated
2007-12-19 mquinsonDo load portable.h explicitly since strbuff do not...
2007-10-23 cheriermThis change is about the refactoring of the source...
2007-10-11 mquinsonMove string buffers from 'private to tesh' to 'public...
2007-10-05 mquinsonOther useless copyright notice updates
2007-09-26 mquinsonOps, forgot debuging outputs
2007-09-26 mquinsonFight against synchronization issues on armageddon...
2007-09-21 mquinsonMake FS happy
2007-09-13 alegrandremove cvs files.
2007-09-12 mquinsonRegenerate yet another time the Makefile.in
2007-08-28 marklsrefactored smpi into multiple source files.
2007-08-08 alegrandCommitting automatically generated file (after the...
2007-08-07 marklsadded SMPI_DEP to configure.ac and src/Makefile.am
2007-08-06 mquinsonDamn autogenerated, get out of the way, I can't see...
2007-08-06 mquinsonname threads to ease debugging
2007-08-02 alegrandAutomatically generated files.
2007-07-09 mquinsonWe need the os threads here
2007-07-08 mquinsonhello, automake-1.10
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-06-29 mquinsonUpdate autogenerated files
2007-06-08 mquinsonAllow to disable timeouts
2007-06-08 mquinsonBe more verbose about which command which message refer...
2007-06-08 mquinsonWe need the tests in the archive, obviously
2007-06-06 mquinsonAdapt the tests to the new code (and use log layouts...
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 mquinsonoups, leaked a debug output
2007-05-31 mquinsonImplement metacommand 'output display' to show it witho...
2007-05-31 mquinsonAdd a way to the tesh syntax to log at CRITICAL level...
2007-05-29 mquinsonMask the diff when logging at error level or higher...
2007-05-07 mquinsonLet's find portable.h during VPATH builds
2007-05-07 mquinsonWe need the threads, and they live in the gras lib...
2007-05-07 mquinsonDo display the output when requested to not take it...
2007-05-07 mquinsonkeep up with lastest diff computation changes
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-30 mquinsonshorten
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-04-11 cheriermthe expected signal metacommand use now the name of...
2007-03-23 mquinsonRemove one of the tests which breaks on amd64, it will...
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