Holger Vogt
7f085144a9
remove all the remains of quote() and strip() that had been
used to modify the eigths bit of a character or string.
The functions had been switched off some time ago.
We now need all bits of a char for extended ascii or utf8
6 years ago
Holger Vogt
3494e6b390
prevent crash
bug-395 reported by Bohdan Tkhir
7 years ago
Holger Vogt
09c876550f
prevent string overflow by adding the string length
to the cp_getvar parameters. Used only with CP_STRING
8 years ago
h_vogt
717fe81c17
com_display.c: remove memory leak
13 years ago
rlar
fe1acd3757
src/frontend/** remove superfluous `return' invocations
14 years ago
rlar
7454a6d486
src/frontend/**, whitespace, indentation, ...
untabify
delete-trailing-whitespace
braces
...
checked for object file invariance on linux
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
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
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
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
pnenzi
19129762ad
Added Glao Dezai's patches (some memory leaks fixes)
26 years ago
arno
f85551ea17
* frontend/Makefile.am: Updates for new files.
26 years ago
arno
489fc66afd
src/Makefile.am src/help.c src/main.c
26 years ago
arno
60a224ee0e
* src/frontend/com_compose.c src/frontend/com_display.c
26 years ago
arno
8696a52e89
* src/Makefile.am src/main.c src/sconvert.c
26 years ago