59 Commits (7c0bbcd9b223b982676a40cf18bacf034edbc493)

Author SHA1 Message Date
Jim Monte d96ea2490a EXITPOINT, memory leaks upon failure 6 years ago
Jim Monte a53cd3a3e9 fixed path created by ngdirname in Windows. Also added const to parameters whose arguments do not change and fixed some potential buffer overruns. 6 years ago
rlar 5e04924890 cleanup `skip_ws()' usage 10 years ago
rlar b1d8b99018 skip-ws, #6/6, rename to match inpcom.c 10 years ago
rlar 22875d056b skip-ws, #5/6, use functional style 10 years ago
rlar d12679fccd skip-ws, #4/6, drop `TEMPORARY_SKIP_WS_X0' 10 years ago
rlar a86f2068c8 skip-ws, #3/6, use TEMPORARY macros, obj-invariant 10 years ago
rlar 6d1171ad6f skip-ws, #2/6, introduce "ngspice/stringskip.h" 10 years ago
rlar 1ad65120d5 skip-ws, #1/6, prepare for rewrite, obj-invariant 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 19e427e3a5 cleanup, use NULL instead of 0 in pointer context 11 years ago
Francesco Lannutti 08ec219417 remove all .cvsignore files 14 years ago
rlar 11579d9369 cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones) 14 years ago
rlar fe1acd3757 src/frontend/** remove superfluous `return' invocations 14 years ago
rlar ab98f03622 src/frontend/** whitespace, indentation, ... 14 years ago
rlar 9655b9885a cleanup, use wl_cons(), wl_append_word() and wl_chop_rest() 14 years ago
rlar cb0a48801d introduce AM_CFLAGS = $(STATIC) 14 years ago
rlar 11878ee4ad misccoms.c, use strncasecmp() 14 years ago
rlar 323bceb33b #5/6 config.h --> ngspice/config.h, some more -I include paths 14 years ago
rlar d3c3741f43 #4/6 config.h --> ngspice/config.h, AM_CPPFLAGS 14 years ago
rlar 4ca58067a2 #2/6 config.h --> ngspice/config.h, #include's 14 years ago
rlar 0b5042e7da remove CVS `Id',`log' etc. keyword incantations 14 years ago
rlar 10346e055c #1/4 #include <ngspice/...> --> #include "ngspice/..." 14 years ago
rlar d26015586c #1/7 use a subdirectory "ngspice" for includes to create a uniq namespace 15 years ago
rlar e7849c20d7 cleanup fseek() usage 15 years ago
rlar b06eb95b87 textdisp.c, minor rewrite to swallow type conversion warnings 15 years ago
rlar b93fcb3779 remove some useless casts 15 years ago
h_vogt 561e339365 reduce compiler warnings 15 years ago
rlar e973fb3e97 cleanup Xt usage 15 years ago
rlar d80da277f2 rename function delete --> delete_w 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 abb87a6115 rename `IGNORE()' --> `NG_IGNORE()' 16 years ago
rlar 80286e0032 pour `IGNORE()' all over the source 16 years ago
rlar d0dba768f8 change the type of a bunch of variables from `int' to `size_t' 16 years ago
rlar 8141892f72 tiny rewrite, to avoid type conversion warnings 16 years ago
rlar 0eccd17d9a add casts for x11 operations, to silence type conversion warnings 16 years ago
rlar 01566f2b49 add casts to make `int' versus `size_t' conversions explicit 16 years ago
rlar 7b3960506f wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC 16 years ago
rlar b2aae741a0 tmalloc usage, drop explicit (unsigned) cast 16 years ago
rlar 32a255f47c tmalloc usage, minor usage unification 16 years ago
rlar bf0b7b4386 qsort() usage, drop cast of the first argument (which is a void *) 16 years ago
rlar 68b2e6b23a whitespace cleanup (all Makefile.am files) 16 years ago
rlar b1f6da536a whitespace cleanup, add missing trailing newlines 16 years ago
rlar 60ff9aaef2 muffle `nested extern' warnings, and drop a handcrafted malloc prototype 16 years ago
rlar 3369d860b4 cast the return values of malloc() function calls 16 years ago
rlar a14e59866e ansi function declarations (prototypes) 16 years ago
h_vogt 46261c4eae allow closing of help windows with WM x-button 17 years ago
h_vogt 4b055a4ca8 Small changes to allow compilation with MS Visual C++ 2008 18 years ago