63 Commits (30565e45c4bb21a4d936b1aada8bd4f3cdda01de)

Author SHA1 Message Date
Holger Vogt 09c876550f prevent string overflow by adding the string length 8 years ago
Holger Vogt 68125ea3cf allow reading LTSPICE ascii raw files with 'load' command 8 years ago
h_vogt d7a1899210 runcoms.c, rawfile.c, include filename in the 'ASCII/binary raw file' printout 9 years ago
rlar 45ad60b738 rename gettok_nc() --> nexttok(), and functionalize it 9 years ago
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)). 10 years ago
rlar 1c565a1a89 frontend/rawfile.c, raw_write(), fix memory ownership for pl_title and pl_date 10 years ago
rlar 521db88eff frontend/rawfile.c, use "stringskip.h" 10 years ago
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 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, ... 14 years ago
rlar 7454a6d486 src/frontend/**, whitespace, indentation, ... 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