From 5be2f9fde94c925c5c69dd7d015f79c01c6f9b9c Mon Sep 17 00:00:00 2001 From: sjborley Date: Mon, 30 May 2005 20:31:38 +0000 Subject: [PATCH] Logged the changes taken place over the last few days --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/ChangeLog b/ChangeLog index b6ba2b161..93bb815bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2005-05-30 + + * Corrected return types (where necessary) for the functions that make up the + devices[] array initialised in src/frontend/display.c, and used specific + #includes rather than extern references. Added new headers as required. + + * Moved jbuf from src/main.c to src/frontend/signal_handler.c + + * Tidy up of the header files in src/frontend and sub-directories. Motivation + is to remove extern declarations within .c files and place in .h files. New + header files where necessary. + +2005-05-28 Steven Borley + + * Fix bug introduced in my last change. Fix supplied by Hitoshi Tanaka. + Bug can cause a segmentation fault. + + * Fixed the format of section 5.3.37. Save* in src/ngsoice.txt + + * In src/frontend/plotting replaced extern references in .c files wiith + #include of suitable header files. + + * Added src/frontend/numparam/numpaif.h for the external interface to the + numparam library. + 2005-05-26 Steven Borley * Fixed bug with define (see bug reference [ 999546 ] 'define' is broken