+RTS -S -RTS now sends output to stderr (also -s)
authorSimon Marlow <marlowsd@gmail.com>
Thu, 19 Jun 2008 11:33:29 +0000 (11:33 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 19 Jun 2008 11:33:29 +0000 (11:33 +0000)
commit34e8e513c4044ee2b13f0b759c0f49212dad2008
tree4d542b613d3cb7da5967d25c1bca971f715060c7
parent3496f21264b58466e1d89e4387399d0b260cec78
+RTS -S -RTS now sends output to stderr (also -s)
Previously +RTS -Sstderr -RTS was required to send output to stderr,
but this is the most common usage and I got tired of typing "stderr".
The old default behaviour of sending output to <prog>.stat is now gone
(I don't think we use it anywhere).

Temporarily we allowed +RTS -S- -RTS to mean stderr; there were
objections to this, so it is now also gone.
rts/RtsFlags.c