Tim Edwards
b3277ca53e
Modified reading of SPICE files so that parameters in quotes get
...
treated monolithically instead of being broken up into separate
tokens according to space characters, which screws up the parameter
parsing.
2017-10-12 12:11:30 -04:00
Tim Edwards
8deccaad9c
Fixed a bug in the combine routine that causes a segfault; added
...
preliminary support for a Tcl list output format.
2017-01-07 06:56:51 -05:00
Tim Edwards
a2b1f5c85f
Removed all instances of macro INLINE, as this is showing up now
...
as failing on certain compilers. This undoubtedly reflects some
change in gcc or the OS setup, but since modern compilers should
be able to figure out for themselves when to inline a subroutine
(or not), the inline hint is somewhat arcane and unnecessary.
2016-10-24 13:42:08 -04:00
Tim Edwards
b743fa2ccc
Corrected an apparently non-functional call to feof(); random
...
end-of-file will now properly terminate instead of re-reading
the same line.
2015-08-31 10:04:20 -04:00
Tim Edwards
d5e9f81cb0
Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky
2015-05-18 09:27:46 -04:00