95 Commits (933b1fdb2bd46e5d43e26464fd66d46edc33d2fc)

Author SHA1 Message Date
Holger Vogt 933b1fdb2b Add some comment 4 years ago
Giles Atkinson c704854b3c Fix bug reported by Anant Devi in user discussion 22/9/22. 4 years ago
Holger Vogt 0754ea7657 Make the Error message a Warning message, 4 years ago
Holger Vogt a2beac6741 not only de-allocate the vector, but also remove it from the list. 4 years ago
Giles Atkinson 7511bef7d4 Fix memory leak found by valgrind/paranoia. 4 years ago
Giles Atkinson dc978a4193 Suppress warnings from function pointer casts seen with gcc 10.2.1. 4 years ago
Holger Vogt 287406459a Make error message more verbose 4 years ago
Holger Vogt 6ba484e5d2 Remove redundant redeclaration of ‘ft_getpnames_quotes’ 4 years ago
Holger Vogt 1605d293d0 Add function integ to control language 4 years ago
Holger Vogt bb9f1669f6 Enable math characters also in tokens like i(z/z) by 4 years ago
Holger Vogt e93a19e3e8 Allow math characters in node names 4 years ago
Holger Vogt 0caeaccdd3 fix typo 6 years ago
Holger Vogt 3a00520071 Improve error message 6 years ago
Holger Vogt d3fcf2f43f restrict removal of arg only to comma operator, 6 years ago
Holger Vogt 4a3b193154 remove memory leak in function parser (bug. no 478), 6 years ago
Holger Vogt 11cf6e709b third trial: get the token i(vss) as a whole in the lexer, 6 years ago
Holger Vogt 89ea46e39a prevent false freeing of vector 6 years ago
Jim Monte de4788cfe5 Added conjugate function conj(). 6 years ago
Jim Monte 068df274bf Made ft_numparse() thread-safe (no internal static variables) and prepared to support ngspice variable type CP_NUM. 6 years ago
Holger Vogt b9901a2569 [PATCH 47] Refactored ft_getnames() and used the new function in 7 years ago
Jim Monte 6bce493d25 Remove memory leak: If the check of the data fails, the data itself is leaked. 7 years ago
Holger Vogt f33c3f0751 remove memory leak, when ft_getnames ... free_pnode couple 8 years ago
Holger Vogt 2dd293707b initialize pn in ft_getpnames() parse.c 8 years ago
Holger Vogt a98d01e5f8 Use only internal memory functions, replace 8 years ago
h_vogt ae80067fef cmath2.c, new function stddev to calculate the standard deviation of all elements of a vector 10 years ago
Francesco Lannutti ef0dcfe5f2 avoid bison dependency `version >= 2.7' 10 years ago
rlar 4c1c95e20f everywhere, use `TMALLOC()' instead of `alloc()' 10 years ago
rlar 71a7c3459b use char variants of the <ctype.h> isxxxx() family 10 years ago
rlar 8243696338 dvec abstraction, #8/11, upgrade `dvec_alloc()' 10 years ago
rlar 1304001739 dvec abstraction, #6/11, emphasise `v_plot = NULL' initialisation 10 years ago
rlar 8a4a37b5bb dvec abstraction, #4/11, emphasise `ZERO(dvec)' initialisation 10 years ago
rlar 908c650f72 dvec abstraction, #3/11, use `dvec_alloc()' 10 years ago
rlar 08ad3f6ab5 dvec abstraction, #1/11, reorder 10 years ago
rlar d632e3314d frontend/parse.c, PP_mknnode(), reorder 10 years ago
rlar 876086f768 fix commit "frontend/parse.c, bug fix, PPlex(.."dc1.@m1[vth][1]"..)" 10 years ago
rlar 29dde7206a frontend/parse.c, introduce `alloc_pnode()' 11 years ago
rlar 45117c94fd drop yyparse() prototypes, require bison >= 2.7 which emits them 11 years ago
rlar a5f933b3ec frontend/parse.c, bug fix, PPlex(.."dc1.@m1[vth][1]"..) 11 years ago
rlar 1c6efd9481 polish bison/flex makefile rules 11 years ago
rlar 5ac7858a79 rewrite, use tprintf 11 years ago
rlar c6a8429258 src/maths/cmaths, implement `nint()' (.control language) 12 years ago
rlar 2602a492b2 fix `log' in `B' and in `.control', to base e instead of 10 12 years ago
rlar 99eade8ec9 cleanup, rename cx_ln --> cx_log (.control language) 12 years ago
rlar c926f46986 cleanup, rename rename cx_log --> cx_log10 (.control language) 12 years ago
Y.Niitsu 6e3f60c6bd frontend/parse.c, allow nested `indexing', for example foo[bar[n]] 12 years ago
dwarning 075b620a86 introduce `cx_sortorder()' function 13 years ago
dwarning 4635a19ba9 introduce unwrap, minimum and maximum function 13 years ago
dwarning 6a3da0105b fft and ifft as vector functions 13 years ago
rlar f038d59fbe mkfnode(), fix a memory leak 14 years ago
rlar 01ed0ac5d9 com_fft(), com_psd(), com_spec(), cleanup storage more thoroughly 14 years ago