308 Commits (b19f5ca4c33f029ec15828ebe9d4596cb3560721)

Author SHA1 Message Date
rlar 561d30e5bf implement wl_chop() 14 years ago
h_vogt 87c80b842c gettok_char(), return(NULL) if substring not found 14 years ago
rlar 2b859633a1 fix the fix wl_reverse() for empty lists 14 years ago
rlar a890a55937 fix wl_reverse() for empty lists 14 years ago
rlar 5859f1a61d comments for wl_cons(), wl_append_word() and wl_chop_rest() 14 years ago
rlar 9655b9885a cleanup, use wl_cons(), wl_append_word() and wl_chop_rest() 14 years ago
rlar d9ddaec784 implement wl_cons(), wl_append_word() and wl_chop_rest() 14 years ago
rlar cb0a48801d introduce AM_CFLAGS = $(STATIC) 14 years ago
h_vogt fc7692a896 outheap removed 14 years ago
h_vogt 5d101f46f9 updates tcl for Windows 14 years ago
rlar d04f0948d6 preserve const'ness of some casts 14 years ago
rlar afa1371746 #3/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
h_vogt 94e9f07b90 Gxxx n1 n2 TABLE {expression} = (x0, y0) (x1, y1) (x2, y2) 14 years ago
rlar 0d7f64657c move stringutil.h --> src/include/ngspice 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
rlar 9fd458f0ed rewrite ngdirname() 15 years ago
h_vogt e86527635b ivars(char*), Windows 64, 32 bit 15 years ago
rlar 2d50db4b91 use size_t 15 years ago
rlar 56287d9a1d nghash cleanup, use `%p' to print a pointer value 15 years ago
rlar a057ea7bd4 nghash cleanup, use stdint.h for proper sized integers representing a pointer 15 years ago
rlar 2b2dcb7f31 nghash cleanup, cleanup default functions 15 years ago
rlar c680e70e8e nghash cleanup, polish types 15 years ago
rlar 065b495248 nghash cleanup, drop a trivial local variable 15 years ago
rlar abfa90832d nghash cleanup, fix typeof compare_func 15 years ago
rlar 7ac266e2e7 nghash cleanup, fix typeof nghash_func 15 years ago
rlar 2aa778552f nghash cleanup, struct forward declarations 15 years ago
h_vogt ab587d8d3f environmental variable NGSPICE_INPUT_DIR 15 years ago
rlar 3227d3c170 some explicit `int' casts 15 years ago
rlar 90360ef24c swallow type conversion warnings 15 years ago
h_vogt cc36fb8071 dirname() -> ngdirname() 15 years ago
h_vogt f3565bab6b fix usage of dirname() 15 years ago
h_vogt 661d287029 env. var NGSPICE_INPUT to hold additional path for input files 15 years ago
rlar 9ee308a2a5 function pointer invocation, (*p)(...) ---> p(...) 15 years ago
rlar b93fcb3779 remove some useless casts 15 years ago
h_vogt 3547fdc5f3 explicit casts double -> int 15 years ago
rlar 0b6a557334 code cleanup 15 years ago
h_vogt 53ba204cbb char* identifiers 16 years ago
dwarning 3ab9e6d060 cvs ignore .libs 16 years ago
dwarning b964cf949c cvs ignore *.lo and *.la 16 years ago
rlar e6c30efe46 Nr 4/5 (x = ...) != NULL , swallow warnings 16 years ago
rlar 6256f69499 Nr 2/5 (x = ...) != '\0' , swallow warnings 16 years ago
rlar 75b6eeb94a add `int' casts to some strlen() expressions, and center labels on a xlog scale 16 years ago
rlar 1779d62558 add some `int' and `size_t' casts 16 years ago
rlar d0dba768f8 change the type of a bunch of variables from `int' to `size_t' 16 years ago
rlar 5f4b0aa798 (int) cast the return value of some strlen() invocations 16 years ago
rlar 2cdd98715a minor modification of strtolower(), and implement strtoupper() 16 years ago
rlar 411c6fc8c3 minor rewrites 16 years ago