comparison bootstrap.conf @ 21938:da9b960b1b2d

use gnulib strsignal module * bootstrap.conf: Use gnulib strsignal module. * liboctave/wrappers/signal-wrappers.c, liboctave/wrappers/signal-wrappers.h: New files. * liboctave/wrappers/module.mk: Update. * sighandlers.cc, octave.cc: Don't include siglist.h. * octave.cc (octave_initialize_interpreter): Don't call init_signals. * sighandlers.cc: Include signal-wrappers.h. Use octave_strsignal_wrapper function. * siglist.c, siglist.h: Delete. * libinterp/corefcn/module.mk: Update.
author John W. Eaton <jwe@octave.org>
date Fri, 17 Jun 2016 06:42:28 -0400
parents f0c5dd1ea2b9
children 4b2eab5d2a6a
comparison
equal deleted inserted replaced
21937:55f7de37b618 21938:da9b960b1b2d
96 stdint 96 stdint
97 stdio 97 stdio
98 strerror 98 strerror
99 strftime 99 strftime
100 strptime 100 strptime
101 strsignal
101 symlink 102 symlink
102 sys_stat 103 sys_stat
103 sys_time 104 sys_time
104 sys_times 105 sys_times
105 sys_wait 106 sys_wait