h_vogt
|
fc7692a896
|
outheap removed
|
14 years ago |
h_vogt
|
5d101f46f9
|
updates tcl for Windows
|
14 years ago |
rlar
|
d04f0948d6
|
preserve const'ness of some casts
|
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 |
h_vogt
|
94e9f07b90
|
Gxxx n1 n2 TABLE {expression} = (x0, y0) (x1, y1) (x2, y2)
|
14 years ago |
rlar
|
0d7f64657c
|
move stringutil.h --> src/include/ngspice
|
14 years ago |
rlar
|
0b5042e7da
|
remove CVS `Id',`log' etc. keyword incantations
|
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
|
9fd458f0ed
|
rewrite ngdirname()
|
15 years ago |
h_vogt
|
e86527635b
|
ivars(char*), Windows 64, 32 bit
|
15 years ago |
rlar
|
2d50db4b91
|
use size_t
|
15 years ago |
rlar
|
56287d9a1d
|
nghash cleanup, use `%p' to print a pointer value
|
15 years ago |
rlar
|
a057ea7bd4
|
nghash cleanup, use stdint.h for proper sized integers representing a pointer
|
15 years ago |
rlar
|
2b2dcb7f31
|
nghash cleanup, cleanup default functions
|
15 years ago |
rlar
|
c680e70e8e
|
nghash cleanup, polish types
|
15 years ago |
rlar
|
065b495248
|
nghash cleanup, drop a trivial local variable
|
15 years ago |
rlar
|
abfa90832d
|
nghash cleanup, fix typeof compare_func
|
15 years ago |
rlar
|
7ac266e2e7
|
nghash cleanup, fix typeof nghash_func
|
15 years ago |
rlar
|
2aa778552f
|
nghash cleanup, struct forward declarations
|
15 years ago |
h_vogt
|
ab587d8d3f
|
environmental variable NGSPICE_INPUT_DIR
|
15 years ago |
rlar
|
3227d3c170
|
some explicit `int' casts
|
15 years ago |
rlar
|
90360ef24c
|
swallow type conversion warnings
|
15 years ago |
h_vogt
|
cc36fb8071
|
dirname() -> ngdirname()
|
15 years ago |
h_vogt
|
f3565bab6b
|
fix usage of dirname()
|
15 years ago |
h_vogt
|
661d287029
|
env. var NGSPICE_INPUT to hold additional path for input files
|
15 years ago |
rlar
|
9ee308a2a5
|
function pointer invocation, (*p)(...) ---> p(...)
|
15 years ago |
rlar
|
b93fcb3779
|
remove some useless casts
|
15 years ago |
h_vogt
|
3547fdc5f3
|
explicit casts double -> int
|
15 years ago |
rlar
|
0b6a557334
|
code cleanup
|
15 years ago |
h_vogt
|
53ba204cbb
|
char* identifiers
|
16 years ago |
dwarning
|
3ab9e6d060
|
cvs ignore .libs
|
16 years ago |
dwarning
|
b964cf949c
|
cvs ignore *.lo and *.la
|
16 years ago |
rlar
|
e6c30efe46
|
Nr 4/5 (x = ...) != NULL , swallow warnings
|
16 years ago |
rlar
|
6256f69499
|
Nr 2/5 (x = ...) != '\0' , swallow warnings
|
16 years ago |
rlar
|
75b6eeb94a
|
add `int' casts to some strlen() expressions, and center labels on a xlog scale
|
16 years ago |
rlar
|
1779d62558
|
add some `int' and `size_t' casts
|
16 years ago |
rlar
|
d0dba768f8
|
change the type of a bunch of variables from `int' to `size_t'
|
16 years ago |
rlar
|
5f4b0aa798
|
(int) cast the return value of some strlen() invocations
|
16 years ago |
rlar
|
2cdd98715a
|
minor modification of strtolower(), and implement strtoupper()
|
16 years ago |
rlar
|
411c6fc8c3
|
minor rewrites
|
16 years ago |
rlar
|
db9125fecc
|
convert some variables, from `int' to `size_t'
|
16 years ago |
rlar
|
7b3960506f
|
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
|
16 years ago |
rlar
|
5e8e44cc0a
|
cast the tmalloc, MALLOC, return value
|
16 years ago |
rlar
|
b96989b506
|
fix incorrect usage of tmalloc/sizeof, incorrect indirection level
|
16 years ago |
rlar
|
bf0b7b4386
|
qsort() usage, drop cast of the first argument (which is a void *)
|
16 years ago |
rlar
|
b897dfa857
|
collect extern timebegin in "misc_time.h"
|
16 years ago |
rlar
|
5bc8777a9b
|
remove #define for EOS use '\0' instead
|
16 years ago |
rlar
|
cf3514b9ae
|
remove ancient #defines for AND OR NOT substitute with && || !
|
16 years ago |