src/vm/options.h: Added the commandlineswitch --verbosecolor which enables
authortbfg <none@none>
Fri, 18 Aug 2006 18:37:19 +0000 (18:37 +0000)
committertbfg <none@none>
Fri, 18 Aug 2006 18:37:19 +0000 (18:37 +0000)
commitd576ebc9c9211c2284c50ac88fae14b40672282d
tree8526a9644d19d68d5a5976f37bb988e3c4fec0e9
parentc7cb4dc3ade720f4627810c2de45f5c2d58b7163
src/vm/options.h: Added the commandlineswitch --verbosecolor which enables
colored output of show: -si prints method names in red -sd shows datasegment
dump in blue. (use | less -R)

src/vm/options.c (options_get): There is a nasty bug in there, read comment.
src/vm/jit/Makefile.am
src/vm/jit/dseg.c
src/vm/method.c
src/vm/options.c
src/vm/options.h
src/vm/vm.c