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
h_vogt
e4e24f74e6
breakp2.c, copynode(), prevent segfault if missing ')'
invoking 'save' with an erronous node, for example
save v(thing
This can happen unexpectedly for long 'save' lines,
which will silently be truncated.
10 years ago
rlar
7fc6609821
breakp2.c, settrace(), cleanup #2/2
10 years ago
rlar
004e49aabf
breakp2.c, settrace(), cleanup #1/2
"save" command,
reduce complexity from O(2) to O(1)
10 years ago
h_vogt
77380219d8
breakp2.c, prevent crash in `save' command if no circuit is loaded
10 years ago
rlar
4c1c95e20f
everywhere, use `TMALLOC()' instead of `alloc()'
10 years ago
rlar
192eeadb0b
remove crufty comments which where used to support broken text editors
11 years ago
rlar
5ac7858a79
rewrite, use tprintf
11 years ago
h_vogt
0c503429e0
breakp2.c: plug some tiny memory leaks
13 years ago
h_vogt
79a9fdbcd7
breakp2.c: allow v(12) and i(vdd) in 'save' command
13 years ago
h_vogt
7bc879726d
make database dbs local to each circuit
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
0e1f5a29f7
type fixes
15 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
23056573d8
code cleanup, drop NULL pointer casts
15 years ago
rlar
7b3960506f
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
16 years ago
h_vogt
68b06c7a73
comments
17 years ago
sjborley
67ff1b3a83
Tidy up of the header files in src/frontend and sub-directories. Motivation is to remove extern declarations within .c files and place them in .h files. Added new header files where necessary (and adjusted makefile.am files where required)
21 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
8696a52e89
* src/Makefile.am src/main.c src/sconvert.c
26 years ago
pnenzi
978f1c32a2
Initial revision
26 years ago