Files
ngspice/src/include/ChangeLog
T

142 lines
4.1 KiB
Plaintext

2003.4.10 Stuart Brorson <[email protected]>
* Added declaration for INPgetNetTok to inpdefs.h
2002-01-03 Paolo Nenzi <[email protected]>
* wstdio.h: Standard input/output for Windows (Holger Vogt patch).
* complex.h: _complex redefined as _complex1 to avoid conflict with
MINGW32 Paolo Nenzi <[email protected]>
* defines.h: added defines for Windows (Holger Vogt patch).
* ngspice.h: added wstdio.h inclusion if compiling for Windows
(Holger Vogt patch).
2001-12-14 Paolo Nenzi <[email protected]>
* cpextern.h: Modification needed for patches sent by
Charles Williams.
2001-11-25 Emmanuel Rouat <[email protected]>
* ftedefs.h: added definition of structure circ (taken from circuits.h)
2000-09-09 Arno W. Peters <[email protected]>
* fteext.h: Removed prototype for com_fourier(). Use
src/frontend/fourier.h for the proper prototype.
2000-07-18 Arno W. Peters <[email protected]>
* cpdefs.h: Moved quote() and strip() macro's to ...
* wordlist.h: ... here. Also added ANSI C prototypes for all
functions that manipulate wordlists.
* defines.h: Removed CAPZEROBYPASS, NEWCONV and CAPBYPASS as they
are no longer used in the code.
2000-05-22 Paolo Nenzi <[email protected]>
* inpptree.h: Applied Widlok patch (u2 function).
1999-11-30 Emmanuel Rouat <[email protected]>
* ngspice.h: substitutes spice.h
1999-09-08 Arno <[email protected]>
* distodef.h: added prototypes for derivative functions, retained
only ANSI conforming prototypes.
1999-09-07 Arno <[email protected]>
* ifsim.h: changed the typedef for IFuid from GENERIC to char *.
1999-09-06 Arno Peters <[email protected]>
* fteext.h: changed parameters and return values for math functions from
char * to void *.
1999-09-04 Emmanuel Rouat <[email protected]>
* Makefile.am (noinst_HEADERS): removed patchlev.h
added ngspice.h
1999-09-03 Emmanuel Rouat <[email protected]>
* ngspice.h: added this generic header file (will eventually replace
spice.h)
1999-08-28 Emmanuel Rouat <[email protected]>
* cpstd.h: now #includes spice.h instead of misc.h
* spice.h: removed capabil.h from #includes
#includes "hw_ieee.h" instead of "hw.h" (removes vms support)
merged spice.h with misc.h and util.h
* misc.h: suppressed code related to HAS_MEMAVL and HAS_BSDRAND
1999-08-26 Paolo Nenzi <[email protected]>
* spmatrix.h: added externs for spOriginalCount
1999-08-19 Paolo Nenzi <[email protected]>
* fteext.h: patched for spec command downloaded from:
ftp://ftp.mpce.mq.edu.au/pub/elec/spice/patches.
1999-08-12 Emmanuel Rouat <[email protected]>
* hlpdefs.h: ansi-fied function declarations
* complex.h (C_NORM): fixed a bug in C_NORM macros
1999-10-08 Paolo Nenzi <[email protected]>
* cktdefs.h: removed non STDC definitions and converted to ANSI
prototypes the functions. Marked with ??? the circuit elements
whose function is unknown. If you know their meaning, please write
me an email describing it. Thank you.
* complex.h: Removed HAS_SHORTMACRO definitions. Defined macros
should be better documented.
1999-08-08 Emmanuel Rouat <[email protected]>
* spice.h: removed 'porth.h' from #includes - now everything
shold be handled by autoconf
1999-08-07 Emmanuel Rouat <[email protected]>
* strext.h: changed HAS_STRINGS into STDC_HEADERS (reversed)
1999-08-06 Emmanuel Rouat <[email protected]>
* capabil.h: removed X10 defines
* misc.h: removed test on HAS_VPERROR
removed test on HAS_CLEARERR
1999-08-05 Emmanuel Rouat <[email protected]>
* util.h:
* misc.h: changed HAS_STDLIB to STDC_HEADERS
* spice.h: removed 'port.h' from includes
1999-08-04 Emmanuel Rouat <[email protected]>
* mfb.h: changed HAS_STAT into STAT_MACROS_BROKEN
04-08-1999 Paolo Nenzi <[email protected]>
* changed trcvdefs.h: now includes the TEMP code for the temperature
sweep code supplied by Serban-Mihai Popescu.
29-07-1999 [email protected] (Manu Rouat)
* removed old config.h (used my ms-dos only) to avoid confusion
with autoconf config.h