66 Commits (aeec110c64313cda7b07767daf4306aab4d9f270)

Author SHA1 Message Date
rlar 7aa454e5b4 rewrite, using tprintf() 12 years ago
rlar 575d42b0a5 mifgetmod.c, rewrite error report for 'unrecognized parameter' 12 years ago
rlar ea7372efe7 rewrite, useing IFerrorf() 12 years ago
Calin Andrian c38f7236b1 MIFget_boolean(), allow numeric values 0 and 1 too 13 years ago
rlar 1156164056 fix incorrect fprintf() usage 13 years ago
rlar df5c785a84 drop `INPmodUsed' which is redundant to `INPmodfast' 13 years ago
rlar d52c9e401a polish `IFC' macro 13 years ago
rlar 14687910d9 rewrite `TSTALLOC()' macro for auto indentation 13 years ago
rlar c0eeb96dd9 xpsice, fix premature tfree() invocation 13 years ago
rlar 4184aa8c10 cleanup, use array operator 13 years ago
rlar 4146a8644a use enum Mif_Port_Type_t values instead of numericals 13 years ago
h_vogt a581c3b43f mif_inp2.c: bug 3389072 fixed 14 years ago
h_vogt b676a73167 beautify code 14 years ago
Francesco Lannutti 08ec219417 remove all .cvsignore files 14 years ago
Francesco Lannutti 1dc70189a7 remove compilation warnings (type casts) 14 years ago
dwarning 2506fe3858 changed the #include order - ngspice.h must be first 14 years ago
h_vogt cb42989204 mifgetvalue.c: need a copy to allow freeing token 14 years ago
h_vogt 0af75f3bd9 subckt.c, mif_inp2.c: plug XSPICE setup memory leaks 14 years ago
h_vogt b02a497490 mif_inp2.c, subckt.c: plug memory leaks at XSPICE setup 14 years ago
h_vogt acfc7a2a27 remove memory leaks 14 years ago
h_vogt b85f6bbc7d controlled_exit() instead of exit() 14 years ago
rlar cb0a48801d introduce AM_CFLAGS = $(STATIC) 14 years ago
rlar 3d34b22ebf fix file modes 14 years ago
rlar d5f6bcbedf drop some more casts 14 years ago
rlar e800751d3e drop some (char*) casts 14 years ago
h_vogt 131e40dab9 prevent crash upon 'reset' (MS Windows only) 14 years ago
rlar afa1371746 #3/6 config.h --> ngspice/config.h, AM_CPPFLAGS 14 years ago
rlar 10346e055c #1/4 #include <ngspice/...> --> #include "ngspice/..." 15 years ago
rlar d26015586c #1/7 use a subdirectory "ngspice" for includes to create a uniq namespace 15 years ago
rlar 5d302ee823 tiny rewrite, round to nearest integer and reset errno for strtol() 15 years ago
h_vogt e6c86b4d98 explicit casting double -> int etc. 15 years ago
rlar 6a6a52ebbe mop up, in the shadow of the last two commits 15 years ago
rlar 3d8fb96647 cleanup, (modtmp) --> modtmp 15 years ago
rlar c1683a5571 cleanup, some more (*p).foo --> p->foo 15 years ago
rlar 23056573d8 code cleanup, drop NULL pointer casts 15 years ago
rlar 0b6a557334 code cleanup 15 years ago
rlar e1292b0c3a bug fix, segmentation fault caused by `reset' when xspice used 16 years ago
rlar abb87a6115 rename `IGNORE()' --> `NG_IGNORE()' 16 years ago
rlar 80286e0032 pour `IGNORE()' all over the source 16 years ago
rlar 7b3960506f wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC 16 years ago
rlar de35847146 realloc does work, even with NULL argument 16 years ago
rlar 11c2ff1720 RALLOC usage unification, drop braces around the second argument 16 years ago
rlar 241783d0b5 use for(;;) instead of while(1) to muffle some visual-C warnings 16 years ago
rlar 44a182c1ba use the type CKTnode instead of void* 16 years ago
rlar b31aef0557 find a suitable home for **DEVices and DEVmaxnum in devdefs.h 16 years ago
rlar c2ca9a7998 drop -1, extend enum Mif_Cntl_Src_Type_t 16 years ago
rlar d7e2e7f7f0 cast malloc... return values 16 years ago
rlar eb6e3e9827 fix some casts 16 years ago
rlar c9bfe72187 use CKTcircuit instead of void*, #4/4 16 years ago
rlar 70420197e6 ansi style function args for some function pointers 16 years ago