h_vogt
|
68c4de76b7
|
new option noopac, don't do op simulation before ac if circuit is linear
May simplify ac simulation of passive RLC networks
(No need to add series resistors in Ls, allows to C inseries)
|
14 years ago |
rlar
|
3d7ab6a297
|
cleanup keyword databases on proram termination
|
14 years ago |
rlar
|
789edee376
|
rewrite inp_list() avoid duplicate code
|
14 years ago |
rlar
|
67132108ad
|
out_printf() is not supposed to be a preprocessor macro
|
14 years ago |
rlar
|
d4ced47e8e
|
drop out_pbuf, which was an ancient workaround
obviously an old implementation of out_printf()
has been unreliable.
|
14 years ago |
rlar
|
9ed7ce4e9e
|
wlist.c, `const' ness
|
14 years ago |
rlar
|
cdef8aa10e
|
implement wl_delete_slice()
|
14 years ago |
rlar
|
e2be942b72
|
implement wl_find()
|
14 years ago |
h_vogt
|
4d0d0fafb9
|
repair broken ternary function in B-Source
failed if parameters were included in function.
fixed by finding nested parens in gettok_char()
|
14 years ago |
rlar
|
561d30e5bf
|
implement wl_chop()
|
14 years ago |
rlar
|
d9ddaec784
|
implement wl_cons(), wl_append_word() and wl_chop_rest()
|
14 years ago |
h_vogt
|
3a603cf17c
|
Visual Studio: isatty --> _isatty
|
14 years ago |
h_vogt
|
0a087a47c8
|
enable B source debugging in behavioral models, exit on error if variable strict_errorhandling is set
|
14 years ago |
rlar
|
11878ee4ad
|
misccoms.c, use strncasecmp()
|
14 years ago |
rlar
|
3d34b22ebf
|
fix file modes
|
14 years ago |
rlar
|
d8105873db
|
remove error.h, use fteext.h for controlled_exit()
|
14 years ago |
rlar
|
58b0614467
|
fix memory leaks in ASRC and in INPgetTree()
implement a reference counter `usecnt' for the elements
of the `INPparseTree'
|
14 years ago |
h_vogt
|
8f3f757813
|
command mrdump
|
14 years ago |
h_vogt
|
dffe4ed156
|
command mdump
|
14 years ago |
h_vogt
|
5d101f46f9
|
updates tcl for Windows
|
14 years ago |
rlar
|
fce7548bd2
|
#4/4 finish the switch from ngcomplex* args to ngcomplex
|
14 years ago |
rlar
|
a056ea3065
|
#3/4 switch realpart() and imagpart() args from ngcomplex* to ngcomplex
|
14 years ago |
rlar
|
94e3abd847
|
#2/4 switch cph() and cmag() args from ngcomplex* to ngcomplex
|
14 years ago |
rlar
|
50aea0be0c
|
#1/4 drop cast (enable compiler type check)
|
14 years ago |
rlar
|
f38aa32b5f
|
adms3, fix some types
|
14 years ago |
rlar
|
e396b15104
|
use type `struct ccom'
|
14 years ago |
rlar
|
f70fd8ea1b
|
use type `runDesc'
|
14 years ago |
rlar
|
5df8e981e5
|
struct runDesc forward declaration
|
14 years ago |
rlar
|
a716572233
|
rewrite INPlookMod(), return INPmodel*/NULL instead of int 1/0
|
14 years ago |
rlar
|
f285dd0aa8
|
use strchr() instead of index()
|
14 years ago |
rlar
|
b4424c9d2c
|
define NAN for non C99 environments
|
14 years ago |
rlar
|
dc2938812b
|
revert last commit, simply insane
|
14 years ago |
rlar
|
8b4cbf05c9
|
wrap isnan declaration, isnan is a macro on modern systems
|
14 years ago |
rlar
|
598238f46a
|
conditionally compile PSS analysis
|
14 years ago |
h_vogt
|
d2f9faf66b
|
.lib handling
|
14 years ago |
rlar
|
c7ddee5923
|
remove CVS `Id',`log' etc. keyword incantations
|
14 years ago |
rlar
|
4aa91d22a5
|
install headers in $(pkdatadir)/include/ngspice
|
14 years ago |
rlar
|
4ca58067a2
|
#2/6 config.h --> ngspice/config.h, #include's
|
14 years ago |
rlar
|
ee48c0952a
|
#1/6 config.h --> ngspice/config.h, configure.ac
|
14 years ago |
h_vogt
|
75767fcc3d
|
floor(), ceil() added
|
14 years ago |
h_vogt
|
94e9f07b90
|
Gxxx n1 n2 TABLE {expression} = (x0, y0) (x1, y1) (x2, y2)
|
14 years ago |
rlar
|
0d7f64657c
|
move stringutil.h --> src/include/ngspice
|
14 years ago |
rlar
|
0e1f5a29f7
|
type fixes
|
14 years ago |
h_vogt
|
bcc23c1f78
|
exit on all circuit parsing errors if var strict_errorhandling is set
|
14 years ago |
rlar
|
f7ea50c287
|
new: configure --enable-adms3
|
15 years ago |
r29173
|
bab7e17a6a
|
added SPICEadmsdev - a super structure of SPICEdev used to build dynamic device libraries
|
15 years ago |
r29173
|
f8f1e1f974
|
add routine load_vadev to public definitions.
|
15 years ago |
rlar
|
0b5042e7da
|
remove CVS `Id',`log' etc. keyword incantations
|
15 years ago |
rlar
|
7d75ebcb81
|
unify OUTpBeginPlot() invocation
|
15 years ago |
rlar
|
10346e055c
|
#1/4 #include <ngspice/...> --> #include "ngspice/..."
|
15 years ago |