Commit Graph

1759 Commits

Author SHA1 Message Date
rlar 2e2f4fc69c inpcom.c, cleanup `inp_reorder_params()', use NULL instead of `end' 2014-12-15 19:52:31 +01:00
rlar aee2561f5a inpcom.c, `inp_sort_params()', do not unnecessarily swap params 2014-12-14 22:41:46 +01:00
rlar 84252fee5e inpcom.c, cleanup `inp_fix_subckt()', use `line_free_x()' 2014-12-14 22:30:58 +01:00
rlar e9d37d0637 inpcom.c, cleanup `inp_fix_subckt()', simplify list concatenation 2014-12-14 22:30:53 +01:00
rlar c09fd54a54 inpcom.c, bug fix, `inp_sort_params()' will do the concatenation 2014-12-14 22:28:04 +01:00
rlar ada71a6ec7 inpcom.c, `inp_fix_subckt()', bogus and useless invocation of `inp_quote_params()' 2014-12-14 22:03:13 +01:00
rlar 0595602c40 inpcom.c, cleanup `inp_sort_params()', drop unused `end_card' 2014-12-14 22:02:58 +01:00
rlar 0d610d4c7a fix `quote' spelling 2014-12-14 22:02:32 +01:00
rlar 1ab1213771 inpcom.c, cleanup `inp_reorder_params_subckt()', swallow `deck' 2014-12-14 19:41:29 +01:00
rlar 63c9bdf1ca inpcom.c, cleanup `inp_reorder_params()', swallow `deck' 2014-12-14 19:40:25 +01:00
rlar a842144e02 inpcom.c, cleanup `inp_reorder_params()', swallow `end' 2014-12-14 19:38:54 +01:00
rlar e09c962f1b inpcom.c, abstraction, introduce `inp_qoute_params()' 2014-12-14 19:20:52 +01:00
rlar 3819912e34 inpcom.c, cleanup `inp_sort_params()', local scope for some variables 2014-12-14 19:20:51 +01:00
rlar 956831f922 swallow warning in commit "inpcom.c, teemper bug fix, ..." 2014-12-14 19:20:48 +01:00
rlar 8bf9a67fc8 inpcom.c, cleanup `inp_sort_params()' 2014-12-14 16:20:53 +01:00
rlar aeec110c64 inpcom.c, cleanup `inp_sort_params()' 2014-12-14 16:03:59 +01:00
rlar 726f1d3fb8 inpcom.c, teemper bug fix, rewrite `inp_functionalise_identifier()'
do not compare against `VALIDCHARS'
  which is much to broad with respect to our operators
2014-12-13 22:36:18 +01:00
rlar 9579b78091 inpcom.c, inp_fix_temper_in_param(), abstraction, introduce `inp_functionalise_identifier()' 2014-12-13 18:23:30 +01:00
rlar ff613c3c41 inpcom.c, abstraction, yet another `ya_search_identifier()' 2014-12-06 20:48:26 +01:00
rlar c5e0bcde04 cleanup using `hypot()' 2014-12-06 20:41:11 +01:00
rlar eafa0a9bed inpcom.c, use backwards protected `skip_back_ws_()' 2014-12-05 19:39:51 +01:00
rlar e0859d78c0 inpcom.c, rewrite `inp_fix_temper_in_param()' 2014-12-02 20:04:23 +01:00
rlar 45cfdde701 src/frontend/plotting/plotit.c, plotit(), fix command line buffer overflow 2014-11-30 22:15:37 +01:00
rlar d18d2a935c src/frontend/variable.c, rewrite `cp_variablesubst()' 2014-11-30 20:58:29 +01:00
rlar 33d33e9d50 src/frontend/variable.c, fix expansion of '$var' when $var is an empty list
test case:
 set foo = ( )
 set foo = ( $foo baz bar )
 echo $foo
2014-11-30 11:20:05 +01:00
rlar bd441171a7 inpcom.c, inp_fix_param_values(), bug fix, #295 .model fails when a literal numerical parameter value starts with a '+' 2014-11-10 21:18:18 +01:00
rlar 5e76305ffa inpcom.c, inp_modify_exp(), bug fix, enforce precedence when numparm substitutions come into play 2014-11-06 21:16:24 +01:00
rlar 30742f30a4 inpcom.c, inp_modify_exp(), bug fix, #294 B source failure when using an unary minus 2014-11-06 18:29:54 +01:00
rlar c79d2482ae inp_modify_exp(), remove operator rewrite `**' --> `^'
Thats implemented in the lexer for B expressions,
( `PTlex()' in src/spicelib/parser/inpptree.c )
2014-11-04 19:59:40 +01:00
rlar 70ad8cce5f inp_modify_exp(), cleanup #17/17, polish while loop 2014-11-04 18:56:34 +01:00
rlar aa05b6f095 inp_modify_exp(), cleanup #16/17, whitespace 2014-11-04 18:56:34 +01:00
rlar b37db50aed inp_modify_exp(), cleanup #15/17, use postincrement 2014-11-04 18:56:34 +01:00
rlar b58c8252cc inp_modify_exp(), cleanup #14/17, reduce scope of `buf' 2014-11-04 18:56:34 +01:00
rlar e1f8344bae inp_modify_exp(), cleanup #13/17, rename `ustate' --> `state' 2014-11-04 18:56:34 +01:00
rlar 970b5ed772 inp_modify_exp(), cleanup #12/17, rename `actchar' --> `c' 2014-11-04 18:56:32 +01:00
rlar 88a01bfd68 inp_modify_exp(), cleanup #11/17, rename `str_ptr' --> `s' 2014-11-04 18:56:24 +01:00
rlar b023f36dbb inp_modify_exp(), cleanup #10/17, use tprintf() 2014-11-04 18:55:37 +01:00
rlar 2992d6b416 inp_modify_exp(), cleanup #9/17, use `int' for `i' 2014-11-04 18:55:36 +01:00
rlar ca767ef08f inp_modify_exp(), cleanup #8/17, use an enum for `ustate' 2014-11-04 18:55:34 +01:00
rlar c792f344bb inp_modify_exp(), cleanup #7/17, use postincrement 2014-11-04 18:53:29 +01:00
rlar 381b5d9ec1 inp_modify_exp(), cleanup #6/17, rewrite 2014-11-04 18:53:28 +01:00
rlar 49c233029a inp_modify_exp(), cleanup #5/17, local scope for variables 2014-11-04 18:53:28 +01:00
rlar 6bc63f798d inp_modify_exp(), cleanup #4/17, cleanup for loop 2014-11-04 18:53:28 +01:00
rlar 74954fbcfe inp_modify_exp(), cleanup #3/17, drop `new_str' 2014-11-04 18:53:28 +01:00
rlar 3d842352aa inp_modify_exp(), cleanup #2/17, remove redundant assignments 2014-11-04 18:53:26 +01:00
rlar 3fc7b99292 inp_modify_exp(), cleanup #1/17, use tprintf() 2014-11-04 18:50:53 +01:00
rlar 87960d52b4 inpcom.c, use tprintf() to simplify code in inp_bsource_compat() 2014-11-02 19:46:16 +01:00
rlar 8b04ff6b7c inpcom.c, use inp_modify_exp() to remove duplicated code in inp_bsource_compat() 2014-11-02 19:45:42 +01:00
rlar 5464859ebb inpcom.c, inp_bsource_compat(), shrink brace removal to the actual b-expression 2014-11-02 18:45:41 +01:00
rlar 5550d53512 inpcom.c, inp_bsource_compat(), fix an assertion 2014-11-02 18:45:28 +01:00