ngspice/src/frontend/parser
Giles Atkinson 543a8bb62d 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.
2024-11-08 11:18:36 +01:00
..
ChangeLog Holger Vogt Windows port for Ngspice. 2002-01-03 22:44:21 +00:00
Makefile.am introduce AM_CFLAGS = $(STATIC) 2012-07-07 14:51:39 +02:00
backq.c bug #408: prevent invalid data or crash by not reading beyond end of string 2019-08-13 23:35:17 +02:00
backq.h unify #ifndef include wrapper 2013-12-31 12:54:32 +01:00
complete.c Remove function cp_ccon() and related code. The function modifies 2024-11-08 11:18:36 +01:00
complete.h unify #ifndef include wrapper 2013-12-31 12:54:32 +01:00
cshpar.c Remove function cp_ccon() and related code. The function modifies 2024-11-08 11:18:36 +01:00
cshpar.h unify #ifndef include wrapper 2013-12-31 12:54:32 +01:00
glob.c Memcpy only when p_word is not NULL 2024-07-16 17:01:57 +02:00
glob.h unify #ifndef include wrapper 2013-12-31 12:54:32 +01:00
input.c input.c, don't use read() in __MINGW32__ 2017-02-22 19:28:22 +01:00
input.h unify #ifndef include wrapper 2013-12-31 12:54:32 +01:00
lexical.c Remove function cp_ccon() and related code. The function modifies 2024-11-08 11:18:36 +01:00
lexical.h unify #ifndef include wrapper 2013-12-31 12:54:32 +01:00
numparse.c Add a scale factor 'a' (atto, 1e-18) 2023-03-18 14:30:03 +01:00
numparse.h unify #ifndef include wrapper 2013-12-31 12:54:32 +01:00
std.c Add a 'qsort' dummy according to current compiler standards. 2021-07-05 14:31:08 +02:00
unixcom.c Remove the obsolete RETSIGTYPE, replace by void 2023-03-18 14:30:29 +01:00
unixcom.h unify #ifndef include wrapper 2013-12-31 12:54:32 +01:00