1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00
guile/module/system/repl
Andy Wingo adf43b3f08 ignore SIGPIPE in (system repl server)
* module/system/repl/server.scm (run-server): Ignore SIGPIPE when we run
  a server, as otherwise a rudely disconnected client could cause the
  server to quit.  Thanks to John Proctor for the report, and Detlev
  Zundel for the debugging.
2011-04-11 10:13:48 +02:00
..
command.scm fix error message on ,disassemble "non-procedure" 2011-03-29 12:38:18 +02:00
common.scm allow ,option on-error report instead of debug 2011-03-17 12:39:59 +01:00
debug.scm allow ,option on-error report instead of debug 2011-03-17 12:39:59 +01:00
describe.scm Use 'substring' instead of obsoleted 'make-shared-substring' 2011-02-02 05:45:37 -08:00
error-handling.scm Do not enter the debugger if the thrown key is in `pass-keys' 2011-03-22 11:45:53 -04:00
repl.scm allow ,option on-error report instead of debug 2011-03-17 12:39:59 +01:00
server.scm ignore SIGPIPE in (system repl server) 2011-04-11 10:13:48 +02:00