rlar
|
cc7afb7abb
|
drop (char*) cast in the third argument of ioctl()
|
14 years ago |
rlar
|
f285dd0aa8
|
use strchr() instead of index()
|
14 years ago |
rlar
|
afa1371746
|
#3/6 config.h --> ngspice/config.h, AM_CPPFLAGS
|
14 years ago |
rlar
|
4ca58067a2
|
#2/6 config.h --> ngspice/config.h, #include's
|
14 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 |
h_vogt
|
2c8d477f68
|
def of _read only for console app
|
15 years ago |
h_vogt
|
bf4f91cd90
|
add SSIZE_T
|
15 years ago |
h_vogt
|
0a114e0057
|
add SSIZE_T
|
15 years ago |
h_vogt
|
75ae33d0a3
|
typo line 30 size_t
|
15 years ago |
h_vogt
|
e6c86b4d98
|
explicit casting double -> int etc.
|
15 years ago |
rlar
|
66289067ba
|
rename variable class --> kw_class
|
15 years ago |
rlar
|
23056573d8
|
code cleanup, drop NULL pointer casts
|
15 years ago |
dwarning
|
3ab9e6d060
|
cvs ignore .libs
|
16 years ago |
dwarning
|
b964cf949c
|
cvs ignore *.lo and *.la
|
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
|
abb87a6115
|
rename `IGNORE()' --> `NG_IGNORE()'
|
16 years ago |
rlar
|
80286e0032
|
pour `IGNORE()' all over the source
|
16 years ago |
rlar
|
dbdd7dc741
|
tiny rewrite, type fixes
|
16 years ago |
rlar
|
dd34b783cf
|
minor rewrite, a local variable type change
|
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
|
7b3960506f
|
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
|
16 years ago |
rlar
|
d7a9d71a1a
|
remove prototypes, avoid redeclarations
|
16 years ago |
rlar
|
1d62b41bfa
|
collect cp_* prototypes / extern-declarations in "cpextern.h"
|
16 years ago |
rlar
|
a8c64094fc
|
fix busy waiting loop, when using editline
|
16 years ago |
rlar
|
4cdd842cd8
|
muffle compiler warnings
|
16 years ago |
rlar
|
d19476685a
|
tiny fixes
|
16 years ago |
rlar
|
3369d860b4
|
cast the return values of malloc() function calls
|
16 years ago |
h_vogt
|
6874c454fc
|
allow {$var}
|
16 years ago |
rlar
|
5b5297ac2f
|
remove abandoned prototypes
|
16 years ago |
dwarning
|
586af63f36
|
changed the declarator to new format
|
17 years ago |
h_vogt
|
1e5720a23f
|
double array size in cp_lexer()
|
17 years ago |
pnenzi
|
72482f964e
|
Fixed segfaults when redirecting output < > -- Espice
|
18 years ago |
pnenzi
|
fa549df82a
|
TCLSPICE IMPORT + libtool + measure2 command
|
18 years ago |
pnenzi
|
7f6ad5c706
|
Updated to new automake standard. Replaced all INCLUDES with AM_CPPFLAGS
|
18 years ago |
dwarning
|
37fffd911f
|
functions used in this branch only
|
19 years ago |
dwarning
|
41325622fd
|
some clean-up's to come through MSC
|
19 years ago |
sjborley
|
3a69282b3a
|
Fixed memory leak in tilde expansion
|
21 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
|
b03a70760b
|
Applied Stuart's 12-03-2003 patch. Support for readline (disabled) and for node names in the form (x,y).
|
23 years ago |
pnenzi
|
531fb3575a
|
Applied Vera Patch to correct bugs in shell code and re-enabling interpolate command.
|
23 years ago |
pnenzi
|
8686a73047
|
Added readline patch (support for command history).
|
23 years ago |
pnenzi
|
8362dec274
|
Integrated code from tclspice, brorson xspice and Vera memleak.
|
23 years ago |
pnenzi
|
937e3db647
|
Holger Vogt Windows port for Ngspice.
|
25 years ago |
pnenzi
|
6696aac9e6
|
Updated changelogs
|
25 years ago |
pnenzi
|
7583d1849e
|
Applied another bunch of patches sent by CDHW (Charles D.H. Williams). The patches
are aimed to close some leaks in the parser.
|
25 years ago |
pnenzi
|
ccfdf80c2e
|
Applied patches for BSD OSes
|
26 years ago |