190 Commits (5a69b9efc4e2ef8eddbb2e1352a1addea22ec82e)

Author SHA1 Message Date
h_vogt f94cc3a8a0 comp issues 15 years ago
rlar 55638c8023 various cleanups 15 years ago
rlar 46da3b066e bug fix, (#329233) 15 years ago
rlar b778c50bd6 code cleanup, some warnings, some casts, ... 15 years ago
h_vogt 7af24747ec bug no. 3201331 15 years ago
dwarning 05118f717c no m= at the end of model cards 15 years ago
h_vogt 97605a5df7 models 1N4001 also in subcircuits 15 years ago
h_vogt 6d7ee3632e remoce compiler warnings 15 years ago
h_vogt cfe6c96d19 add ')' to fcn inp_sort_params 15 years ago
rlar 6fa71d275b support another non-equality '<>' token 16 years ago
rlar 34a6676dc8 don't transform operators ('&|' -> '&&' '&' -> '&&' etc) pass them *literally* 16 years ago
h_vogt 2b4069f93e bug no. 3127808, and rem trailing white spaces 16 years ago
rlar eaadf5d2bc tiny fix, a boundary check 16 years ago
rlar eb06eeb4d9 swallow type conversion warnings 16 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 6256f69499 Nr 2/5 (x = ...) != '\0' , 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
h_vogt 506703b64c bug no. 3072940 16 years ago
rlar 699ba544fa bug fix, current-controlled switch, `w' device 16 years ago
rlar 4e8a1f9656 tiny rewrite, make use of copy_substring() 16 years ago
rlar c5c6fe477b drop a redundant check 16 years ago
rlar 6e3bbd49ae casts, to make int <-> char conversions explicit 16 years ago
rlar 7b3960506f wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC 16 years ago
h_vogt 3ddc20621a guards for strstr 16 years ago
rlar 6e9e8e2e51 trealloc usage unification 16 years ago
h_vogt 32c134f481 #include "../misc/tilde.h" 16 years ago
rlar b5f1a18f7c ngspice_compat_mode() prototype --> include files 16 years ago
h_vogt 355384e459 libiberty.h inclusion modified 16 years ago
rlar 241783d0b5 use for(;;) instead of while(1) to muffle some visual-C warnings 16 years ago
h_vogt d89d52039f bug in B source parsing removed 16 years ago
dwarning 586acbe45c fallback for not handled enumeration values in switch 16 years ago
h_vogt f7da0b9f00 update inp_cmpat() 16 years ago
rlar 4cdd842cd8 muffle compiler warnings 16 years ago
rlar d0a7220f6f muffle `unused variable' warnings 16 years ago
rlar d44f818cad allow cp_getvar(,CP_BOOL,NULL) to avoid insane usage 16 years ago
rlar a76cd1e104 textual replacement VT_* to CP_*, to avoid conflict in the windows world 16 years ago
h_vogt fe2d079b31 par('expression') 16 years ago
h_vogt e3b0a4b0dd .TITLE line 16 years ago
h_vogt 9f84139ffa no white space removal in echo ' ' 16 years ago
h_vogt 2edf6bafd2 no white space removal in echo ' ' 16 years ago
rlar 3369d860b4 cast the return values of malloc() function calls 16 years ago
rlar 0dbebc870c fix some typecasts to *malloc() return values 16 years ago
rlar 643728aca4 explicit compare with NULL 16 years ago
h_vogt 6874c454fc allow {$var} 16 years ago
h_vogt 947e19bde7 no command file handling in numparam 16 years ago
rlar a14e59866e ansi function declarations (prototypes) 16 years ago
rlar 5946300a97 upgrade foo() --> foo(void) ansi function definition 16 years ago
h_vogt a3a4d4409c .measure skip braces in a special case 16 years ago