comparison src/ChangeLog @ 4803:62a606d49393

[project @ 2004-02-25 05:48:50 by jwe]
author jwe
date Wed, 25 Feb 2004 05:48:50 +0000
parents b3f20980be32
children 6202d9b75f83
comparison
equal deleted inserted replaced
4802:b3f20980be32 4803:62a606d49393
43 (sigint_handler): If octave_interrupt_state is less than zero, 43 (sigint_handler): If octave_interrupt_state is less than zero,
44 reset it. 44 reset it.
45 45
46 * pt-except.cc (do_catch_code): Call OCTAVE_QUIT here so the catch 46 * pt-except.cc (do_catch_code): Call OCTAVE_QUIT here so the catch
47 code won't run if an interrupt is pending. Don't run catch code 47 code won't run if an interrupt is pending. Don't run catch code
48 if intterrupt_state is less than zero. 48 if octave_interrupt_state is less than zero.
49 49
50 2004-02-20 Per Persson <persquare@mac.com> 50 2004-02-20 Per Persson <persquare@mac.com>
51 51
52 * Makefile.in (OCT_LINK_DEPS, OCTINTERP_LINK_DEPS): 52 * Makefile.in (OCT_LINK_DEPS, OCTINTERP_LINK_DEPS):
53 Include $(LIBS) in the list before $(FLIBS). 53 Include $(LIBS) in the list before $(FLIBS).