Giles Atkinson
4feb0c3ccc
Remove function cp_ccon() and related code. The function modifies
the terminal driver's treatment of the control-D (EOF) and escape
keys on Unix-like OSs. But escape has no special meaning, and treating
control-D as a line terminator was probably to prevent unexpected
session exit when connected through a modem without error-correction.
Removing the function allows "ngspice netlist &" to work correctly.
The function was called during initialisation, which caused an endless
loop of job-control stops when ngspice was started as a background process.
2 years ago
Giles Atkinson
ac6487932b
Make the returned status of the "shell" command available as interpreter
variable "shellstatus". Also change the default shell to /bin/sh
as csh is now rare.
3 years ago
Jim Monte
19318929c1
modifier const, error message if 'system' fails
6 years ago
Jim Monte
4a26ea9847
[PATCH #64 ] Made shell command with no arguments functional for Windows.
7 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
ae6a16e3e4
plug a memory leak when executing `shell'
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/..."
14 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
1d62b41bfa
collect cp_* prototypes / extern-declarations in "cpextern.h"
16 years ago
danmc
37863e0c23
Add a missing header to get a missing prototype for cp_ccon().
20 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
arno
1f3603d5d9
* parser/cshpar.c: Separated out com_chdir(), com_echo(),
26 years ago