rlar
|
de35847146
|
realloc does work, even with NULL argument
|
16 years ago |
rlar
|
29f34fc734
|
use tmalloc instead of malloc
|
16 years ago |
rlar
|
cc5b9007a7
|
use tmalloc and trealloc instead of MALLOC and REALLOC
|
16 years ago |
rlar
|
5edf18bbc8
|
bug fix ?, this fix is a mere guesswork, FIXME
|
16 years ago |
rlar
|
930bf53c3f
|
bug fix, malloced space too small
|
16 years ago |
h_vogt
|
3ddc20621a
|
guards for strstr
|
16 years ago |
rlar
|
6e9e8e2e51
|
trealloc usage unification
|
16 years ago |
rlar
|
7e8f7d08a7
|
MALLOC usage unification, (in comments)
|
16 years ago |
rlar
|
15d12df25b
|
tmalloc usage unification, parenthesize some terms
|
16 years ago |
rlar
|
11c2ff1720
|
RALLOC usage unification, drop braces around the second argument
|
16 years ago |
rlar
|
bfc7a4cd7b
|
use char* instead of void*
|
16 years ago |
rlar
|
d6353fb9ee
|
struct member devdep, use void* instead of char*
|
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
|
b96989b506
|
fix incorrect usage of tmalloc/sizeof, incorrect indirection level
|
16 years ago |
rlar
|
bf0b7b4386
|
qsort() usage, drop cast of the first argument (which is a void *)
|
16 years ago |
rlar
|
3cc50320e3
|
rename ALLOC, REALLOC, CALLOC, FREE, in the "src/maths/sparse" domain
|
16 years ago |
rlar
|
46aeab65a8
|
ngcomplex_t instead of complex, #2/2
|
16 years ago |
rlar
|
4622d0876e
|
ngcomplex_t instead of complex, #1/2
|
16 years ago |
h_vogt
|
3dd27472bc
|
add mktemp.h
|
16 years ago |
h_vogt
|
6a7c0eb74d
|
prototypes
|
16 years ago |
rlar
|
e2ab67bda0
|
stronger warning levels, redeclarations, missing prototypes, k&r style ...
|
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
|
c04fd4df28
|
unconditional visibility of the cider prototypes limit*()
|
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 |
rlar
|
d0b7dae2e8
|
remove local prototypes, which are already included
|
16 years ago |
rlar
|
fe2a308698
|
remove prototypes, avoid redeclarations
|
16 years ago |
h_vogt
|
07fd5f5cac
|
new command wrs2p
|
16 years ago |
h_vogt
|
afdf6ee134
|
new command wrs2p
|
16 years ago |
h_vogt
|
32c134f481
|
#include "../misc/tilde.h"
|
16 years ago |
rlar
|
7f8ee8818e
|
collect BMin BMax ExpLim Accuracy in "accuracy.h", kill `Acc'
|
16 years ago |
rlar
|
de10506199
|
cmpp shall add a function prototype to the generated "cfunc.c" file
|
16 years ago |
rlar
|
4a70e758c4
|
visibility for the NDEVacct() prototype
|
16 years ago |
rlar
|
1a3be07881
|
remove obsolete artifact XtDispatchEvent() (dummy implementation)
|
16 years ago |
rlar
|
e3cdd8ee4d
|
visibility for the printVoltages() prototype
|
16 years ago |
rlar
|
59e223c5e4
|
disable dangling artifact
|
16 years ago |
rlar
|
484f678f5c
|
add local prototype for add_device()
|
16 years ago |
rlar
|
7f7504f30a
|
collect prototype for ifs_yyerror() in "ifs_yacc_y.h", and fix return type
|
16 years ago |
rlar
|
1c2bae2c48
|
collect prototype for mod_yyerror() in "mod_yacc_y.h", and fix return type
|
16 years ago |