diff --git a/AUTHORS b/AUTHORS index 4b561b58e..09849a3c2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,58 +4,64 @@ Spice was originally written at The University of California at Berkeley (USA). Since then, there have been many people working on the software, most of them releasing patches to the original code through the Internet. + The following people have contributed in some way: -Vera Albrecht , -Cecil Aswell , -Stuart Brorson , + +@verbatim +Vera Albrecht , +Cecil Aswell , +Steven Borley +Stuart Brorson , Giles C. Billingsley, Mansun Chan, Wayne A. Christopher, -Al Davis , -Glao S. Dezai , -Jon Engelbert , -Daniele Foci , -Noah Friedman , -Alan Gillespie , +Al Davis , +Glao S. Dezai , +Jon Engelbert , +Daniele Foci , +Noah Friedman , +Alan Gillespie , David A. Gates, JianHui Huang, Jeffrey M. Hsu, S. Hwang,86 -Chris Inbody , +Chris Inbody , Gordon M. Jacobs, Min-Chie Jeng, -Stefan Jones , -Beorn Johnson , +Stefan Jones , +Beorn Johnson , Kenneth H. Keller, Mathew Lew, -Robert Lindsell , +Robert Lindsell , Weidong Liu, Kartikeya Mayaram, -Richard D. McRoberts , -Manfred Metzger , -Paolo Nenzi , +Richard D. McRoberts , +Manfred Metzger , +Paolo Nenzi , Gary W. Ng, +Wolfgang Muees, Hong June Park, -Arno Peters , -Serban-Mihai Popescu , +Arno Peters , +Serban-Mihai Popescu , +Georg Post Thomas L. Quarles, -Emmanuel Rouat , -Jean-Marc Routure , +Emmanuel Rouat , +Jean-Marc Routure , Jaijeet S. Roychowdhury, Takayasu Sakurai, -AMAKAWA Shuhei , +AMAKAWA Shuhei , Kanwar Jit Singh, -Steve Tell -Andrew Tuckey , -Charles D.H. Williams , -Holger Vogt , -Dietmar Warning , -Michael Widlok , -Antony Wilson , +Steve Tell +Andrew Tuckey , +Charles D.H. Williams , +Holger Vogt , +Dietmar Warning , +Michael Widlok , +Antony Wilson , and many others... -Quite a long list, isn't it ? - -Well, if someone helped in the development and has -not been inserted in this list, it is entirely my (Paolo Nenzi) fault. -If you feel you should be on this list, write to . -Do not be shy, I would like to make a list as complete as possible. +@end verbatim + +If someone helped in the development and has not been inserted in this list +then this omission was unintentional. If you feel you should be on this list +then please write to . Do not be shy, we +would like to make a list as complete as possible. diff --git a/ChangeLog b/ChangeLog index cef0e417d..0916e884a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-08-14 Steven Borley + + * More changes to the documentation. Specifically the make dist now produces + a PDF file. See doc/ChangeLog for details + + * Update the AUTHORS file and adjusted formatting to make it more compatable + with the texinfo include + 2005-08-11 Steven Borley * Fixed problem with text2dvi and makeinfo when running make dist @@ -24,24 +32,24 @@ segmentation fault for codemodels that adds their own states to the state vector. Changes supplied by Hitoshi Tanaka (HDA01055@nifty.com): - + * src/math/ni/niiter.c: removed the first malloc for OldCKTstate0 - since the number of states can be alteres by xspice code models. - This was already addressed in the past but this line remained. - + since the number of states can be altered by xspice code models. + This was already addressed in the past but this line remained. + * src/xspice/mif/mifsetup.c: added MIFunsetup() to conform to spice3f devices model interface (xspice was based on spice3c1). - + * src/xspice/xspice.c, src/xspice/cm/cmexport.c, src/xspice/cmpp/writ_ifs.c: changed the entry corresponding to the - unsetup function from NULL to MIFunsetup. - + unsetup function from NULL to MIFunsetup. + * src/include/mifproto.h: added prototype for MIFunsetup. * src/spicelib/analysis/cktsetup.c: cleared node if initial condition - o nodeset are given to fix a segfaults on second run of xspice - netlists. - + of nodeset are given to fix a segfaults on second run of xspice + netlists. + 2005-06-30 Paolo Nenzi @@ -61,7 +69,7 @@ * src/spicelib/analysis/cktop.c: modularized the source and gmin stepping algorithm. I have extracted the code for gmin and source stepping to - improve CKTop readability and manutenibity. + improve CKTop readability and maintainability. * src/spicelib/analysis/dcop.c: added event driven algorithm and ipc stuff.