644 Commits (01566f2b49c33e865361da66e01b61f4c7bbc05e)

Author SHA1 Message Date
rlar 01566f2b49 add casts to make `int' versus `size_t' conversions explicit 16 years ago
rlar 7b3960506f wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC 16 years ago
rlar ea8d250999 bug fix, incorrect handling of `co_spiceonly' commands 16 years ago
rlar 2b3bcfea74 bug fix, const data space was used, instead of malloced area 16 years ago
h_vogt 3ddc20621a guards for strstr 16 years ago
rlar 6e9e8e2e51 trealloc usage unification 16 years ago
rlar 15d12df25b tmalloc usage unification, parenthesize some terms 16 years ago
rlar d6353fb9ee struct member devdep, use void* instead of char* 16 years ago
rlar b2aae741a0 tmalloc usage, drop explicit (unsigned) cast 16 years ago
rlar 32a255f47c tmalloc usage, minor usage unification 16 years ago
rlar 5e8e44cc0a cast the tmalloc, MALLOC, return value 16 years ago
rlar bf0b7b4386 qsort() usage, drop cast of the first argument (which is a void *) 16 years ago
rlar 4622d0876e ngcomplex_t instead of complex, #1/2 16 years ago
h_vogt 6a7c0eb74d prototypes 16 years ago
rlar 196262dd1b move the com_*() prototypes around. 16 years ago
h_vogt 102420262c error message 'no graphics interface... 16 years ago
rlar 60caf347a3 remove unused variables 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 16e8689529 collect vec_get() in "fteext.h" 16 years ago
rlar e71ca2c2b7 collect plot_cur in "fteext.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
rlar 320258dbd2 collect internalerror() in "fteext.h" 16 years ago
rlar ed73405d0f collect ft_nutmeg() in "fteext.h" 16 years ago
h_vogt afdf6ee134 new command wrs2p 16 years ago
h_vogt 32c134f481 #include "../misc/tilde.h" 16 years ago
rlar 3c3b31fa60 declare some functions `static' 16 years ago
rlar 2540531c38 remove local prototypes, which are allready included 16 years ago
rlar a10759a699 remove static fftext() from "com_fft.h" 16 years ago
rlar a1e09cdcd1 collect free_pnode_o() in "parse.h" 16 years ago
rlar 7db0ed44ee collect NewGraph() FindGraph() CopyGraph() RemoveWindow() in "ftedbgra.h" 16 years ago
rlar 513c1d50a6 collect datestring() and seconds() in "misc_time.h" 16 years ago
rlar 8209c0aef3 collect smktemp() in "mktemp.h" 16 years ago
dwarning caf05d1fce better output format 16 years ago
rlar 80b2f2b164 update the bison generated files 16 years ago
rlar 0fb5f2142a avoid function redeclaration, PPparse() and PTparse() 16 years ago
rlar 882b3b4155 add `PT_OP_' prefix to avoid name collision (END, PLUS, MINUS, ...) 16 years ago
rlar 1d62b41bfa collect cp_* prototypes / extern-declarations in "cpextern.h" 16 years ago
rlar 5bc8777a9b remove #define for EOS use '\0' instead 16 years ago
rlar cf3514b9ae remove ancient #defines for AND OR NOT substitute with && || ! 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
rlar b5f1a18f7c ngspice_compat_mode() prototype --> include files 16 years ago
rlar 4d31d2a12f some .c file local prototypes 16 years ago
rlar cef8a530af com_dotmeasure() prototype 16 years ago
rlar 933bd11c43 use the type JOB, remove redundant casts 16 years ago
rlar d49b1d7d0b use the type JOB, remove redundant casts 16 years ago