rlar
|
d4ced47e8e
|
drop out_pbuf, which was an ancient workaround
obviously an old implementation of out_printf()
has been unreliable.
|
14 years ago |
rlar
|
be183407cd
|
cleanup (checked for code invariance)
|
14 years ago |
rlar
|
191ae9ea90
|
cleanup, char 0
|
14 years ago |
rlar
|
5a69b9efc4
|
cleanup, void return
|
14 years ago |
h_vogt
|
4d0d0fafb9
|
repair broken ternary function in B-Source
failed if parameters were included in function.
fixed by finding nested parens in gettok_char()
|
14 years ago |
rlar
|
a890a55937
|
fix wl_reverse() for empty lists
|
14 years ago |
rlar
|
9655b9885a
|
cleanup, use wl_cons(), wl_append_word() and wl_chop_rest()
|
14 years ago |
rlar
|
d8105873db
|
remove error.h, use fteext.h for controlled_exit()
|
14 years ago |
h_vogt
|
171e8896b1
|
.csparam
|
14 years ago |
h_vogt
|
bcc23c1f78
|
exit on all circuit parsing errors if var strict_errorhandling is set
|
14 years ago |
rlar
|
0b5042e7da
|
remove CVS `Id',`log' etc. keyword incantations
|
14 years ago |
rlar
|
10346e055c
|
#1/4 #include <ngspice/...> --> #include "ngspice/..."
|
14 years ago |
h_vogt
|
9dbb7654eb
|
beautify code: indentations etc.
|
15 years ago |
rlar
|
d26015586c
|
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
15 years ago |
pnenzi
|
5ba0b8b86c
|
Statistics patch: added netlist loading and parsing time in acct command.
|
15 years ago |
h_vogt
|
6afe4230f6
|
allow comments inside of command files
|
15 years ago |
rlar
|
e7849c20d7
|
cleanup fseek() usage
|
15 years ago |
h_vogt
|
cc36fb8071
|
dirname() -> ngdirname()
|
15 years ago |
h_vogt
|
747c606e30
|
remove bug in command meas, allow / and \ in Windows file paths
|
15 years ago |
rlar
|
55638c8023
|
various cleanups
|
15 years ago |
rlar
|
23056573d8
|
code cleanup, drop NULL pointer casts
|
15 years ago |
rlar
|
05441d5823
|
Nr 5/5 (x = ...) == NULL , swallow warnings
|
16 years ago |
rlar
|
f30f96a4c7
|
use `size_t' variables for fread/fwrite operations
|
16 years ago |
rlar
|
196262dd1b
|
move the com_*() prototypes around.
|
16 years ago |
rlar
|
f49a0e765b
|
collect inp_deckcopy() inp_subcktexpand() in "subckt.h"
|
16 years ago |
rlar
|
894dcead35
|
collect if_inpdeck() if_run() if_cktfree() if_dump() if_option() in "spiceif.h"
|
16 years ago |
rlar
|
8209c0aef3
|
collect smktemp() in "mktemp.h"
|
16 years ago |
h_vogt
|
355384e459
|
libiberty.h inclusion modified
|
16 years ago |
h_vogt
|
fc2df06f9b
|
bug no. 3047884
|
16 years ago |
dwarning
|
586acbe45c
|
fallback for not handled enumeration values in switch
|
16 years ago |
rlar
|
62afa50a1c
|
fix dangerous things, potential bugs, at least for big endian machines
|
16 years ago |
rlar
|
73cf2a8ea5
|
use a void * for the third argument (&value) of the cp_vset() function
|
16 years ago |
rlar
|
8851f67efd
|
Change remaining code to use the new usage pattern cp_getvar(,CP_BOOL,NULL)
|
16 years ago |
rlar
|
d44f818cad
|
allow cp_getvar(,CP_BOOL,NULL) to avoid insane usage
|
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 |
h_vogt
|
79831ac331
|
'option' command
|
16 years ago |
rlar
|
72fc1a0186
|
use CKTcircuit instead of void*, #1/4
|
16 years ago |
h_vogt
|
947e19bde7
|
no command file handling in numparam
|
16 years ago |
h_vogt
|
e66ef33c57
|
ngspice compatibility mode
|
16 years ago |
dwarning
|
944f756d2f
|
cut the ouput message
|
16 years ago |
h_vogt
|
76feebbbfa
|
various bug fixes
|
16 years ago |
h_vogt
|
68b06c7a73
|
comments
|
17 years ago |
dwarning
|
07e06cf701
|
initialize local variables
|
17 years ago |
h_vogt
|
7ec7495457
|
tran setup info, cleanup
|
17 years ago |
h_vogt
|
5f9f71b5a4
|
variable ngdebug for additional debug info
|
17 years ago |
h_vogt
|
c25d028cbf
|
SetAnalyse output extended
|
17 years ago |
h_vogt
|
9282e4e434
|
comments added
|
17 years ago |
h_vogt
|
ea8c5bc5d4
|
allow .meas, add .meas .. when to example
|
17 years ago |
h_vogt
|
1de4a31321
|
bipolar handling fixed
|
17 years ago |