comparison src/ChangeLog @ 4787:02c748eb2ddc

[project @ 2004-02-18 21:20:26 by jwe]
author jwe
date Wed, 18 Feb 2004 21:20:26 +0000
parents adf8d68d7143
children 82a558043db9
comparison
equal deleted inserted replaced
4786:fc316bde0053 4787:02c748eb2ddc
1 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * sighandlers.cc (my_friendly_exit): New optional arg, save_vars.
4 Only call save_user_variables if save_vars is true.
5 (sigint_handler): If interactive, offer to abort and save
6 workspace after three consecutive interrupts.
7 (sigint_handler, sigpipe_handler, sigfpe_handler):
8 Increment octave_interrupt_handler instead of setting it to 1.
9
1 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> 10 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu>
2 11
3 * version.h (OCTAVE_VERSION): Now 2.1.54. 12 * version.h (OCTAVE_VERSION): Now 2.1.54.
4 (OCTAVE_API_VERSION): Now api-v5. 13 (OCTAVE_API_VERSION): Now api-v5.
5 14