..
help
cleanup `skip_ws()' usage
2016-03-22 15:26:11 +01:00
numparam
[PATCH 33 1/6] Fixed Visual Studio C4028 compiler warnings related to
2019-08-13 23:14:49 +02:00
parser
bug #408 : prevent invalid data or crash by not reading beyond end of string
2019-08-13 23:35:17 +02:00
plotting
Partially undo commit 016c558d7, 2019-05-01
2019-08-13 23:27:15 +02:00
trannoise
add function trnoise_state_free and use it
2018-08-23 10:12:24 +02:00
wdisp
Make interface responsive during plotting,
2019-08-18 10:52:46 +02:00
ChangeLog
Integrated code from tclspice, brorson xspice and Vera memleak.
2003-07-23 19:36:39 +00:00
Makefile.am
Fix a build error on FreeBSD 12, bison 3.3.2, automake 1.16.1 and BSD make
2019-08-13 23:16:49 +02:00
README
* src/Makefile.am src/main.c src/sconvert.c
2000-05-06 14:12:51 +00:00
arg.c
src/frontend/** whitespace, indentation, ...
2012-09-22 19:33:50 +02:00
arg.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
aspice.c
fix bug no. 362, reported by Bohdan Tkhir
2018-07-30 00:35:25 +02:00
aspice.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
breakp.c
[PATCH #76 ] Fixed access violation when iplot called without a circuit
2019-08-13 23:31:54 +02:00
breakp.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
breakp2.c
breakp2.c, copynode(), prevent segfault if missing ')'
2016-11-01 11:56:25 +01:00
breakp2.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
circuits.c
harmonise `struct circ' variables, `ckt' --> `ci'
2015-12-15 18:36:59 +01:00
circuits.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
com_ahelp.c
prevent string overflow by adding the string length
2018-07-22 14:57:49 +02:00
com_ahelp.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_alias.c
frontend/com_alias.c, asubst(), bug fix
2018-02-17 15:30:06 +01:00
com_alias.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
com_asciiplot.c
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
2012-10-06 12:12:08 +02:00
com_asciiplot.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_cdump.c
src/frontend/** remove superfluous `return' invocations
2012-09-22 19:33:55 +02:00
com_cdump.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_chdir.c
Command 'cd' now switches to the home directory also for MS Windows.
2018-08-18 21:22:59 +02:00
com_chdir.h
Command 'cd' now switches to the home directory also for MS Windows.
2018-08-18 21:22:59 +02:00
com_commands.h
new command 'alterparam', to be used in conjunction with 'mc_source'
2018-05-15 22:46:06 +02:00
com_compose.c
Patch #83
2019-08-13 23:34:48 +02:00
com_compose.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_display.c
prevent crash
2019-08-13 22:54:30 +02:00
com_display.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_dl.c
com_dl.c: exit upon codemodel load error
2012-12-30 15:32:44 +01:00
com_dl.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
com_dump.c
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
2012-10-06 12:12:08 +02:00
com_dump.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_echo.c
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
2012-10-06 12:12:08 +02:00
com_echo.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
com_fft.c
prevent a huge memory leak by calling fftw3 in a loop
2018-08-20 16:41:43 +02:00
com_fft.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
com_ghelp.c
One of the links provided when the help command is executed returned a 404 not found error. This patch replaces that link with an HTML version of the ngspice manual.
2019-08-13 23:15:27 +02:00
com_ghelp.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_gnuplot.c
src/frontend/** remove superfluous `return' invocations
2012-09-22 19:33:55 +02:00
com_gnuplot.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_hardcopy.c
fix bug no. 362, reported by Bohdan Tkhir
2018-07-30 00:35:25 +02:00
com_hardcopy.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_help.c
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
2012-10-06 12:12:08 +02:00
com_help.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_history.c
com_history.c, static declaration for 'cp_hprint()'
2016-08-15 11:27:15 +02:00
com_history.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_let.c
[PATCH 47] Refactored ft_getnames() and used the new function in
2019-08-13 23:27:49 +02:00
com_let.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_measure2.c
[PATCH #61 ] Removed unnecessary check for null pointer. There would have
2019-08-13 23:29:55 +02:00
com_measure2.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_option.c
introduce option "epsmin"
2017-04-19 18:56:00 +02:00
com_option.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_plot.c
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
2012-10-06 12:12:08 +02:00
com_plot.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_rehash.c
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
2012-10-06 12:12:08 +02:00
com_rehash.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
com_set.c
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
2012-10-06 12:12:08 +02:00
com_set.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_setscale.c
src/frontend/**, whitespace, indentation, ...
2012-09-20 20:30:53 +02:00
com_setscale.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_shell.c
[PATCH #64 ] Made shell command with no arguments functional for Windows.
2019-08-13 23:31:22 +02:00
com_shell.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
com_shift.c
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
2012-10-06 12:12:08 +02:00
com_shift.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
com_state.c
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
2012-10-06 12:12:08 +02:00
com_state.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_strcmp.c
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
2012-10-06 12:12:08 +02:00
com_strcmp.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
com_sysinfo.c
initialize pn in ft_getpnames() parse.c
2018-07-21 23:55:00 +02:00
com_unset.c
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
2012-10-06 12:12:08 +02:00
com_unset.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
com_xgraph.c
src/frontend/** remove superfluous `return' invocations
2012-09-22 19:33:55 +02:00
com_xgraph.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
commands.c
command.c, inpcom.c, add command 'setcs': like command 'set',
2019-08-13 22:51:36 +02:00
commands.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
completion.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
control.c
[PATCH #53 ] Removed useless zeroing of a copy of a variable (twice) when
2019-08-13 23:28:58 +02:00
control.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
cpitf.c
[PATCH #49 ] Ensured no buffer overrun for long script strings and
2019-08-13 23:28:34 +02:00
cpitf.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
define.c
Use only internal memory functions, replace
2018-07-21 23:54:43 +02:00
define.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
device.c
It is odd that pointer to 'char' type is compared with the '\0' value.
2018-11-18 15:44:15 +01:00
device.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
diff.c
[PATCH #50 ] Ensured no buffer overrun for long namess and improved
2019-08-13 23:28:41 +02:00
diff.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
dimens.c
[PATCH #48 ] Fixed infinite loop and variation from documented behavior of
2019-08-13 23:28:25 +02:00
dimens.h
[PATCH #48 ] Fixed infinite loop and variation from documented behavior of
2019-08-13 23:28:25 +02:00
display.c
add rotation angle to text output, currently used only by postscript,
2018-11-18 15:50:56 +01:00
display.h
add rotation angle to text output, currently used only by postscript,
2018-11-18 15:50:56 +01:00
dotcards.c
use strchr() instead of strstr()
2017-03-19 20:24:49 +01:00
dotcards.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
dvec.c
[PATCH] Changed prototypes of some functions having parameters that
2019-08-13 23:20:21 +02:00
error.c
error.c, ft_sperror(), memory leak, free memory returned by `if_errstring()'
2016-04-03 18:50:28 +02:00
evaluate.c
[PATCH 47] Refactored ft_getnames() and used the new function in
2019-08-13 23:27:49 +02:00
evaluate.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
fourier.c
prevent string overflow by adding the string length
2018-07-22 14:57:49 +02:00
fourier.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
ftehelp.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
2000-06-27 16:15:43 +00:00
ftesopt.c
struct variable, #17/18, clean
2016-04-01 17:39:22 +02:00
gens.c
use memcpy() instead of deprecated bcopy()
2016-07-30 20:58:19 +02:00
gens.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
hcomp.c
#1/4 #include <ngspice/...> --> #include "ngspice/..."
2011-12-11 18:05:00 +00:00
hcomp.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
hpgl.c
add rotation angle to text output, currently used only by postscript,
2018-11-18 15:50:56 +01:00
hpgl.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
init.c
use memset() instead of deprecated bzero()
2016-07-30 20:58:33 +02:00
init.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
inp.c
fix typos
2019-08-13 23:33:44 +02:00
inp.h
new command 'mc_source' to internally reload circuit
2018-05-15 22:45:29 +02:00
inpcom.c
Make ...search_identifier safe against NULL arguments
2019-09-14 11:30:20 +02:00
inpcom.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
interp.c
dvec abstraction, #8/11, upgrade `dvec_alloc()'
2015-12-28 20:34:42 +01:00
interp.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
inventory.c
src/frontend/** remove superfluous `return' invocations
2012-09-22 19:33:55 +02:00
linear.c
creating a linearized cutout of the original vector
2019-03-21 20:13:27 +01:00
linear.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
measure.c
prevent a small memory leak
2018-08-22 13:05:19 +02:00
misccoms.c
allow very short version information with new options -v and -d
2019-08-13 23:33:15 +02:00
misccoms.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
miscvars.c
remove the ancient nobjthack option to fake 3-terminal bjt's
2016-11-01 11:56:48 +01:00
miscvars.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
mw_coms.c
use only internal memory functions,
2018-07-21 23:54:51 +02:00
mw_coms.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
newcoms.c
skip-ws, #6/6, rename to match inpcom.c
2016-03-22 15:26:10 +01:00
newcoms.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
nutinp.c
prevent string overflow by adding the string length
2018-07-22 14:57:49 +02:00
nutinp.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
nutmegif.c
#1/4 #include <ngspice/...> --> #include "ngspice/..."
2011-12-11 18:05:00 +00:00
nutmegif.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
options.c
add 'option norefvalue' to suppress printing the reference value.
2019-03-21 16:07:12 +01:00
options.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
outitf.c
Remove printing an empty line to stderr
2019-08-18 10:53:25 +02:00
outitf.h
Set up all memory in a single step for vector list in a plot.
2019-03-21 15:51:19 +01:00
parse-bison-y.h
drop yyparse() prototypes, require bison >= 2.7 which emits them
2015-10-18 00:46:13 +02:00
parse-bison.y
declare free() / realloc() arguments `const void *'
2016-07-17 11:19:34 +02:00
parse.c
[PATCH 47] Refactored ft_getnames() and used the new function in
2019-08-13 23:27:49 +02:00
parse.h
protect vec_free() and free_pnode() macro for use in non braced blocks
2017-03-25 19:54:40 +01:00
points.c
src/frontend/**, whitespace, indentation, ...
2012-09-20 20:30:53 +02:00
points.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
postcoms.c
[PATCH #55-1] Fixed some compiler warnings added by Visual Studio 2019
2019-08-13 23:29:13 +02:00
postcoms.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
postsc.c
add rotation angle to text output, currently used only by postscript,
2018-11-18 15:50:56 +01:00
postsc.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
quote.c
[PATCH #70 ] Made parameter const and reduced excess allocation.
2019-08-13 23:32:01 +02:00
quote.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
rawfile.c
Do not bail out if 'load file' command has unavailable file,
2019-08-13 23:35:48 +02:00
rawfile.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
resource.c
Remove memory warning message in shared lib
2019-03-21 16:12:36 +01:00
resource.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
runcoms.c
verify pointer before utilization
2018-11-18 15:45:12 +01:00
runcoms.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
runcoms2.c
new command bg_ctrl initializing the .control executing thread
2018-12-17 23:05:25 +01:00
runcoms2.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
shyu.c
struct card, #6/6, drop some redundant casts
2018-02-17 19:15:53 +01:00
shyu.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
signal_handler.c
signal_handler.c, ft_sigintr(), exit after three SIGINT requests
2016-11-01 20:33:13 +01:00
signal_handler.h
abstraction, introduce ft_sigintr_cleanup()
2013-12-31 16:25:44 +01:00
spec.c
prevent string overflow by adding the string length
2018-07-22 14:57:49 +02:00
spec.h
fix `SetAnalyse()' re-declaration
2013-12-31 12:56:58 +01:00
spiceif.c
add 'option norefvalue' to suppress printing the reference value.
2019-03-21 16:07:12 +01:00
spiceif.h
struct card, #3/6, rename members from struct line to struct card
2018-02-17 19:15:53 +01:00
streams.c
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
2012-10-06 12:12:08 +02:00
streams.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
subckt.c
vbic model implementation including self-heating effect
2019-09-14 11:26:10 +02:00
subckt.h
subckt.c, introduce new function inp_deckcopy_oc()
2018-05-15 22:45:10 +02:00
terminal.c
[PATCH #63 ] Fixed infinite loop when setscale is given as a command.
2019-08-13 23:30:20 +02:00
terminal.h
avoid leading underscore in preprocessor macros
2013-12-31 12:54:27 +01:00
testcommands.c
src/frontend/**, whitespace, indentation, ...
2012-09-20 20:30:53 +02:00
typesdef.c
[PATCH #40 ] Fixed memory leaks under 3 different conditions when the
2019-08-13 23:19:51 +02:00
typesdef.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00
variable.c
[PATCH #55-1] Fixed some compiler warnings added by Visual Studio 2019
2019-08-13 23:29:13 +02:00
variable.h
variable.h, reduce visibility of auxiliary struct xxx to variable.c
2016-10-15 15:06:16 +02:00
vectors.c
[PATCH #55-2] Prevent reading from a NULL pointer
2019-08-13 23:29:20 +02:00
vectors.h
protect vec_free() and free_pnode() macro for use in non braced blocks
2017-03-25 19:54:40 +01:00
where.c
cleanup, use NULL instead of 0 in pointer context
2015-05-02 10:24:49 +02:00
where.h
unify #ifndef include wrapper
2013-12-31 12:54:32 +01:00