From c91bf551f16b9c07aced1d493ef53d308963a096 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 2 Jul 2011 20:31:16 +0000 Subject: [PATCH] main.c, a series of cleanups concerning SETJMP processing --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2a9379c39..897750fe1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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