3518 Commits (b6d2a50e426c9d17630472aa6bfb7adb91c4e320)

Author SHA1 Message Date
Holger Vogt 13ca544d15 replace & with && and | with || and *# with * # 8 years ago
Holger Vogt ae9cc17aff add predefined parameters TEMP, VT after each subckt call 8 years ago
Holger Vogt 77814b8618 add predefined params TEMP, VT, GMIN to beginning of deck 8 years ago
Holger Vogt 5ace7ff1fd exclude simple e and h sources from getting a series voltage source 8 years ago
Holger Vogt cfa473ad96 don't print NULL (deallocated lines) 8 years ago
Holger Vogt 9908b39d2b make inp_compat_mode global 8 years ago
Holger Vogt 98fe623ba4 add function prototype pspice_compat 8 years ago
Holger Vogt 4aff986ee8 fix a bug, missing ; 8 years ago
Holger Vogt 429326e139 Add current measurement for device XYZ using I(XYZ) 8 years ago
h_vogt 7dd81327ec new command 'alterparam', to be used in conjunction with 'mc_source' 10 years ago
h_vogt 5c3a6a3829 new command 'mc_source' to internally reload circuit 10 years ago
h_vogt 464f855d1d subckt.c, introduce new function inp_deckcopy_oc() 10 years ago
rlar dc604c75d5 inpcom.c, whitespace 10 years ago
rlar 0f1b75a95b inpcom.c, abstraction, introduce bogus_find_subckt() 10 years ago
Holger Vogt 284f68765d frontend/vectors.c, readability of warning message 8 years ago
Holger Vogt 68125ea3cf allow reading LTSPICE ascii raw files with 'load' command 8 years ago
Holger Vogt 2f719f7401 function 'inp_vdmos_model' to process vdmos model lines towards ngspice compatibility 8 years ago
h_vogt 3dd2115291 frontend/subckt.c, do not put model names into numparam hash table 10 years ago
rlar b803b294b4 frontend/parser/lexical.c, cp_lexer(), allow # and * comment 9 years ago
rlar 878c9645c7 frontend/outitf.c, drop /* ARGSUSED */ comments 8 years ago
Holger Vogt edc690e26f frontend/outitf.c, plug a memory leak when `.option interp' 8 years ago
rlar 95ef5e79d9 numparam/*, use `pscopy()' 8 years ago
rlar 9ad63cc2c0 numparam/*, plug memory leaks 8 years ago
rlar ea1b83698f numparam/*, drop case conversions 8 years ago
rlar 0200d5c7e9 numparam/*, drop "old style" '&' syntax 8 years ago
rlar 8022aa09a6 spicenum.c, cleanup dicoS usage 8 years ago
rlar aa0dbd20ad spicenum.c, drop putlogfile() 8 years ago
rlar 15c00a9d42 spicenum.c, drop dologfileS, logfileS and nblogS 8 years ago
rlar 112f35cc96 nupa_copy(), use skip_back_ws() 8 years ago
rlar 9218b76583 nupa_copy(), cleanup 8 years ago
rlar ec24c1ded7 nupa_copy(), fix lvalue 8 years ago
rlar 06708f1ed1 nupa_copy(), ls ==> s_end - (const) s 8 years ago
rlar 751d377d3e pscopy(), pscopy_up(), use `char *stop' argument 8 years ago
rlar e21d48a267 pscopy(), pscopy_up(), use _spice_dstring_setlength() return value 8 years ago
rlar 2ce91b0821 pscopy(), pscopy_up(), expand spice_dstring_reinit() macro 8 years ago
rlar 2cb579cd9f pscopy(), pscopy_up(), drop `start' argument 8 years ago
rlar 3bd9c1c858 scopyd(), return void 8 years ago
rlar 5164c16a1b numparam/mystring.c, drop unused nadd(), cins(), sins() and spos_() 10 years ago
rlar 468f7580ad nupa_subcktcall(), cleanup using skip_ws() 8 years ago
rlar a38b19bc0e nupa_subcktcall(), reintroduce search for last occurence of the subckt name 8 years ago
rlar c2f519c191 nupa_subcktcall(), drop `p_subname' 8 years ago
rlar 3f5ea23c71 nupa_subcktcall(), drop `ls_ptr' 8 years ago
rlar 437f92385a nupa_subcktcall(), avoid `jp' pointing beyond end of string 8 years ago
rlar bb9689139b nupa_subcktcall(), drop `parsebuf' and `buf' 8 years ago
rlar 8b1e4fc32c nupa_subcktcall(), introduce search_isolated_identifier() 8 years ago
rlar 6a57023ced nupa_subcktcall(), drop `hp' 8 years ago
rlar b16a61fb7c nupa_subcktcall(), use skip_non_ws() 8 years ago
rlar 71ac5bccc2 nupa_subcktcall(), swap `hp' and `kp' 8 years ago
rlar 07112d62fb nupa_subcktcall(), simplify 10 years ago
rlar e4a2106cfe nupa_subcktcall(), simplify 10 years ago