55 Commits (6260fd16ecbf5a15b37efa0e0185bbfd8aae93cc)

Author SHA1 Message Date
rlar 6260fd16ec cmpp, rewrite for proper report of error locations 14 years ago
rlar 348e3976e7 cmpp, use <stdarg.h> for print_error() 14 years ago
rlar 6757c48602 cmpp, remove dead code 14 years ago
rlar d9590f31c3 cmpp, don't exit(0) when reporting an error 14 years ago
rlar 843126d9a6 fix `make dist' 14 years ago
Francesco Lannutti 08ec219417 remove all .cvsignore files 14 years ago
rlar 3d34b22ebf fix file modes 14 years ago
rlar 9f017ea557 .gitignore files 14 years ago
rlar d6e616a310 remove CVS `Id',`log' etc. keyword incantations 14 years ago
rlar 4e3cc188d9 #2/4 #include <ngspice/...> --> #include "ngspice/..." 15 years ago
rlar 028915d9ae #5/7 use a subdirectory "ngspice" for includes to create a uniq namespace 15 years ago
rlar b6aef04d26 allow '//' comments in xspice code models 15 years ago
rlar 0d12371e7d minor bug fix, use EOF 15 years ago
rlar da31886723 rename variable private --> mif_private 15 years ago
dwarning cded776aa6 few build changes 15 years ago
rlar 23ba264cd3 rename variable class --> ctype_class 15 years ago
rlar f7f4bfe70f bug fix, when `show' a xspice spice2poly device (acgains) 15 years ago
rlar 3fec598934 prepare the xspice cmpp processor for build in a separate directory 15 years ago
rlar d0dba768f8 change the type of a bunch of variables from `int' to `size_t' 16 years ago
rlar 6e3bbd49ae casts, to make int <-> char conversions explicit 16 years ago
rlar b4ffca60c4 (int) casts for some `strlen()' expressions 16 years ago
rlar 01566f2b49 add casts to make `int' versus `size_t' conversions explicit 16 years ago
rlar de10506199 cmpp shall add a function prototype to the generated "cfunc.c" file 16 years ago
rlar 59e223c5e4 disable dangling artifact 16 years ago
rlar 7f7504f30a collect prototype for ifs_yyerror() in "ifs_yacc_y.h", and fix return type 16 years ago
rlar 1c2bae2c48 collect prototype for mod_yyerror() in "mod_yacc_y.h", and fix return type 16 years ago
rlar 101f6d5f4a str_to_lower() init_error() protoypes --> include files 16 years ago
rlar 7816052481 bug fix, ./configure && make dist was broken, hardwire flex 16 years ago
rlar 50ad9c548e chomp some warnings 16 years ago
rlar 60ff9aaef2 muffle `nested extern' warnings, and drop a handcrafted malloc prototype 16 years ago
rlar 4cdd842cd8 muffle compiler warnings 16 years ago
rlar a44cc3dd7e for c++, lex input() function is named yyinput() 16 years ago
rlar 26f2d23e6c cleanups 16 years ago
rlar d7e2e7f7f0 cast malloc... return values 16 years ago
rlar e26cec467d initialization of the struct IFdevice.flags element in generated code 16 years ago
rlar d19476685a tiny fixes 16 years ago
rlar 0000dda9af ansi function declarations (prototypes) 16 years ago
rlar c79d21af82 convert K&R function definitions to ansi style 16 years ago
rlar 1f290ed13e remove junk from tarball, and fix some Makefile.am dependencies 16 years ago
rlar ed556f3afc Makefile.am cleanups 16 years ago
h_vogt 63dee6c2fd line 428 malloc(len+1): +1 added 17 years ago
pnenzi f3069e042a Check for flex and yacc moved out of XSPICE for making distributions (Stuart Brorson) 21 years ago
pnenzi 363ffb85e0 Fixed bug in memory management when xspice codemodels are used. 21 years ago
sjborley 6f529b3612 Added .cvsignore files 21 years ago
sjborley 5b4347f3a6 Renamed strcmpi() to local_strcmpi() to avoid clash with system function when compiling in cygwin 21 years ago
sjborley f59180ea79 added .cvsignore 21 years ago
pnenzi 7989c811fb Fixed memory allocation to account for string termination character. 21 years ago
pnenzi 1260ae08db Update autoconf scripts and applied Niessner patch to remove compiler warnings. 22 years ago
pnenzi 7056d37343 Autoconf trimming. 22 years ago
pnenzi 18403d2aa5 Reworked cmpp compilation. More automake compliant. 22 years ago