rlar
|
f3ce5bde2c
|
numparam, rename `entry' --> `entry_t'
|
12 years ago |
rlar
|
699ea93d1e
|
numparam, combine `symbols[0]' with `symbols[>0]' processing
|
12 years ago |
rlar
|
8ee943e0c8
|
numparam, rename `local_symbols' --> `symbols'
|
12 years ago |
rlar
|
30fc375e2c
|
numparam, use `local_symbols[0]' instead of `global_symbols'
|
12 years ago |
rlar
|
583492ab41
|
spicenum.c, shrink scope of some hash pointers
|
12 years ago |
rlar
|
4eeb1361d6
|
spicenum.c, rewrite nupa_done()
|
12 years ago |
rlar
|
d2d606a79a
|
spicenum.c, rewrite putlogfile()
|
12 years ago |
rlar
|
aa7a7606c7
|
avoid multiple declarations of controlled_exit(), add 'noreturn' attribute
|
13 years ago |
rlar
|
492f1f006c
|
numparam, almost full precision for stringified double float numbers
|
13 years ago |
rlar
|
2854fa71d4
|
fix an endless loop waiting for y/n when the input is at EOF
reported by Calin Andrian
Subject: [Ngspice-devel] Invaild number bug
|
13 years ago |
h_vogt
|
02555fbe99
|
bug reported by Yamamaya: revert deleting dicoS structure in inp.c and measure.c:
still to be used by 'listing param'
deletion moved to com_remcirc()
|
13 years ago |
h_vogt
|
94595c06df
|
spicenum.c, xpressn.c: plug setup memory leak
by adding user defined delete function for hash table entries
|
13 years ago |
h_vogt
|
3f23287bdd
|
spicenum.c: fix memory leak completely
|
13 years ago |
h_vogt
|
da10f49755
|
remove memory leak freeing dicoS
reported by Jonathan Knott
|
13 years ago |
Henrik Forstén
|
c9c23342bc
|
numparm, speedup modernizeex() for the common case
|
13 years ago |
dwarning
|
2506fe3858
|
changed the #include order - ngspice.h must be first
because icc complains about declaration visibility of mmsghdr struct
|
14 years ago |
rlar
|
7454a6d486
|
src/frontend/**, whitespace, indentation, ...
untabify
delete-trailing-whitespace
braces
...
checked for object file invariance on linux
|
14 years ago |
rlar
|
0beb95757f
|
cancer of the semicolon
|
14 years ago |
rlar
|
d8105873db
|
remove error.h, use fteext.h for controlled_exit()
|
14 years ago |
rlar
|
c54d3a617e
|
drop (void*) cast of the dispose() argument
|
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
|
1876ad1094
|
remove unused global artifact `dynLlen'
|
15 years ago |
h_vogt
|
f94cc3a8a0
|
comp issues
|
15 years ago |
rlar
|
70c97e12bb
|
numparm, un-pascal-ify, ws() wln()
|
15 years ago |
rlar
|
999d69731a
|
numparm, 17 digit placeholders --> numparm__XXXXXXXX dummy symbols
|
15 years ago |
rlar
|
24cdf89344
|
reinstate a missing if(numerical), which got lost
|
15 years ago |
rlar
|
f6ed60844f
|
part 2, the actual change
|
15 years ago |
rlar
|
35c36b1590
|
part 1, whitespace and indentation, nothing else
|
15 years ago |
rlar
|
5a3f5ac03d
|
undo the last commit, with the sole purpose to seperate it into two commits
|
15 years ago |
h_vogt
|
bb5ea06be4
|
start cleanup numparam
|
15 years ago |
rlar
|
abb87a6115
|
rename `IGNORE()' --> `NG_IGNORE()'
|
16 years ago |
rlar
|
80286e0032
|
pour `IGNORE()' all over the source
|
16 years ago |
rlar
|
21a31ab2c2
|
tiny rewrite, make use of strtolower() and strtoupper()
|
16 years ago |
rlar
|
96992f770a
|
use the type `bool' instead of `unsigned char' in the numparam world
|
16 years ago |
rlar
|
7b3960506f
|
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
|
16 years ago |
rlar
|
2540531c38
|
remove local prototypes, which are allready included
|
16 years ago |
rlar
|
4d31d2a12f
|
some .c file local prototypes
|
16 years ago |
rlar
|
62c6626254
|
add casts for void* returning functions
|
16 years ago |
rlar
|
5946300a97
|
upgrade foo() --> foo(void) ansi function definition
|
16 years ago |
dwarning
|
112261297d
|
Bill Swartz patch
|
16 years ago |
h_vogt
|
76feebbbfa
|
various bug fixes
|
16 years ago |
dwarning
|
25ebb25269
|
correct the 15 digit placeholder
|
16 years ago |
h_vogt
|
f1a4f27d21
|
improved numparam error message
|
16 years ago |
dwarning
|
8585a00243
|
controlled_exit implementation
|
16 years ago |
dwarning
|
b995267b29
|
prevent int to unsigned compare
|
17 years ago |
h_vogt
|
65b3fa2a4a
|
show error message in Windows before exiting
|
17 years ago |
dwarning
|
4e8d474799
|
only cosmetics
|
17 years ago |
h_vogt
|
12bf33431c
|
keep dico structure
|
17 years ago |
h_vogt
|
6e7da31598
|
memory leak removed
|
17 years ago |