Changed the Aesalon program to return whatever the child returns.
commit3071830dcbaf30c05924d3c8c1deccf21ce89a35
authorstrange <kawk256@gmail.com>
Wed, 2 Dec 2009 20:14:33 +0000 (2 13:14 -0700)
committerstrange <kawk256@gmail.com>
Wed, 2 Dec 2009 20:14:33 +0000 (2 13:14 -0700)
tree5f30b91cdd9886fb77feca7aa0e9923ad3e3e81f
parent1102d1c82d7466a3a6864d1047c16883279c44aa
Changed the Aesalon program to return whatever the child returns.

I really should have thought of it before, but oh well. It's fixed now . . .

As for where aesalon is going next, that I do not know. There are many things
left to do, including the GUI, a method of setting variable objects on
pointers, several memory leaks to fix, and lots of documentation to write.

The memory leaks can wait; they are make-work, so to speak. The documentation
isn't urgent; I can hold 4000 lines in my head well enough on short-term. The
variable objects are going to be very annoying, as is the GUI. Which, I
suppose, leaves me with two options: the GUI and the variable objects. And the
GUI is sort of useless without data to display . . .
src/interface/Aesalon.cpp
src/interface/Initializer.h
src/interface/gdb/ExitObserver.cpp