rlar
d0c287f81f
collect the INP2?() prototypes in "inp.h"
16 years ago
rlar
9b0df330b5
collect the PT*() prototypes in "inp.h"
16 years ago
rlar
9e75489e9f
consider the op_*() functions to be less public
16 years ago
rlar
8382aceba3
sens_getp() prototype --> include file
16 years ago
rlar
1b1a3ef185
#ifdef include file wrapper
16 years ago
rlar
44e244dde8
NevalSrc() NevalSrc2() Nintegrate() prototypes --> include files
16 years ago
rlar
b5f1a18f7c
ngspice_compat_mode() prototype --> include files
16 years ago
rlar
63d3f113ff
TanDeriv() prototype --> include files
16 years ago
rlar
ef26170d5a
DkerProc() CKTdisto() prototypes --> include files
16 years ago
rlar
ddd6d5911c
EVTfindvec() prototyp
16 years ago
rlar
8db45f4205
CKTdnames() 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
rlar
74d62ab486
use the types TSKtask and JOB, instead of void
16 years ago
rlar
d51c1e1b7d
fix a compiler warning, void* versus void(*)(void)
16 years ago
rlar
1149ad86c4
use autoconf to find a suitable signal function type
16 years ago
h_vogt
8db3c17bc0
welcome message, version 22
16 years ago
rlar
001ad0c2bc
`make dist' add some missing artifacts
16 years ago
rlar
68b2e6b23a
whitespace cleanup (all Makefile.am files)
16 years ago
h_vogt
355384e459
libiberty.h inclusion modified
16 years ago
rlar
5e64936a3f
rename include file wrapper, #ifndef CONST -> CONST_H
16 years ago
rlar
af4589529d
function rename, struct DISPDEVICE . Text() -> DrawText()
16 years ago
rlar
4f915cb283
function rename, struct DISPDEVICE . Arc() -> DrawArc()
16 years ago
rlar
f7c8eb1d2a
muffle some visual-C warnings
16 years ago
rlar
241783d0b5
use for(;;) instead of while(1) to muffle some visual-C warnings
16 years ago
dwarning
69cc1eb730
recover signaltype for SunStudio compiler
16 years ago
h_vogt
453b565f71
improve random number generation
16 years ago
dwarning
03d91ab8b0
new function sunif()
16 years ago
h_vogt
cc27e3f53f
new random number generator
16 years ago
rlar
73a80756d4
typedefs for JOB and TSKtask into "typedefs.h"
16 years ago
rlar
44a182c1ba
use the type CKTnode instead of void*
16 years ago
rlar
085afaee37
use GENinstance*, instead of void*
16 years ago
rlar
aae53f5564
use GENinstance*, instead of void*
16 years ago
rlar
9e07ef2d67
use GENmodel*, instead of void*
16 years ago
rlar
0d1661658d
fix broken tclspice compilation
16 years ago
rlar
2fcbcc5f48
bug fix, implementation of the X11 draw arc implementation.
16 years ago
rlar
8ff62fd262
add #include's for visibility of prototypes to their function definitions
move some typedefs to "typedef.h"
16 years ago
rlar
73890e3cdb
remove some #ifdef __STDC__ wrappers, and some stray '#'
16 years ago
rlar
b31aef0557
find a suitable home for **DEVices and DEVmaxnum in devdefs.h
16 years ago
rlar
689c7662f8
K&R function definitions and GENmodel and GENinstance usage for the NDEV device
16 years ago
rlar
e95eb0d4aa
add two #include files,
to fix broken cider compilation, caused by the changes from 2010-07-23
16 years ago
rlar
d074de41f2
fix the type signature of the cx_* functions
16 years ago
rlar
92353ab6d5
better place for the prototype of spConstMult()
16 years ago
rlar
f4d0163885
use the types MatrixPtr and SMPmatrix instead of void and char *
both are the same thing,
MatrixPtr is used inside the sparse/* domain,
SMPmatrix is used in the rest of spice
remove casts, which are no longer necessary
16 years ago
rlar
1ee29c3e96
use a void* instead of a char* for anonymous `InitInfo' in src/sparse/*.c
16 years ago
rlar
73cf2a8ea5
use a void * for the third argument (&value) of the cp_vset() function
16 years ago
rlar
2990821053
use type void* to pass anonymous data to function if_option()
indicate its actual type with an enum cp_types argument
16 years ago
rlar
61bba96f42
textual replacement vt_types to cp_types, to complete the last change
16 years ago
rlar
a76cd1e104
textual replacement VT_* to CP_*, to avoid conflict in the windows world
16 years ago
rlar
0aa1c09d73
consolidate enum cp_types and enum vt_types .
use this enum for some function arguments and struct members .
drop some include "variable.h" which are no longer needed ,
propably many more could be droped .
drop #define VT_* which have been used as workaround for the type mess .
16 years ago