Executable now prints a pretty string description of the returned value.
commit95576ff8582ee187aa63de79f31728c866182865
authorVincent Geddes <vincent.geddes@gmail.com>
Sun, 13 Jul 2008 00:45:18 +0000 (13 02:45 +0200)
committerVincent Geddes <vincent.geddes@gmail.com>
Sun, 13 Jul 2008 00:45:18 +0000 (13 02:45 +0200)
tree66110446afb7c959b9ccc0d1903e3096e8c2b0fc
parenta846aa8184019e8d1b45acfb45a7fb0788abbcd7
Executable now prints a pretty string description of the returned value.

* st/Collection.st, st/Symbol.st, st/Character.st, : Add #printOn:
  implementations.

* src/st-object.h, src/st-object.c: Removed st_object_printString().
  All printing is now done at the Smalltalk level.

* autogen.sh: Removed dependency on gnome-autogen.sh
17 files changed:
autogen.sh
src/main.c
src/st-cpu.c
src/st-cpu.h
src/st-method.h
src/st-object.c
src/st-object.h
st/Behavior.st
st/Character.st
st/Collection.st
st/Object.st
st/String.st
st/Symbol.st
st/System.st
st/WriteStream.st
st/class-defs.st
tests/test-interpreter.c