ascii: Don't print command names in output.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 23 Apr 2011 05:10:04 +0000 (22:10 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 23 Apr 2011 05:16:36 +0000 (22:16 -0700)
commit0d70eff1e5dcd89a73f09ce6bc999ccbec8234b5
treecca83b0f2dc1aeff1789b461d3f0282e2c9c6b0e
parent3ffbc278e6bad8e4b83e28b5fda1a29d915e58c1
ascii: Don't print command names in output.

This seems to be closer to what users expect.

I think that having the command names in output was being confused
by users with SET PRINTBACK=ON (see e.g. bug #31561) even though I
really just added that so that there are clear titles for the output
that goes with each procedure.  This change should help, I think.

It might make sense to make drivers only print the titles of
procedures that have other output, but this commit doesn't do that.
src/output/ascii.c
tests/language/stats/frequencies.at
tests/output/render.at