rlar
19dfaf03f3
numparam, #1/2, nupa_eval(), use struct card * argument
9 years ago
rlar
511cdd7188
struct card, #3/6, rename members from struct line to struct card
9 years ago
rlar
dc6e1cb064
use strchr() instead of strstr()
9 years ago
rlar
45ad60b738
rename gettok_nc() --> nexttok(), and functionalize it
9 years ago
h_vogt
6a0a6071a0
gettok_nc(&line): like gettok(), move pointer beyond next token in line, but without returning a string, without TMALLOC. Replaces constructs like tfree(gettok(&line)).
10 years ago
h_vogt
9ab2960e87
frontend/measure.c, remove memory leak
10 years ago
rlar
4c1c95e20f
everywhere, use `TMALLOC()' instead of `alloc()'
10 years ago
rlar
5ac7858a79
rewrite, use tprintf
11 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
da10f49755
remove memory leak freeing dicoS
reported by Jonathan Knott
13 years ago
h_vogt
745ea9ff3e
measure.c: disable autostop, if no .meas commands found
13 years ago
h_vogt
df65fa28cf
separate progress report from having Windows GUI
13 years ago
h_vogt
5a44b3f7f8
fix `SetAnalyse()' re-declaration
13 years ago
h_vogt
d7e291c53a
HAS_WINDOWS --> HAS_WINGUI
allow compilation on MS Windows without GUI
13 years ago
rlar
4184aa8c10
cleanup, use array operator
checked for object file invariance on linux with
./configure --enable-debug=no --enable-maintainer-mode --with-readline=yes --enable-cider --enable-ndev --enable-pss --enable-xspice
13 years ago
h_vogt
8f44839f3e
com_measure.c, measure.c: remove memory leaks
13 years ago
h_vogt
12e19d140b
measure.c, rewrite do_measure()
13 years ago
h_vogt
a13e5bf867
measure.c: outputting 'meas' status in Windows GUI
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
1a2477bdcc
avoid `meas' syntax error causing segfault
Invalid meas crashes ngspice with SIGSEV - ID: 3554330
http://sourceforge.net/tracker/?func=detail&aid=3554330&group_id=38962&atid=423915
14 years ago
h_vogt
11ae043c3d
com_measure2.c: enable 'meas dc' without 'from' and 'to' given
measure.c: no error printout during autostop
14 years ago
h_vogt
12e60822fb
measure.c: indentations
14 years ago
h_vogt
ed5491c179
measure.c: Update on error message for .meas
14 years ago
h_vogt
d1d2ff94e4
measure, error message updated and return(NAN) in case of measure failure
test for failure with isnan()
14 years ago
rlar
9655b9885a
cleanup, use wl_cons(), wl_append_word() and wl_chop_rest()
14 years ago
rlar
d8105873db
remove error.h, use fteext.h for controlled_exit()
14 years ago
rlar
0b5042e7da
remove CVS `Id',`log' etc. keyword incantations
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
h_vogt
2bbacac418
correct handling of =<vector>
15 years ago
h_vogt
747c606e30
remove bug in command meas, allow / and \ in Windows file paths
15 years ago
h_vogt
ebda0af288
update FIND ... WHEN measurements
15 years ago
rlar
e6c30efe46
Nr 4/5 (x = ...) != NULL , swallow warnings
16 years ago
rlar
d0dba768f8
change the type of a bunch of variables from `int' to `size_t'
16 years ago
rlar
7b3960506f
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
16 years ago
rlar
196262dd1b
move the com_*() prototypes around.
16 years ago
rlar
5bc8777a9b
remove #define for EOS use '\0' instead
16 years ago
rlar
d44f818cad
allow cp_getvar(,CP_BOOL,NULL) to avoid insane usage
16 years ago
rlar
a76cd1e104
textual replacement VT_* to CP_*, to avoid conflict in the windows world
16 years ago
rlar
3369d860b4
cast the return values of malloc() function calls
16 years ago
rlar
4420a3ecdd
add prototypes, remove some NULL casts
16 years ago
h_vogt
f1a4f27d21
improved numparam error message
16 years ago
dwarning
8585a00243
controlled_exit implementation
16 years ago
h_vogt
2dc814f613
patches by R. Larice
16 years ago
h_vogt
28d5114f43
comments, new examples
16 years ago
h_vogt
8cee489660
bugfix in com_meas()
17 years ago
h_vogt
70b2408f39
updates for .measure
new example files
17 years ago
h_vogt
d6350ca86d
add vectors to meas
17 years ago
h_vogt
248e44b883
new measure commands
17 years ago
h_vogt
68b06c7a73
comments
17 years ago