52 Commits (bafa3ff8a39b7b3f16a7b8633412c0259c4cecd5)

Author SHA1 Message Date
Giles Atkinson 73e8fed0fc Fix warnings from gcc 10.2.1. 3 years ago
Holger Vogt 56d07aab31 Transfer i(xx) to xxx#branch only when i is the first 4 years ago
Holger Vogt 458411b2e1 more precise freeing the wordlist, depending on exit point 6 years ago
Holger Vogt 23ceaabf83 fix a memory leak 6 years ago
Jim Monte 068df274bf Made ft_numparse() thread-safe (no internal static variables) and prepared to support ngspice variable type CP_NUM. 6 years ago
rlar dc6e1cb064 use strchr() instead of strstr() 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 192eeadb0b remove crufty comments which where used to support broken text editors 11 years ago
rlar 7bc6374138 cleanup, use '\0' instead of 0 in char context 11 years ago
h_vogt 3cc06c8e49 dotcards.c: plug some memory leaks 13 years ago
rlar fe1acd3757 src/frontend/** remove superfluous `return' invocations 14 years ago
rlar c0e2d4abef src/frontend/**, whitespace, 14 years ago
rlar 7454a6d486 src/frontend/**, whitespace, indentation, ... 14 years ago
rlar 9655b9885a cleanup, use wl_cons(), wl_append_word() and wl_chop_rest() 14 years ago
rlar 0b5042e7da remove CVS `Id',`log' etc. keyword incantations 14 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
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 6b5debfc1e use `NUMELEMS' and add some `(int)' casts 16 years ago
rlar 196262dd1b move the com_*() prototypes around. 16 years ago
rlar 4d31d2a12f some .c file local prototypes 16 years ago
rlar 4cdd842cd8 muffle compiler warnings 16 years ago
rlar 73cf2a8ea5 use a void * for the third argument (&value) of the cp_vset() function 16 years ago
rlar a76cd1e104 textual replacement VT_* to CP_*, to avoid conflict in the windows world 16 years ago
rlar 4420a3ecdd add prototypes, remove some NULL casts 16 years ago
h_vogt d8810a841a patches by R. Larice 16 years ago
h_vogt 68b06c7a73 comments 17 years ago
h_vogt fc43943e93 vm, vi, vp, vr, vdb for ac measurement 17 years ago
h_vogt 9f1ee290a4 new code for .measurement 17 years ago
h_vogt ea8c5bc5d4 allow .meas, add .meas .. when to example 17 years ago
h_vogt 2e323531fb patch by Bill Swartz 17 years ago
h_vogt 7cf016f98b .options NOACCT 17 years ago
dwarning d0e43bed69 strip white spaces only inside parens 19 years ago
dwarning adaeb6ca81 strip WhiteSpaces inside parens of dot cards 19 years ago
pnenzi f79e9e703c Previous commit was incomplete. 21 years ago
pnenzi 8274fff4fe String offset wrong. Expression were translated incorrectly. 21 years ago
pnenzi db294d26c3 Patch to allow for vm(4,0) and similar. 21 years ago
sjborley 67ff1b3a83 Tidy up of the header files in src/frontend and sub-directories. Motivation is to remove extern declarations within .c files and place them in .h files. Added new header files where necessary (and adjusted makefile.am files where required) 21 years ago
pnenzi 1260ae08db Update autoconf scripts and applied Niessner patch to remove compiler warnings. 22 years ago
pnenzi 65392b77ff Modified printnum function to avoid printing bugs and memory leaks. 25 years ago
pnenzi c68f3470e4 Code cleanup. 25 years ago
pnenzi c8e1e5c939 I have reverted to the old (non AlansFixes) version outif.c and changed 26 years ago
pnenzi 703b2337f5 Changed if(terse) into a if(FALSE) as in Alan's Code. 26 years ago
arno 508fee7d4b * commands.c: Use fourier.h. 26 years ago
arno 7a3a17a5b9 * dotcards.c: Added assertions to guard a double indirection, now 26 years ago
pnenzi 0875108157 Added patches extracted from Alan Gillespie's code. Documentation and 26 years ago
arno 489fc66afd src/Makefile.am src/help.c src/main.c 26 years ago
arno 8696a52e89 * src/Makefile.am src/main.c src/sconvert.c 26 years ago