..
help
EXITPOINT, memory leaks upon failure
2020-04-27 10:16:55 +02:00
numparam
free the wordlist wle to avoid memory leaks
2021-01-20 16:42:33 +01:00
parser
Remove some compiler warnings
2021-01-02 19:00:48 +01:00
plotting
Remove more compiler warnings
2020-12-22 17:56:19 +01:00
trannoise
Don't us atexit(), but delete memory during 'quit'
2020-04-04 14:22:04 +02:00
wdisp
This is a quick fix to the Windows printing function.
2020-10-15 17:41:58 +02:00
ChangeLog
…
Makefile.am
remove the remains of the old xgraph program
2020-03-15 08:51:12 +01:00
README
…
arg.c
formatting
2020-04-27 10:12:19 +02:00
arg.h
apply const qualifier appropriately
2020-04-25 10:27:28 +02:00
aspice.c
fix bug no. 362, reported by Bohdan Tkhir
2018-07-30 00:35:25 +02:00
aspice.h
…
breakp.c
Made ft_numparse() thread-safe (no internal static variables) and prepared to support ngspice variable type CP_NUM.
2020-03-15 08:50:52 +01:00
breakp.h
…
breakp2.c
remove all the remains of quote() and strip() that had been
2020-03-15 08:51:12 +01:00
breakp2.h
…
circuits.c
harmonise `struct circ' variables, `ckt' --> `ci'
2015-12-15 18:36:59 +01:00
circuits.h
…
com_ahelp.c
prevent string overflow by adding the string length
2018-07-22 14:57:49 +02:00
com_ahelp.h
…
com_alias.c
remove all the remains of quote() and strip() that had been
2020-03-15 08:51:12 +01:00
com_alias.h
Commit [88653f] Fixed assorted compiler warnings, memory leaks, etc.
2020-04-25 10:29:00 +02:00
com_asciiplot.c
…
com_asciiplot.h
…
com_cdump.c
…
com_cdump.h
…
com_chdir.c
remove all the remains of quote() and strip() that had been
2020-03-15 08:51:12 +01: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
remove all the remains of quote() and strip() that had been
2020-03-15 08:51:12 +01:00
com_compose.h
…
com_display.c
remove all the remains of quote() and strip() that had been
2020-03-15 08:51:12 +01:00
com_display.h
…
com_dl.c
…
com_dl.h
…
com_dump.c
…
com_dump.h
…
com_echo.c
remove all the remains of quote() and strip() that had been
2020-03-15 08:51:12 +01:00
com_echo.h
…
com_fft.c
Made ft_numparse() thread-safe (no internal static variables) and prepared to support ngspice variable type CP_NUM.
2020-03-15 08:50:52 +01:00
com_fft.h
…
com_ghelp.c
Added basic help messages in addtion to reference to web pages
2020-03-15 08:50:55 +01:00
com_ghelp.h
…
com_gnuplot.c
…
com_gnuplot.h
…
com_hardcopy.c
Re-enable the 'hardcopy' command
2021-01-02 19:10:30 +01:00
com_hardcopy.h
…
com_help.c
Added basic help messages in addtion to reference to web pages
2020-03-15 08:50:55 +01:00
com_help.h
…
com_history.c
com_history.c, static declaration for 'cp_hprint()'
2016-08-15 11:27:15 +02:00
com_history.h
…
com_let.c
Introduce variacle 'plainlet' which allow simple copying
2020-12-22 17:56:18 +01:00
com_let.h
…
com_measure2.c
In a command 'meas tran teval when v(2)=1' the rhs
2020-12-22 17:56:18 +01:00
com_measure2.h
…
com_option.c
guard against ft_curckt->ci_ckt == NULL
2020-04-21 19:58:36 +02:00
com_option.h
…
com_plot.c
…
com_plot.h
…
com_rehash.c
…
com_rehash.h
…
com_set.c
Fixed merge conflict. Also made readifile() static and removed an unnecessary string duplication there.
2020-03-15 08:50:52 +01:00
com_set.h
…
com_setscale.c
remove all the remains of quote() and strip() that had been
2020-03-15 08:51:12 +01:00
com_setscale.h
…
com_shell.c
modifier const, error message if 'system' fails
2020-04-27 10:13:50 +02:00
com_shell.h
…
com_shift.c
…
com_shift.h
…
com_state.c
…
com_state.h
…
com_strcmp.c
remove all the remains of quote() and strip() that had been
2020-03-15 08:51:12 +01:00
com_strcmp.h
…
com_sysinfo.c
add missing get_sysmem() when no info available
2020-08-20 15:29:49 +02:00
com_unset.c
clear all variables upon 'quit'
2020-08-20 15:21:12 +02:00
com_unset.h
clear all variables upon 'quit'
2020-08-20 15:21:12 +02:00
com_xgraph.c
…
com_xgraph.h
…
commands.c
Cut out part of each vector of the current tran plot,
2020-08-20 15:28:48 +02:00
commands.h
…
completion.h
…
control.c
If ngSpice_Command(NULL) is sent to shared ngspice,
2020-04-04 14:15:38 +02:00
control.h
…
cpitf.c
enable paths with spaces for finding 'spinit'
2020-12-22 11:07:02 +01:00
cpitf.h
…
define.c
Use only internal memory functions, replace
2018-07-21 23:54:43 +02:00
define.h
…
device.c
replace gettok by gettok_node to ignore parentheses when reading
2020-10-10 12:19:32 +02:00
device.h
…
diff.c
typüe modifier
2020-04-27 10:15:01 +02:00
diff.h
…
dimens.c
type modifier, parameter graph removed from SetColor()
2020-04-27 10:15:32 +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
type modifier, parameter graph removed from SetColor()
2020-04-27 10:15:32 +02:00
display.h
const qualifier, graph removed from SetColor,
2020-04-27 10:16:02 +02:00
dotcards.c
more precise freeing the wordlist, depending on exit point
2020-08-20 15:48:45 +02:00
dotcards.h
…
dvec.c
Rework of let command. Added support for slices as described in feature #69 and fixed several crashes and issues described in bugs #443 , #444 , #446 , #447 , and #448 .
2020-03-15 08:51:01 +01: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
If function 'db' is evaluated, set
2020-12-22 11:05:33 +01:00
evaluate.h
…
fourier.c
Made ft_numparse() thread-safe (no internal static variables) and prepared to support ngspice variable type CP_NUM.
2020-03-15 08:50:52 +01:00
fourier.h
…
ftehelp.h
…
ftesopt.c
Add statistics: load, subckt expansion, and parse times
2020-08-20 15:23:19 +02:00
gens.c
use memcpy() instead of deprecated bcopy()
2016-07-30 20:58:19 +02:00
gens.h
…
get_avail_mem_size.c
Windows.h -> windows.h
2020-12-22 17:56:18 +01:00
get_phys_mem_size.c
Windows.h -> windows.h
2020-12-22 17:56:18 +01:00
get_resident_set_size.c
#include resource.h added, fcn parameter void
2020-04-27 10:16:19 +02:00
hcomp.c
…
hcomp.h
…
hpgl.c
const qualifier, graph removed from SetColor,
2020-04-27 10:16:02 +02:00
hpgl.h
…
init.c
generate variable oscompiled
2020-03-15 08:51:10 +01:00
init.h
…
inp.c
Unused binning models are removed.
2021-01-20 16:44:57 +01:00
inp.h
new command 'mc_source' to internally reload circuit
2018-05-15 22:45:29 +02:00
inpcom.c
Unused binning models are removed.
2021-01-20 16:44:57 +01:00
inpcom.h
…
interp.c
Made descriptions of invalid interpolation cases more descriptive and fixed a memory leak
2020-03-15 08:51:04 +01:00
interp.h
…
inventory.c
Only print the devices that are really used in the circuit
2021-01-02 19:02:07 +01:00
linear.c
Allow simple copying from start time to end time
2020-10-15 17:45:08 +02:00
linear.h
Cut out part of each vector of the current tran plot,
2020-08-20 15:28:48 +02:00
measure.c
Further improvement of error message im 'meas'
2020-03-15 08:50:56 +01:00
misccoms.c
delete 'myvec' upon 'quit'
2020-08-20 15:21:29 +02:00
misccoms.h
…
miscvars.c
remove the ancient nobjthack option to fake 3-terminal bjt's
2016-11-01 11:56:48 +01:00
miscvars.h
…
mw_coms.c
use only internal memory functions,
2018-07-21 23:54:51 +02:00
mw_coms.h
…
newcoms.c
remove all the remains of quote() and strip() that had been
2020-03-15 08:51:12 +01:00
newcoms.h
…
nutinp.c
prevent string overflow by adding the string length
2018-07-22 14:57:49 +02:00
nutinp.h
…
nutmegif.c
…
nutmegif.h
…
options.c
guard against ft_curckt->ci_ckt == NULL
2020-04-21 19:58:36 +02:00
options.h
…
outitf.c
bug fix 'extern int sh_vecinit()', not void
2020-08-20 15:29:42 +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
proper size_t to int conversion
2020-10-10 12:12:59 +02:00
parse.c
fix typo
2020-08-20 15:38:18 +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
…
points.h
…
postcoms.c
typo
2021-01-05 23:11:50 +01:00
postcoms.h
Add function 'remzerovec' to remove vectors of length 0
2020-05-02 20:06:58 +02:00
postsc.c
prevent writing beyond end of buffer
2020-08-20 15:39:55 +02:00
postsc.h
…
quote.c
remove all the remains of quote() and strip() that had been
2020-03-15 08:51:12 +01:00
quote.h
…
rawfile.c
Don't add v(...) around output vector if compat mode 'eg' is set.
2020-12-22 11:08:22 +01:00
rawfile.h
…
resource.c
#includes modified
2020-04-27 10:24:45 +02:00
resource.h
#includes modified
2020-04-27 10:24:45 +02:00
runcoms.c
Opened binary files for writing using "wb" in all cases
2020-03-15 08:50:55 +01:00
runcoms.h
…
runcoms2.c
remove code that leads to crash if tran simulation is
2020-04-04 14:21:49 +02:00
runcoms2.h
…
shyu.c
struct card, #6/6, drop some redundant casts
2018-02-17 19:15:53 +01:00
shyu.h
…
signal_handler.c
Line endings from \r\n to \n
2021-01-02 19:06:58 +01:00
signal_handler.h
Remove compiler warning
2021-01-02 19:00:29 +01:00
spec.c
partially revert commit b4bbcb149 for spec analysis functionality
2020-03-15 08:51:04 +01:00
spec.h
fix `SetAnalyse()' re-declaration
2013-12-31 12:56:58 +01:00
spiceif.c
error messages
2020-04-27 10:23:33 +02: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
Small fixup for misspelled words
2020-08-20 15:22:48 +02:00
streams.h
…
subckt.c
Unused binning models are removed.
2021-01-20 16:44:57 +01:00
subckt.h
Reduce the memory requirements if there is a PDK with
2020-12-22 17:56:18 +01:00
terminal.c
remove unused
2020-04-27 10:26:22 +02:00
terminal.h
…
testcommands.c
…
typesdef.c
typo
2020-04-27 10:26:36 +02:00
typesdef.h
…
variable.c
remove all the remains of quote() and strip() that had been
2020-03-15 08:51:12 +01:00
variable.h
variable.h, reduce visibility of auxiliary struct xxx to variable.c
2016-10-15 15:06:16 +02:00
vectors.c
Command 'cutout': Don't add the scale vector to nv->v_scale.
2020-10-15 17:44:30 +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
…