rlar
9c2733db48
macros.h, cleanup SGN() macro
10 years ago
rlar
4c2e4d0c2f
drop SIGN(), SIGN(1.0,x) --> SGN(x)
10 years ago
rlar
b36385e333
improve `SWAP' macro
10 years ago
rlar
273be42cfd
improve `ABORT' macro
10 years ago
rlar
07aba2e2ae
frontend/variable.c, used `isalnum()' instead of homegrown `isalphanum()'
10 years ago
rlar
9546b178fb
drop macro `NEW', use TMALLOC instead
10 years ago
rlar
232debc6ec
drop `NEWN', use `TMALLOC'
11 years ago
rlar
ccb600f3c1
drop `NIL' macro
13 years ago
rlar
14a6bd9314
polish `MERROR' macro
checked for object file invariance
13 years ago
rlar
6c8f002eea
unify #ifndef include wrapper
13 years ago
rlar
c377b7a6b3
avoid leading underscore in preprocessor macros
13 years ago
rlar
5086a90746
cleanup some preprocessor macros
13 years ago
rlar
738d3813b8
#2/7 use a subdirectory "ngspice" for includes to create a uniq namespace
15 years ago
rlar
7b3960506f
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
16 years ago
h_vogt
31203ce2ab
macro ERROR -> MERROR
16 years ago
h_vogt
9f1ee290a4
new code for .measurement
17 years ago
dwarning
0e52a0fcc2
backup NEWCONV because of using original BSIM code
18 years ago
sjborley
368f6b0699
Changes to allow compile with MinGW. Macros JMP_BUF, LONGJMP, and SETJMP
21 years ago
pnenzi
8d893d890a
CIDER integration. Code updated for cider support.
23 years ago
arno
86f326d11e
* NEWS TODO acconfig.h configure.in src/ngspice.idx
26 years ago
arno
cc51f0e8db
* src/main.c, src/multidec.c, src/proc2mod.c,
26 years ago
arno
1025e978bc
* src/include/complex.h, src/include/macros.h,
src/include/memory.h, src/maths/sparse/spdefs.h: Moved definitions
of complex into complex.h. There are three different ways to
declare a complex number in Spice. We need further work to reduce
this to only one.
* src/maths/cmaths/Makefile.am, src/maths/cmaths/.cvsignore,
src/maths/cmaths/test_cx_ph.c: Added a new test and updated the
corresponding support files.
26 years ago
arno
353282b3ef
* src/frontend/diff.c src/frontend/diff.h
26 years ago
pnenzi
978f1c32a2
Initial revision
26 years ago