21 Commits (99eade8ec9d373c8eb3d32afd239783e1739b8d0)

Author SHA1 Message Date
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
rlar aa7a7606c7 avoid multiple declarations of controlled_exit(), add 'noreturn' attribute 13 years ago
rlar d598630b72 inpcom.c, cleanup inp_readall() #1/7, introduce inp_read() 13 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 23d0f41e66 ft_find_analysis_parm(), change signature 13 years ago
rlar fc2dd436fe abstraction, new function `ft_find_analysis_parm()' 13 years ago
rlar 9d0500027c abstraction, new function `ft_find_analysis()' 13 years ago
h_vogt 1e88db6f7d add command 'circbyline' to allow entering circuit line by line 13 years ago
rlar d1764cc7fa inp_readall() change function signature for readability 13 years ago
rlar 6c8f002eea unify #ifndef include wrapper 13 years ago
rlar 1ee88a5694 prepare for #ifndef include wrapper unification 13 years ago
h_vogt 12e19d140b measure.c, rewrite do_measure() 13 years ago
rlar d8105873db remove error.h, use fteext.h for controlled_exit() 14 years ago
rlar 4ca58067a2 #2/6 config.h --> ngspice/config.h, #include's 14 years ago
h_vogt 75767fcc3d floor(), ceil() added 14 years ago
h_vogt bcc23c1f78 exit on all circuit parsing errors if var strict_errorhandling is set 14 years ago
rlar 10346e055c #1/4 #include <ngspice/...> --> #include "ngspice/..." 14 years ago
rlar 738d3813b8 #2/7 use a subdirectory "ngspice" for includes to create a uniq namespace 15 years ago
rlar d26015586c #1/7 use a subdirectory "ngspice" for includes to create a uniq namespace 15 years ago
h_vogt 57c9b44c73 inproved error messages in pipe mode 15 years ago
pnenzi 5ba0b8b86c Statistics patch: added netlist loading and parsing time in acct command. 15 years ago
h_vogt 2e2bf04d6a function cph() 15 years ago
h_vogt 4679fdf046 sinh, cosh, tanh 15 years ago
rlar 24e80f5013 main.c, ft_nutmeg is a const global bool, (forgotten out of order commit) 15 years ago
rlar aa0b602b87 cleanup some reoccuring function prototypes 15 years ago
h_vogt f476389531 RTS noise 15 years ago
rlar 196262dd1b move the com_*() prototypes around. 16 years ago
rlar d7a9d71a1a remove prototypes, avoid redeclarations 16 years ago
rlar f49a0e765b collect inp_deckcopy() inp_subcktexpand() in "subckt.h" 16 years ago
rlar 2c975413b7 collect arg_*() prototypes in "arg.h" 16 years ago
rlar 894dcead35 collect if_inpdeck() if_run() if_cktfree() if_dump() if_option() in "spiceif.h" 16 years ago
rlar a9ca8d7331 collect gr_clean() gr_end() gr_point() gr_start() gr_fixgrid() in "graf.h" 16 years ago
rlar b22f75c9f4 collect hcomp() in "hcomp.h" 16 years ago
h_vogt afdf6ee134 new command wrs2p 16 years ago
rlar 92a4a2cda4 avoid redeclaration, signalhandler 16 years ago
rlar e945ab68bc collect some cx_*() prototypes in "cmath2.h" 16 years ago
rlar 9e75489e9f consider the op_*() functions to be less public 16 years ago
dwarning 03d91ab8b0 new function sunif() 16 years ago
h_vogt cc27e3f53f new random number generator 16 years ago
rlar d074de41f2 fix the type signature of the cx_* functions 16 years ago
rlar 2990821053 use type void* to pass anonymous data to function if_option() 16 years ago
rlar ff459393d0 `const' qualifier for char* arguments of vec_get() and ft_substdef() 16 years ago
h_vogt e23fae5376 correct update 16 years ago
h_vogt 79831ac331 'option' command 16 years ago
rlar 12dc45118b ansi function declarations (prototypes) for some functions 16 years ago
rlar d6ad853ecb fix the type signature of the if_*() function family. 16 years ago
rlar 5444f878d0 fix signal prototypes 16 years ago