h_vogt
|
d7a1899210
|
runcoms.c, rawfile.c, include filename in the 'ASCII/binary raw file' printout
|
2017-04-12 20:45:51 +02:00 |
rlar
|
45ad60b738
|
rename gettok_nc() --> nexttok(), and functionalize it
|
2017-03-19 20:11:01 +01:00 |
h_vogt
|
6a0a6071a0
|
gettok_nc(&line): like gettok(), move pointer beyond next token in line, but without returning a string, without TMALLOC. Replaces constructs like tfree(gettok(&line)).
|
2016-10-15 15:06:20 +02:00 |
rlar
|
1c565a1a89
|
frontend/rawfile.c, raw_write(), fix memory ownership for pl_title and pl_date
avoid assigning cloned strings
to pl_date/pl_title fields of multiple plots
avoid excess allocation
|
2016-07-17 11:12:22 +02:00 |
rlar
|
521db88eff
|
frontend/rawfile.c, use "stringskip.h"
|
2016-03-22 15:26:28 +01:00 |
rlar
|
4c1c95e20f
|
everywhere, use `TMALLOC()' instead of `alloc()'
|
2016-03-21 21:22:07 +01:00 |
rlar
|
71a7c3459b
|
use char variants of the <ctype.h> isxxxx() family
|
2016-03-09 20:24:36 +01:00 |
rlar
|
c2a7821449
|
dvec abstraction, #10/11, introduce `dvec_trunc()'
|
2015-12-28 20:34:42 +01:00 |
rlar
|
8243696338
|
dvec abstraction, #8/11, upgrade `dvec_alloc()'
|
2015-12-28 20:34:42 +01:00 |
rlar
|
cea2664db0
|
dvec abstraction, #5/11, emphasise `v_numdims = 0' initialisation
|
2015-12-28 20:34:42 +01:00 |
rlar
|
8a4a37b5bb
|
dvec abstraction, #4/11, emphasise `ZERO(dvec)' initialisation
|
2015-12-28 20:34:42 +01:00 |
rlar
|
908c650f72
|
dvec abstraction, #3/11, use `dvec_alloc()'
|
2015-12-28 20:34:42 +01:00 |
rlar
|
814c51659e
|
frontend/rawfile.c, raw_read(), reorder
|
2015-12-27 18:52:52 +01:00 |
rlar
|
08feced9b6
|
frontend/rawfile.c, raw_read(), reorder
|
2015-12-23 10:46:42 +01:00 |
rlar
|
9e353fbae8
|
frontend/rawfile.c, raw_read(), emphasise `v_type' initialisation
|
2015-12-23 10:37:41 +01:00 |
rlar
|
7bab434504
|
frontend/rawfile.c, fixdims(), turn `if' upside-down for readability
|
2015-12-23 10:33:53 +01:00 |
rlar
|
19e427e3a5
|
cleanup, use NULL instead of 0 in pointer context
|
2015-05-02 10:24:49 +02:00 |
rlar
|
5ac7858a79
|
rewrite, use tprintf
|
2015-03-28 20:10:29 +01:00 |
rlar
|
6b5bbb71d0
|
rawfile.c, bug fix, missing memory allocation and a memory leak
|
2015-03-28 19:51:50 +01:00 |
rlar
|
6f21c3b9db
|
use `enum simulation_types'
|
2015-03-10 18:27:39 +01:00 |
h_vogt
|
d7e291c53a
|
HAS_WINDOWS --> HAS_WINGUI
allow compilation on MS Windows without GUI
|
2013-12-31 12:56:57 +01:00 |
rlar
|
83e3100917
|
remove unused variables
|
2012-12-01 16:05:20 +01:00 |
rlar
|
fe1acd3757
|
src/frontend/** remove superfluous `return' invocations
|
2012-09-22 19:33:55 +02:00 |
rlar
|
ab98f03622
|
src/frontend/** whitespace, indentation, ...
checked for object file invariance on linux
|
2012-09-22 19:33:50 +02:00 |
rlar
|
7454a6d486
|
src/frontend/**, whitespace, indentation, ...
untabify
delete-trailing-whitespace
braces
...
checked for object file invariance on linux
|
2012-09-20 20:30:53 +02:00 |
rlar
|
f3b5336d3a
|
cleanup some macros, try to be more careful
|
2012-09-19 20:16:27 +02:00 |
rlar
|
9655b9885a
|
cleanup, use wl_cons(), wl_append_word() and wl_chop_rest()
|
2012-07-14 10:23:51 +02:00 |
h_vogt
|
a212be67bc
|
Exit with error if file not found: fgets() cannot read from NULL
|
2012-06-12 21:26:29 +02:00 |
rlar
|
10e5dbfbcc
|
raw_read() always fopen("rb") even on windows, always swallow "\r"
|
2012-06-12 21:26:29 +02:00 |
rlar
|
a056ea3065
|
#3/4 switch realpart() and imagpart() args from ngcomplex* to ngcomplex
|
2012-02-07 19:53:12 +00:00 |
rlar
|
c3741ae6a1
|
comment/pinpoint a local misuse of a structure element
|
2012-02-07 17:25:55 +00:00 |
h_vogt
|
757bf30cc9
|
bug during loading ascii rawfile removed
|
2012-01-09 22:44:40 +00:00 |
rlar
|
0b5042e7da
|
remove CVS `Id',`log' etc. keyword incantations
|
2011-12-13 19:57:45 +00:00 |
rlar
|
10346e055c
|
#1/4 #include <ngspice/...> --> #include "ngspice/..."
|
2011-12-11 18:05:00 +00:00 |
rlar
|
d26015586c
|
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
2011-08-20 17:27:09 +00:00 |
h_vogt
|
56229ce907
|
improved error message
|
2011-08-19 20:30:18 +00:00 |
h_vogt
|
6a1f801038
|
code beautified
|
2011-08-19 20:06:29 +00:00 |
rlar
|
b93fcb3779
|
remove some useless casts
|
2011-06-22 17:17:40 +00:00 |
rlar
|
aa0b602b87
|
cleanup some reoccuring function prototypes
|
2011-06-22 17:06:40 +00:00 |
h_vogt
|
e6c86b4d98
|
explicit casting double -> int etc.
|
2011-06-11 17:07:38 +00:00 |
rlar
|
05441d5823
|
Nr 5/5 (x = ...) == NULL , swallow warnings
|
2010-11-19 18:54:40 +00:00 |
rlar
|
e6c30efe46
|
Nr 4/5 (x = ...) != NULL , swallow warnings
|
2010-11-19 18:52:44 +00:00 |
rlar
|
7b3960506f
|
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
|
2010-10-28 19:32:34 +00:00 |
rlar
|
4622d0876e
|
ngcomplex_t instead of complex, #1/2
|
2010-10-24 12:45:05 +00:00 |
rlar
|
60caf347a3
|
remove unused variables
|
2010-10-16 15:59:37 +00:00 |
h_vogt
|
afdf6ee134
|
new command wrs2p
|
2010-10-16 12:05:09 +00:00 |
rlar
|
513c1d50a6
|
collect datestring() and seconds() in "misc_time.h"
|
2010-10-15 18:15:29 +00:00 |
rlar
|
8851f67efd
|
Change remaining code to use the new usage pattern cp_getvar(,CP_BOOL,NULL)
|
2010-07-20 18:52:19 +00:00 |
rlar
|
a76cd1e104
|
textual replacement VT_* to CP_*, to avoid conflict in the windows world
|
2010-07-17 20:48:20 +00:00 |
h_vogt
|
4b055a4ca8
|
Small changes to allow compilation with MS Visual C++ 2008
|
2008-09-21 22:18:06 +00:00 |