comparison src/ChangeLog @ 10246:f751dae7aab8

use gnulib signal modules
author John W. Eaton <jwe@octave.org>
date Tue, 02 Feb 2010 04:39:29 -0500
parents b0485f5a921e
children edfceeab945a
comparison
equal deleted inserted replaced
10245:4ea0bda308b7 10246:f751dae7aab8
1 2010-02-02 John W. Eaton <jwe@octave.org> 1 2010-02-02 John W. Eaton <jwe@octave.org>
2 2
3 * octave.cc (octave_main): Assume we have atexit. 3 * octave.cc (octave_main): Assume we have atexit.
4 * sighandlers.h, sighandlers.cc: Delete conditional definition
5 of RETSIGTYPE. Replace all uses of RETSIGTYPE with void.
6 (MAYBE_REINSTALL_SIGHANDLER, SIGHANDLER_RETURN):
7 Delete macros and all uses.
4 8
5 2010-02-01 Jaroslav Hajek <highegg@gmail.com> 9 2010-02-01 Jaroslav Hajek <highegg@gmail.com>
6 10
7 * load-path.cc (load_path::add_to_fcn_map): Warn when core library or 11 * load-path.cc (load_path::add_to_fcn_map): Warn when core library or
8 built-in functions are being shadowed. 12 built-in functions are being shadowed.