h_vogt
|
51614f0915
|
prototypes
|
15 years ago |
h_vogt
|
f94cc3a8a0
|
comp issues
|
15 years ago |
rlar
|
b778c50bd6
|
code cleanup, some warnings, some casts, ...
|
15 years ago |
rlar
|
23056573d8
|
code cleanup, drop NULL pointer casts
|
15 years ago |
h_vogt
|
5fd49349f6
|
update to RTS noise
|
15 years ago |
h_vogt
|
f476389531
|
RTS noise
|
15 years ago |
h_vogt
|
5e1ed023c6
|
transient noise simulation
|
16 years ago |
rlar
|
05441d5823
|
Nr 5/5 (x = ...) == NULL , swallow warnings
|
16 years ago |
rlar
|
abb87a6115
|
rename `IGNORE()' --> `NG_IGNORE()'
|
16 years ago |
rlar
|
80286e0032
|
pour `IGNORE()' all over the source
|
16 years ago |
rlar
|
f30f96a4c7
|
use `size_t' variables for fread/fwrite operations
|
16 years ago |
rlar
|
6e3bbd49ae
|
casts, to make int <-> char conversions explicit
|
16 years ago |
rlar
|
7b3960506f
|
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
|
16 years ago |
h_vogt
|
3dd27472bc
|
add mktemp.h
|
16 years ago |
rlar
|
196262dd1b
|
move the com_*() prototypes around.
|
16 years ago |
rlar
|
894dcead35
|
collect if_inpdeck() if_run() if_cktfree() if_dump() if_option() in "spiceif.h"
|
16 years ago |
rlar
|
7f8ee8818e
|
collect BMin BMax ExpLim Accuracy in "accuracy.h", kill `Acc'
|
16 years ago |
rlar
|
b897dfa857
|
collect extern timebegin in "misc_time.h"
|
16 years ago |
rlar
|
cf3514b9ae
|
remove ancient #defines for AND OR NOT substitute with && || !
|
16 years ago |
rlar
|
8a7b507f84
|
remove winmessage() prototype, there is no such thing (hopefully)
|
16 years ago |
rlar
|
933bd11c43
|
use the type JOB, remove redundant casts
|
16 years ago |
dwarning
|
0d2b618f31
|
modification for sun compiler
|
16 years ago |
rlar
|
d936068864
|
fix incorrect buffer type, and exit(1) on failure to open a tempfile
|
16 years ago |
h_vogt
|
56679b429b
|
add __MINGW32__
|
16 years ago |
h_vogt
|
355384e459
|
libiberty.h inclusion modified
|
16 years ago |
rlar
|
241783d0b5
|
use for(;;) instead of while(1) to muffle some visual-C warnings
|
16 years ago |
h_vogt
|
453b565f71
|
improve random number generation
|
16 years ago |
h_vogt
|
ba539d9ef1
|
new fcn sgauss(), new rnd-no generator
|
16 years ago |
rlar
|
a8c64094fc
|
fix busy waiting loop, when using editline
|
16 years ago |
rlar
|
02e4a4f32b
|
bug fix, segfault caused by an ancient `editline' workaround
|
16 years ago |
rlar
|
32e128d1a0
|
need an #ifdef for one of the just added #includes
|
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
|
a49d446826
|
fix an incorrect type, (&char versus &bool)
|
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
|
a76cd1e104
|
textual replacement VT_* to CP_*, to avoid conflict in the windows world
|
16 years ago |
rlar
|
94518fdb02
|
use CKTcircuit instead of void*, #3/4
|
16 years ago |
rlar
|
d6ad853ecb
|
fix the type signature of the if_*() function family.
|
16 years ago |
rlar
|
c79d21af82
|
convert K&R function definitions to ansi style
|
16 years ago |
rlar
|
3a6540b584
|
use allready defined enumerate Digital_State_t and Ipc_Status_t
|
16 years ago |
rlar
|
5946300a97
|
upgrade foo() --> foo(void) ansi function definition
|
16 years ago |
h_vogt
|
e66ef33c57
|
ngspice compatibility mode
|
16 years ago |
h_vogt
|
d8810a841a
|
patches by R. Larice
|
16 years ago |
h_vogt
|
68b06c7a73
|
comments
|
17 years ago |
h_vogt
|
5571e9b9fa
|
source file path as additional search path
|
17 years ago |
h_vogt
|
400100d9c6
|
pipe mode option -p
|
17 years ago |
h_vogt
|
13819432bd
|
flag for compatibility mode
|
17 years ago |
dwarning
|
331facd98e
|
correct the command completion under X11
|
17 years ago |
h_vogt
|
9fb0d31390
|
MS Visual Studio: build date, "quit" button
|
17 years ago |
h_vogt
|
3feb4377a6
|
initialize variable history_file
|
17 years ago |
h_vogt
|
9eb855b802
|
command completion, more comments
|
17 years ago |