main.c, a series of cleanups concerning SETJMP processing

This commit is contained in:
rlar 2011-07-02 20:31:16 +00:00
parent 14aa6d4303
commit c91bf551f1
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2011-07-02 Robert Larice
* src/main.c :
main.c, a series of cleanups concerning SETJMP processing
two issues surfaced in the original code:
- nutmeg called with no file, propably should default to rawspice.raw
still so, but now plain visable. shall we fix ?
- there was a possiblility of endless recursion when
a failure happened during init processing
2011-07-02 Robert Larice
* src/main.c :
main.c, a series of cleanups