rlar
|
4c1c95e20f
|
everywhere, use `TMALLOC()' instead of `alloc()'
|
10 years ago |
rlar
|
71a7c3459b
|
use char variants of the <ctype.h> isxxxx() family
|
10 years ago |
rlar
|
c2a7821449
|
dvec abstraction, #10/11, introduce `dvec_trunc()'
|
10 years ago |
rlar
|
8243696338
|
dvec abstraction, #8/11, upgrade `dvec_alloc()'
|
10 years ago |
rlar
|
cea2664db0
|
dvec abstraction, #5/11, emphasise `v_numdims = 0' initialisation
|
10 years ago |
rlar
|
8a4a37b5bb
|
dvec abstraction, #4/11, emphasise `ZERO(dvec)' initialisation
|
10 years ago |
rlar
|
908c650f72
|
dvec abstraction, #3/11, use `dvec_alloc()'
|
10 years ago |
rlar
|
814c51659e
|
frontend/rawfile.c, raw_read(), reorder
|
10 years ago |
rlar
|
08feced9b6
|
frontend/rawfile.c, raw_read(), reorder
|
10 years ago |
rlar
|
9e353fbae8
|
frontend/rawfile.c, raw_read(), emphasise `v_type' initialisation
|
10 years ago |
rlar
|
7bab434504
|
frontend/rawfile.c, fixdims(), turn `if' upside-down for readability
|
10 years ago |
rlar
|
19e427e3a5
|
cleanup, use NULL instead of 0 in pointer context
|
11 years ago |
rlar
|
5ac7858a79
|
rewrite, use tprintf
|
11 years ago |
rlar
|
6b5bbb71d0
|
rawfile.c, bug fix, missing memory allocation and a memory leak
|
11 years ago |
rlar
|
6f21c3b9db
|
use `enum simulation_types'
|
11 years ago |
h_vogt
|
d7e291c53a
|
HAS_WINDOWS --> HAS_WINGUI
allow compilation on MS Windows without GUI
|
13 years ago |
rlar
|
83e3100917
|
remove unused variables
|
14 years ago |
rlar
|
fe1acd3757
|
src/frontend/** remove superfluous `return' invocations
|
14 years ago |
rlar
|
ab98f03622
|
src/frontend/** whitespace, indentation, ...
checked for object file invariance on linux
|
14 years ago |
rlar
|
7454a6d486
|
src/frontend/**, whitespace, indentation, ...
untabify
delete-trailing-whitespace
braces
...
checked for object file invariance on linux
|
14 years ago |
rlar
|
f3b5336d3a
|
cleanup some macros, try to be more careful
|
14 years ago |
rlar
|
9655b9885a
|
cleanup, use wl_cons(), wl_append_word() and wl_chop_rest()
|
14 years ago |
h_vogt
|
a212be67bc
|
Exit with error if file not found: fgets() cannot read from NULL
|
14 years ago |
rlar
|
10e5dbfbcc
|
raw_read() always fopen("rb") even on windows, always swallow "\r"
|
14 years ago |
rlar
|
a056ea3065
|
#3/4 switch realpart() and imagpart() args from ngcomplex* to ngcomplex
|
14 years ago |
rlar
|
c3741ae6a1
|
comment/pinpoint a local misuse of a structure element
|
14 years ago |
h_vogt
|
757bf30cc9
|
bug during loading ascii rawfile removed
|
14 years ago |
rlar
|
0b5042e7da
|
remove CVS `Id',`log' etc. keyword incantations
|
15 years ago |
rlar
|
10346e055c
|
#1/4 #include <ngspice/...> --> #include "ngspice/..."
|
15 years ago |
rlar
|
d26015586c
|
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
15 years ago |
h_vogt
|
56229ce907
|
improved error message
|
15 years ago |
h_vogt
|
6a1f801038
|
code beautified
|
15 years ago |
rlar
|
b93fcb3779
|
remove some useless casts
|
15 years ago |
rlar
|
aa0b602b87
|
cleanup some reoccuring function prototypes
|
15 years ago |
h_vogt
|
e6c86b4d98
|
explicit casting double -> int etc.
|
15 years ago |
rlar
|
05441d5823
|
Nr 5/5 (x = ...) == NULL , swallow warnings
|
16 years ago |
rlar
|
e6c30efe46
|
Nr 4/5 (x = ...) != NULL , swallow warnings
|
16 years ago |
rlar
|
7b3960506f
|
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
|
16 years ago |
rlar
|
4622d0876e
|
ngcomplex_t instead of complex, #1/2
|
16 years ago |
rlar
|
60caf347a3
|
remove unused variables
|
16 years ago |
h_vogt
|
afdf6ee134
|
new command wrs2p
|
16 years ago |
rlar
|
513c1d50a6
|
collect datestring() and seconds() in "misc_time.h"
|
16 years ago |
rlar
|
8851f67efd
|
Change remaining code to use the new usage pattern cp_getvar(,CP_BOOL,NULL)
|
16 years ago |
rlar
|
a76cd1e104
|
textual replacement VT_* to CP_*, to avoid conflict in the windows world
|
16 years ago |
h_vogt
|
4b055a4ca8
|
Small changes to allow compilation with MS Visual C++ 2008
|
18 years ago |
pnenzi
|
25a32c370e
|
Removed stupid comment
|
19 years ago |
pnenzi
|
b449c09b48
|
Fixed incorrect voltage vectors name in output file.
|
19 years ago |
pnenzi
|
56626999fc
|
Improved current vectors output and added element for last analysis run
|
19 years ago |
sjborley
|
ef3a924d53
|
Fixed a 'core-dump' that could be caused by the interactive 'write' command when the plot contains more than one dimension. This was due to improper use of a buffer in raw_write(), as pointed out by Dietmar Warning.
|
21 years ago |
sjborley
|
7376fa66e5
|
Fixed line-endings (DOS to UNIX)
and translated German to English in comments.
|
21 years ago |