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 |
h_vogt
|
1dd7a2869f
|
comments added
|
17 years ago |
dwarning
|
1ce76b68f1
|
small cosmetics
|
17 years ago |
h_vogt
|
4ef61a65cf
|
SIGSEGV handling for Windows
|
17 years ago |
dwarning
|
ded9f403d7
|
don't need string.h - comes from ngspice.h
|
17 years ago |
h_vogt
|
6f4cdcac47
|
replace gpl getopt by BSD getopt
|
17 years ago |
h_vogt
|
fdb0e0bed7
|
remove heap overflow ion tfree(path)
|
17 years ago |
pnenzi
|
f0d3b7c976
|
Introduced the possibility to look for parameters in models and not only
|
17 years ago |
dwarning
|
75bb93925a
|
double semikolon in nutmeginfo decl.
|
18 years ago |
h_vogt
|
75f68291aa
|
various compiler warnings removed
|
18 years ago |
dwarning
|
530cb059fe
|
polish to prevent warning
|
18 years ago |
h_vogt
|
3dc3d42553
|
Small changes, e.g. _MS_VER macro, added to allow compilation of tclspice with MS VC++ 2008
|
18 years ago |
h_vogt
|
cdcf63aa46
|
add *.cir file path as search path (MS Windows)
|
18 years ago |
pnenzi
|
fa549df82a
|
TCLSPICE IMPORT + libtool + measure2 command
|
18 years ago |
pnenzi
|
5dfde8105f
|
Machine accuracy limits always defined.
|
18 years ago |
dwarning
|
5159eac292
|
srandom has a macro in ngspice.h
|
18 years ago |
dwarning
|
c241af9864
|
prevent unused
|
18 years ago |
h_vogt
|
63ed715f75
|
temporary file for Win added, improved printout for batch mode
|
18 years ago |
dwarning
|
bb1539b666
|
fix conflict for own shutdown function
|
18 years ago |
dwarning
|
7b2c98dd1a
|
rflag still needed
|
18 years ago |
dwarning
|
0618ecbf8b
|
prototypes for asprintf
|
19 years ago |
dwarning
|
4c0fe001e4
|
unused variable rflag
|
19 years ago |
dwarning
|
41325622fd
|
some clean-up's to come through MSC
|
19 years ago |
pnenzi
|
7703a63230
|
Added -a option for switching on/off netlist autorun
|
19 years ago |
pnenzi
|
f06a4da2cd
|
Change in rawfile flag
|
19 years ago |
pnenzi
|
53e52f4a59
|
Model improvements from Phil Barker
|
19 years ago |
sjborley
|
1f33b1ee02
|
Applied fix for logging supplied by Dietmar Warning (src/main.c).
Miscellaneous tidying for format, indentation, #include style ("" vis-a-vis <>). Also removal of some compile time warnings.
|
21 years ago |
sjborley
|
3a0c488504
|
Replaced extern references in .c file with #include of suitable headers. Moved jbuf to signal_handler.c
|
21 years ago |
sjborley
|
47e726bf12
|
Macros used for sigjmp_buf (JMP_BUF) and sigsetjmp (SETJMP)
|
21 years ago |
sjborley
|
7545440a55
|
Added support for the BSD licensed editline library (libedit). Includes work-around for bug in v2.9 of this library.
|
21 years ago |