394 Commits (42ac9a2859ba26e550c530df0d3b3e89655c7ca6)

Author SHA1 Message Date
rlar 51fa006c63 INPparseNumMod(), #14/14, whitespace cleanup 10 years ago
rlar 0b1c79172c INPparseNumMod(), #13/14, invert 'if' statement 10 years ago
rlar aa5afccf15 INPparseNumMod(), #12/14, use 'info' instead of 'lastType' 10 years ago
rlar c4d39d66de INPparseNumMod(), #11/14, remove unused 'cardType' 10 years ago
rlar 521fd16c11 INPparseNumMod(), #10/14, don't fall through into the 'default:' 10 years ago
rlar 6b305744d9 INPparseNumMod(), #9/14, invert the 'if' statement 10 years ago
rlar 1483e2df9a INPparseNumMod(), #8/14, move the 'default:' body out of the 'switch' 10 years ago
rlar 1a9bcf6b33 INPparseNumMod(), #7/14, use 'lastType' instead of the identical 'cardType' 10 years ago
rlar 110f16b361 INPparseNumMod(), #6/14, again, assign 'lastType' sooner 10 years ago
rlar 18d6679c02 INPparseNumMod(), #5/14, use 'lastType' instead of the identical 'cardType' 10 years ago
rlar 11f3907139 INPparseNumMod(), #4/14, assign 'lastType' sooner 10 years ago
rlar 7862a4f59f INPparseNumMod(), #3/14, `continue' the loop instead of 10 years ago
rlar c1c7b5305e INPparseNumMod(), #2/14, transform the `while' loop into a `for' loop 10 years ago
rlar e824cbd193 INPparseNumMod(), #1/14, return sooner 10 years ago
rlar 994bec7859 declare free() / realloc() arguments `const void *' 10 years ago
Francesco Lannutti ef0dcfe5f2 avoid bison dependency `version >= 2.7' 10 years ago
h_vogt 50bd157349 parser/inppas3.c, fix memory leak 10 years ago
h_vogt ffee2a6b5f parser/inppas3.c, fix memory ownership 10 years ago
rlar ddf01dbe3f parser/inppas3.c, shrink scope of local variable `name' 10 years ago
h_vogt 9154ab103a inp2dot.c, dot_tran(), fix a memory leak 10 years ago
rlar 5e04924890 cleanup `skip_ws()' usage 10 years ago
rlar b1d8b99018 skip-ws, #6/6, rename to match inpcom.c 10 years ago
rlar 22875d056b skip-ws, #5/6, use functional style 10 years ago
rlar a86f2068c8 skip-ws, #3/6, use TEMPORARY macros, obj-invariant 10 years ago
rlar 6d1171ad6f skip-ws, #2/6, introduce "ngspice/stringskip.h" 10 years ago
rlar d0897fd0c4 src/spicelib/parser/inpptree.c, bug fix, B expression of kind `max(0,expr)' 10 years ago
rlar 726d0be34c use char variants of the <ctype.h> toxxxx() family 10 years ago
rlar 71a7c3459b use char variants of the <ctype.h> isxxxx() family 10 years ago
rlar 36aa107c0e src/spicelib/parser/inpptree.c, avoid warning, drop nested local `arg1' ... 10 years ago
rlar 5706fbd890 parser/inpptree-parser.y, bug fix, allow unary `+' 11 years ago
rlar 45117c94fd drop yyparse() prototypes, require bison >= 2.7 which emits them 11 years ago
rlar 0178dcd5f3 remove bison generated files from the repository 11 years ago
rlar 2f061b441e Makefile.am, fix dependency rules for bison generated files 11 years ago
rlar a0a5e0f9c2 inpptree-parser.y, fix type of function `PTparse()' 11 years ago
dwarning 1b4aa22d0d Update some level and version entries for MOS models 11 years ago
rlar dffcbddbba swallow `deprecated directive' warning emitted by newer bisons 11 years ago
rlar 794df1066a update bison generated files 11 years ago
rlar 1c6efd9481 polish bison/flex makefile rules 11 years ago
rlar f4472f788e spicelib/parser/inpptree.c, bug fix, "#287 Shared library crashes on using non existing functions " 11 years ago
rlar 7bc6374138 cleanup, use '\0' instead of 0 in char context 11 years ago
dwarning 6dbe8e618d correct node assignment for hisimhv 11 years ago
dwarning 9ed2da9ad9 new hisimhv model version 2.2.0 in a separate directory 11 years ago
rlar a21770aab9 parser/inpgtok.c, remove unused function `INPgetU2Tok()' 11 years ago
rlar 1b7f3a9f2c parser/inpeval.c, this cannot happen here 11 years ago
rlar 548a1045a4 parser/inpeval.c, simplify mil/meg/milli processing 11 years ago
rlar c018b328b9 parser/inpeval.c, whitespace cleanup 11 years ago
rlar 4555107013 parser/inpeval.c, use '\0' 11 years ago
rlar a2b5288a3d parser/inpeval.c, bug fix, allow at most one sign char when parsing a number 11 years ago
rlar 12e8ee750b parser/inpeval.c, bug fix, incorrect restore of `*line' 11 years ago
rlar 2cbc84ccd1 parser/inpgtok.c, use copy_substring() 11 years ago