580 Commits (4e1ae255f62affb3e17a3c2ba30ace86af02c335)

Author SHA1 Message Date
rlar 2355ed9a83 regenerate bison output files 16 years ago
rlar 5412e4bfd2 convert macro `U()' to `IGNORE()' 16 years ago
rlar 80286e0032 pour `IGNORE()' all over the source 16 years ago
rlar 75b6eeb94a add `int' casts to some strlen() expressions, and center labels on a xlog scale 16 years ago
rlar 21a31ab2c2 tiny rewrite, make use of strtolower() and strtoupper() 16 years ago
rlar e3ea250a4d tiny rewrite, don't invoke strlen() to check for strlen() == 1 16 years ago
rlar 5f4b0aa798 (int) cast the return value of some strlen() invocations 16 years ago
rlar 927470e12f minor rewrite, avoid type conversion warnings 16 years ago
rlar 6e3bbd49ae casts, to make int <-> char conversions explicit 16 years ago
rlar 754406a335 minor beautification 16 years ago
rlar 6b5debfc1e use `NUMELEMS' and add some `(int)' casts 16 years ago
rlar db9125fecc convert some variables, from `int' to `size_t' 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 d7a9d71a1a remove prototypes, avoid redeclarations 16 years ago
dwarning bd985bc28f trtol to 1 only for A devices 16 years ago
rlar 80b2f2b164 update the bison generated files 16 years ago
rlar 0fb5f2142a avoid function redeclaration, PPparse() and PTparse() 16 years ago
rlar cf3514b9ae remove ancient #defines for AND OR NOT substitute with && || ! 16 years ago
rlar 28282dda56 collect the other INP*() prototypes in "inpdefs.h" 16 years ago
rlar d0c287f81f collect the INP2?() prototypes in "inp.h" 16 years ago
rlar 9b0df330b5 collect the PT*() prototypes in "inp.h" 16 years ago
rlar 3d9a742802 remove some stuttered prototypes 16 years ago
rlar 4d31d2a12f some .c file local prototypes 16 years ago
rlar 74d62ab486 use the types TSKtask and JOB, instead of void 16 years ago
rlar 7047535f96 type bistromatic 16 years ago
rlar d51c1e1b7d fix a compiler warning, void* versus void(*)(void) 16 years ago
dwarning 0d2b618f31 modification for sun compiler 16 years ago
rlar 68b2e6b23a whitespace cleanup (all Makefile.am files) 16 years ago
h_vogt 56679b429b add __MINGW32__ 16 years ago
h_vogt 355384e459 libiberty.h inclusion modified 16 years ago
rlar f7c8eb1d2a muffle some visual-C warnings 16 years ago
h_vogt d89d52039f bug in B source parsing removed 16 years ago
rlar e1a5526381 use the type CKTnode instead of void* 16 years ago
rlar 99b2f9febf drop (GENinstance*) casts, which are no longer necessary 16 years ago
rlar 44a182c1ba use the type CKTnode instead of void* 16 years ago
rlar 773670b38f cleanup 16 years ago
rlar d897817800 drop a bunch of (void**) NULL casts {invocation of IFnewUid()} 16 years ago
rlar 085afaee37 use GENinstance*, instead of void* 16 years ago
rlar aae53f5564 use GENinstance*, instead of void* 16 years ago
rlar 618732c7bd fix assignment to a member of union IFvalue 16 years ago
dwarning 2991e1a5b9 add prototype for controlled_exit 16 years ago
h_vogt b82ef13db7 update for adms 16 years ago
rlar 4cdd842cd8 muffle compiler warnings 16 years ago
rlar d0a7220f6f muffle `unused variable' warnings 16 years ago
rlar 689c7662f8 K&R function definitions and GENmodel and GENinstance usage for the NDEV device 16 years ago
rlar a76cd1e104 textual replacement VT_* to CP_*, to avoid conflict in the windows world 16 years ago
rlar 0aa1c09d73 consolidate enum cp_types and enum vt_types . 16 years ago
rlar 1bb9d1c633 missing (void*) casts 16 years ago
rlar 7d6abb2fde upgrade some casts from void* to more specific type 16 years ago