Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-05 | cli/diff: Fix undefined variable error with sdiff. | Vladimír Vondruš | 1 | -3/+3 | |
Fixes #386. | |||||
2015-06-24 | scripts/tracediff: Allow to suppress common lines. | Jose Fonseca | 1 | -26/+51 | |
And cleanup. | |||||
2014-06-24 | cli/pickle: Pass argument names. | José Fonseca | 1 | -4/+6 | |
2014-05-02 | tracediff: Don't crash if less is not present. | José Fonseca | 1 | -8/+10 | |
2014-04-08 | tracediff: Don't highlight differences if the call nos are actually the same. | José Fonseca | 1 | -0/+8 | |
2014-02-04 | tracediff: Honour --call-nos option. | José Fonseca | 1 | -6/+7 | |
2013-10-18 | tracediff: Rename --diff=TOOL option to --tool=TOOL. | José Fonseca | 1 | -10/+10 | |
More intuitive (I was always mistyping it) as it matches valgrind. | |||||
2013-04-18 | tracediff: Improve diff argument help message. | José Fonseca | 1 | -2/+2 | |
2012-12-06 | tracediff: Fix python differ to not highlight when stdout is not a tty | José Fonseca | 1 | -2/+2 | |
2012-11-16 | tracediff: Merge tracediff2.py and tracediff.py | José Fonseca | 1 | -90/+412 | |
2012-10-08 | diff: Don't use colorized line-format options when not on a tty | Carl Worth | 1 | -1/+9 | |
The color output is convenient when manually looking at the output. But when saving output to a file, (for example, for use in the test suite), it's useful to have a much more minimal output. | |||||
2012-05-08 | Fix tracediff.py's --width argument conversion (issue #77). | José Fonseca | 1 | -1/+1 | |
Thanks for wrabbit-revisited spotting problem and proposing fix. | |||||
2012-05-08 | Fix less eof communication. | José Fonseca | 1 | -0/+1 | |
2012-03-16 | Several improvements to trace diffing. | José Fonseca | 1 | -81/+94 | |
2012-03-16 | Use wdiff by default. | José Fonseca | 1 | -7/+70 | |
2012-03-14 | Avoid weird named fifo race condition in tracediff. | José Fonseca | 1 | -0/+4 | |
2012-02-20 | Add missing commas. | José Fonseca | 1 | -2/+2 | |
Don't known how I missed this before commiting. | |||||
2012-02-18 | Re-implement tracediff.sh on Python. | José Fonseca | 1 | -0/+134 | |
2011-08-20 | Drop python trace parsing code. | José Fonseca | 1 | -189/+0 | |
It's too troublesome to maintain two different implementations of the same thing. | |||||
2011-06-07 | tracediff: Allow to control the call limit. | José Fonseca | 1 | -4/+8 | |
2011-05-31 | Parse traces directly from python. | José Fonseca | 1 | -39/+76 | |
Mostly for prototyping, as it 4x slower, and eats more memory. | |||||
2011-05-23 | More control over the diffing output. | José Fonseca | 1 | -1/+53 | |
2011-05-22 | Beginning of a Python reimplementation of tracediff script. | José Fonseca | 1 | -0/+96 | |