h_vogt
b4516b08ca
bug fix, iplot(): Buffer overflow
Thanks to Zsolt Makaró for the bug report in
Buffer overflow detected - ID: 3510521
http://sourceforge.net/tracker/?func=detail&aid=3510521&group_id=38962&atid=423915
14 years ago
h_vogt
0a2e031cb1
bug fix, inp_fix_subckt(): problem when parsing a .subckt line
this worked
.subckt psub a b p2 = {p1*2-1} p1 = 1
but this failed
.subckt psub a b p2 = { p1 * 2 - 1 } p1 = 1
thanks to Ivan Riis Nielsen for the report in Message
[Ngspice-devel] parsing problem (ngspice-24 tarball)
14 years ago
h_vogt
4b1abe0a18
tclspice.c: new functions to get start and final time of a transient simulation
14 years ago
h_vogt
48a08dc63a
.gitignore: exclude /release* and /debug* directories
14 years ago
h_vogt
787a6a3581
inp_fix_subckt(): allow spaces in an expression which acts as a parameter
14 years ago
h_vogt
f15765bf46
Visual Studio: console and GUI, 32 Bit and 64 Bit newly organized
14 years ago
dwarning
1938041e10
1. Correct the list of binable models. 2. Fix a problem with wrong MOS level entries.
14 years ago
rlar
9f017ea557
.gitignore files
14 years ago
h_vogt
80a039983e
dummy functions
14 years ago
dwarning
70e9907415
Add reciprocal temperature behaviour for B sources
14 years ago
h_vogt
8f3f757813
command mrdump
14 years ago
h_vogt
dffe4ed156
command mdump
14 years ago
dwarning
862f10dce3
Add temperature coefficients for B sources
14 years ago
dwarning
d9561123f9
Add temperature coefficients for B sources
14 years ago
h_vogt
1a7fa85e3c
reading incs, libs etc.
14 years ago
h_vogt
fc7692a896
outheap removed
14 years ago
h_vogt
5d101f46f9
updates tcl for Windows
14 years ago
rlar
848b0c2158
update bison generated files
14 years ago
rlar
6ea91d2834
upgrade INPgetTree()
14 years ago
rlar
37940c9133
search for tclspinit in `cwd' as well
14 years ago
rlar
86ea7c5290
NG_IGNORE something
14 years ago
dwarning
d041b7b503
Typo in parameter name
14 years ago
rlar
d0f5ad49d1
make use of TMALLOC()
14 years ago
rlar
2e4d4a0e02
unuse srandom() and random()
14 years ago
rlar
32751766d1
polish make maintainer-clean, make mrproper
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
891e4fdef1
fix varags usage, tcl_printf(), tcl_fprintf(), tcl_vfprintf()
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
c3741ae6a1
comment/pinpoint a local misuse of a structure element
14 years ago
rlar
bfb8cb259c
drop some (char*) casts
14 years ago
rlar
d04f0948d6
preserve const'ness of some casts
14 years ago
rlar
c54d3a617e
drop (void*) cast of the dispose() argument
14 years ago
rlar
8864048692
drop tgetstr() return value cast
14 years ago
rlar
cc7afb7abb
drop (char*) cast in the third argument of ioctl()
14 years ago
rlar
d5f6bcbedf
drop some more casts
14 years ago
rlar
d03d5dfa2d
drop some casts
14 years ago
rlar
e800751d3e
drop some (char*) casts
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
4ae0ee137c
ngspice-24
14 years ago
dwarning
d2f9fe7379
tlevc=1 correction
14 years ago
rlar
b4424c9d2c
define NAN for non C99 environments
14 years ago
h_vogt
9e3436004f
prepare release 24
14 years ago
h_vogt
131e40dab9
prevent crash upon 'reset' (MS Windows only)
14 years ago