Mercurial > hg > octave-thorsten
comparison src/ChangeLog @ 3263:7d80b56e0dc8
[project @ 1999-08-20 19:10:09 by jwe]
author | jwe |
---|---|
date | Fri, 20 Aug 1999 19:12:29 +0000 |
parents | fa345875edea |
children | 973c81fbe144 |
comparison
equal
deleted
inserted
replaced
3262:eaa639880b51 | 3263:7d80b56e0dc8 |
---|---|
1 Fri Aug 20 08:17:52 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2 | |
3 * DLD-FUNCTIONS/quad.cc (quad): Delete unused label. | |
4 | |
5 * unwind-prot.cc (saved_variable::~saved_variable): Don't try to | |
6 delete gen_ptr_value here. | |
7 | |
8 Mon Aug 16 21:34:33 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9 | |
10 * lex.l (next_token_is_sep_op): New function. | |
11 (handle_close_brace, maybe_unput_comma): Use it. | |
12 (have_continuation): Also handle CRLF here. | |
13 | |
14 Wed Aug 11 16:06:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
15 | |
16 * file-io.cc (Ffopen): Make fopen ("filename") work and imply that | |
17 MODE = "r". | |
18 | |
1 Wed Jul 21 15:38:52 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | 19 Wed Jul 21 15:38:52 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
2 | 20 |
3 * help.cc (display_names_from_help_list): Sort names before | 21 * help.cc (display_names_from_help_list): Sort names before |
4 listing them. | 22 listing them. |
5 (print_symbol_type, Ftype): Also handle built-in constants. | 23 (print_symbol_type, Ftype): Also handle built-in constants. |