rlar
d49bf31819
inpcom.c, inp_sort_params(), cleanup usage of `max_level'
12 years ago
rlar
4594e54d50
inpcom.c, inp_sort_params(), cleanup usage of `skipped'
12 years ago
rlar
e6e03ead75
inpcom.c, inp_sort_params(), local scope for `param_name'
12 years ago
rlar
17670eeaa9
inpcom.c, inp_sort_params(), transform a for loop
12 years ago
rlar
8209a02e70
inpcom.c, inp_sort_params(), drop `param_str'
12 years ago
rlar
ff4293af18
inpcom.c, inp_sort_params(), drop `found_in_list'
12 years ago
rlar
3899cc5585
inpcom.c, inp_sort_params(), cleanup using for loop
12 years ago
rlar
70b74028d1
inpcom.c, inp_sort_params(), rename `param_skip', `ptr_array', `ptr_array_ordered'
12 years ago
rlar
b9ea286da7
inpcom.c, inp_sort_params(), cleanup usage of `num_params'
12 years ago
rlar
0927932b94
inpcom.c, inp_sort_params(), cleanup usage of `arr_size'
12 years ago
rlar
8d0f205969
inpcom.c, inp_sort_params(), rename `ptr' --> `c'
12 years ago
rlar
be170de6e2
inpcom.c, inp_get_param_level(), rename variables
12 years ago
rlar
505a4112a7
inpcom.c, inp_get_param_level(), rewrite for readability
12 years ago
rlar
fefa690714
inpcom.c, inp_get_param_level(), bug fix, access out of bounds
12 years ago
rlar
a002a5f6ba
inpcom.c, inp_sort_params(), cleanup using new `struct depedency'
12 years ago
rlar
268de0a341
inpcom.c, inp_sort_params(), introduce `search_plain_identifier()'
12 years ago
rlar
cea13aef16
partial revert previous commit
12 years ago
rlar
72779956b5
inpcom.c, inp_fix_subckt(), don't modify the processed string
12 years ago
rlar
a84e181581
inpcom.c, inp_fix_subckt(), drop unused code
12 years ago
rlar
b50af8e8df
inpcom.c, inp_fix_subckt(), cleanup
12 years ago
rlar
668b7e23c5
inpcom.c, abstraction, introduce `inp_spawn_brace()'
12 years ago
rlar
26a036ed54
inpcom.c, inp_chk_for_multi_in_vcvs(), comment
12 years ago
rlar
d522c7cd18
inpcom.c, inp_chk_for_multi_in_vcvs(), extend the last but one commit
12 years ago
rlar
b2e8bec2a9
inpcom.c, inp_chk_for_multi_in_vcvs(), whitespace
12 years ago
rlar
c7c9f38523
inpcom.c, inp_chk_for_multi_in_vcvs(), rewrite for readability
12 years ago
rlar
6208c96036
inpcom.c, inp_chk_for_multi_in_vcvs(), emphasise error processing
12 years ago
rlar
f5202201c3
inpcom.c, inp_chk_for_multi_in_vcvs(), reorder
12 years ago
rlar
29a4959f5d
inpcom.c, inp_chk_for_multi_in_vcvs(), cleanup using more and better named variables
12 years ago
rlar
e4e2abdf09
inpcom.c, inp_chk_for_multi_in_vcvs(), use `strchr()'
12 years ago
rlar
4436a42dbc
inpcom.c, inp_chk_for_multi_in_vcvs(), bug fix
12 years ago
rlar
75ab9ec5e5
inpcom.c, inp_read(), swallow a warning
12 years ago
rlar
1ae1909641
inp_sort_params(), simplify, "%s" does work for the empty string
12 years ago
rlar
63db630a0a
inp_fix_temper_in_param(), cleanup using 'skip_back_ws()'
12 years ago
rlar
6325a4b7ab
inp_fix_temper_in_param(), bug fix, failure to skip whitespace
12 years ago
rlar
5c50ec501d
inpcom.c, cleanup using new function 'search_identifier()'
12 years ago
rlar
a9a43e4b76
inpcom.c, cleanup inp_add_series_resistor()
12 years ago
rlar
7476dec093
inpcom.c, use '\0'
12 years ago
rlar
7f7453a227
inp_do_macro_param_replace(), fix several bugs concerning .func processing
12 years ago
rlar
fd47aafc4e
fix commit, "bug fix, `#279 Problem when using a function to set initial value"
12 years ago
rlar
fbdea9be3d
inpcom.c, inp_fix_inst_calls_for_numparam() rewrite for cleanup
12 years ago
rlar
6d30585a5e
inpcom.c, inp_fix_inst_calls_for_numparam(), local scope for some vars
12 years ago
rlar
5862d1b297
inpcom.c, inp_fix_inst_calls_for_numparam(), avoid excess tfree() invocations
12 years ago
rlar
e652dc40be
inpcom.c, drop unused artifacts
12 years ago
rlar
7a6b569b3b
inpcom.c, rewrite bizarre code in inp_get_params()
12 years ago
rlar
7813f6cf6a
cleanup, use tprintf()
13 years ago
rlar
7aa454e5b4
rewrite, using tprintf()
12 years ago
rlar
b6ed9a3620
bug fix, `#279 Problem when using a function to set initial value"
reported by Marcel Hendrix in
http://sourceforge.net/p/ngspice/bugs/279/
"SPF_time" erroneously did match "time"
introduce a saver matcher for
`v(' `i(' `temper' `time' and `hertz'
when checking for behavioural R,L,C devices
12 years ago
rlar
060257a468
inpcom.c, sharedlib, strip leading whitepace from circuit deck
this was traditionally done in inp_read() by readline(),
and was missing for circuit decks passed by 'circarray'
12 years ago
rlar
66281cad4e
inpcom.c: exclude command 'shell' from lower case letter transformation
reported by Dominique Michel
[Ngspice-users] gs is confused with the shell command
shell gs -dBATCH -dNOPAUSE -sDEVICE=png256 -sOutputFile="plot.png"
12 years ago
h_vogt
74b32f392c
inpcom.c: E, G source, improved search for 'vol' and 'cur'
in response to a bug report by Marlize Schoeman
"#274 VCVS Exxxx name and node names do not allow VOL as text"
http://sourceforge.net/p/ngspice/bugs/274/
12 years ago