Jim Monte
24a13736bd
[PATCH #63 ] Fixed infinite loop when setscale is given as a command.
7 years ago
Jim Monte
ea81da2b01
[PATCH #55-1] Fixed some compiler warnings added by Visual Studio 2019
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
db0849d076
terminal.c, miscvars.c, variable 'moremode' instead of 'nomoremode', new default
the `more' pager is now disabled by default
10 years ago
rlar
cc56c90b9d
drop asprintf()
13 years ago
rlar
11579d9369
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
14 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
789edee376
rewrite inp_list() avoid duplicate code
14 years ago
rlar
c4d0feb6cc
bug fix, out_send() erroneously interpreting printf %-style sequences
14 years ago
rlar
d4ced47e8e
drop out_pbuf, which was an ancient workaround
obviously an old implementation of out_printf()
has been unreliable.
14 years ago
rlar
8864048692
drop tgetstr() return value cast
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
14 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
55638c8023
various cleanups
15 years ago
rlar
e6c30efe46
Nr 4/5 (x = ...) != NULL , swallow warnings
16 years ago
rlar
01566f2b49
add casts to make `int' versus `size_t' conversions explicit
16 years ago
rlar
cf3514b9ae
remove ancient #defines for AND OR NOT substitute with && || !
16 years ago
dwarning
0d2b618f31
modification for sun compiler
16 years ago
h_vogt
56679b429b
add __MINGW32__
16 years ago
h_vogt
355384e459
libiberty.h inclusion modified
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
h_vogt
07f90563dc
patches R. Larice
16 years ago
h_vogt
d7d5a38583
patches by R. Larice
16 years ago
pnenzi
fa549df82a
TCLSPICE IMPORT + libtool + measure2 command
18 years ago
sjborley
a3ec41da2d
* Fixed(?) missing files error when autogen.sh is run (with no adms)
- configure.in: removed adms directors from AC_CONFIG_FILES list
* Fixed inclusion of termcap header
- configure.in: add check for <termcap.h> to <ncurses/termcap.h>
- frontend/terminal.c: select either <termcap.h> or <ncurses/termcap.h>
19 years ago
dwarning
49991111c7
prevent ext. warnings
19 years ago
dwarning
db66f35734
reusing the old out_pbuf
19 years ago
dwarning
0d3847aae5
prevent crash at long messages in out_printf
19 years ago
gdiso
60d7ac039a
*** empty log message ***
19 years ago
danmc
89462761c9
include <sys/ioctl.h> for the ioctl() prototype
20 years ago
sjborley
1f5695a34c
fixed warning about unused variables and functions that can occur when HAVE_TERMCAP is undefined.
21 years ago
pnenzi
1b7c9386fe
Bug fixes from previous commit.
25 years ago
pnenzi
317c6a2415
Appiled some of dan's patches.
25 years ago
pnenzi
6f55975cc0
Code clean up (removed some warning)
25 years ago
arno
839ade8236
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
26 years ago