Mercurial > hg > octave-lyh
comparison src/ChangeLog @ 3361:4f40efa995c1
[project @ 1999-11-19 21:19:37 by jwe]
author | jwe |
---|---|
date | Fri, 19 Nov 1999 21:19:44 +0000 |
parents | 48bd8127e19b |
children | 9db3ff0b6913 |
comparison
equal
deleted
inserted
replaced
3360:48bd8127e19b | 3361:4f40efa995c1 |
---|---|
1 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> | |
2 | |
3 * pt-decl.cc (Vdefault_global_variable_value): Texinofize doc string. | |
4 * variables.cc (Fclear, Fdocument, Fexist, Fis_global, Fwho): Ditto. | |
5 * help.cc (Ftype, Fwhich): Ditto. | |
6 * ov.cc (Vstruct_levels_to_print, Vimplicit_str_to_num_ok): Ditto. | |
7 * data.cc (Fis_struct, Fstruct_elements, Fstruct_constains): Ditto. | |
8 * strfns.cc (Fisstr, Fsetstr): Ditto. | |
9 * pt-mat.cc: (Fimplicit_num_to_str_ok, Fstring_fill_char): Ditto. | |
10 * utils.cc (Fundo_string_escapes): Ditto. | |
11 * mappers.cc: (Fisalnum, Fisalpha, Fisascii, Fiscntrl, Fisdigit, | |
12 Fisgraph, Fislower, Fisprint, Fispunct, Fisspace, Fisupper, | |
13 Fisxdigit, Ftoascii, Ftolower, Ftoupper): Ditto. | |
14 | |
15 | |
1 1999-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> | 16 1999-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
2 | 17 |
3 * syscalls.cc (symbols_of_syscalls): Use DEFCONSTX to define | 18 * syscalls.cc (symbols_of_syscalls): Use DEFCONSTX to define |
4 Octave constants for C macros like O_WRONLY. | 19 Octave constants for C macros like O_WRONLY. |
5 | 20 |
157 state. | 172 state. |
158 (octave_base_stream::do_oscanf): Likewise. | 173 (octave_base_stream::do_oscanf): Likewise. |
159 | 174 |
160 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> | 175 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
161 | 176 |
162 * src/help.cc (Fhelp): Texinfoize doc string. | 177 * help.cc (Fhelp): Texinfoize doc string. |
163 * src/input.cc (Fecho, Fcompletion_matches): Ditto. | 178 * input.cc (Fecho, Fcompletion_matches): Ditto. |
164 * src/oct-hist.cc (Fedit_history, Fhistory, Frun_history): Ditto. | 179 * oct-hist.cc (Fedit_history, Fhistory, Frun_history): Ditto. |
165 * src/pager.cc (Fdiary): Ditto. | 180 * pager.cc (Fdiary): Ditto. |
166 * src/sysdep.cc (Fclc): Ditto. | 181 * sysdep.cc (Fclc): Ditto. |
167 * src/toplev.cc (Fquit, Fatexit): Ditto. | 182 * toplev.cc (Fquit, Fatexit): Ditto. |
168 | 183 |
169 1999-11-02 John W. Eaton <jwe@bevo.che.wisc.edu> | 184 1999-11-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
170 | 185 |
171 * lex.l (yywrap): No longer static. | 186 * lex.l (yywrap): No longer static. |
172 (have_continuation): Declare input character as int, not char, so | 187 (have_continuation): Declare input character as int, not char, so |
301 Ffinite, Ffix, Ffloor, Fgamma, Fimag, Flgamma, Flog, Flog10, | 316 Ffinite, Ffix, Ffloor, Fgamma, Fimag, Flgamma, Flog, Flog10, |
302 Freal, Fround, Fsign, Fsin, Fsinh, Fsqrt, Ftan, Ftanh): Ditto. | 317 Freal, Fround, Fsign, Fsin, Fsinh, Fsqrt, Ftan, Ftanh): Ditto. |
303 | 318 |
304 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> | 319 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
305 | 320 |
306 * data.cc (Fis_matrix): Texinfoize doc string. * ov.cc | 321 * data.cc (Fis_matrix): Texinfoize doc string. |
307 (Vpropagate_empty_matrices): Ditto. * pr-output.cc | 322 * ov.cc (Vpropagate_empty_matrices): Ditto. |
308 (Vfixed_point_format, Voutput_max_field_width, Voutput_precision, | 323 * pt-mat.cc: (Vempty_list_elements_ok): Ditto. |
309 Vprint_empty_dimensions, Vsplit_long_rows): Ditto. * pt-mat.cc:cd | 324 * pr-output.cc (Vfixed_point_format, Voutput_max_field_width, |
310 (Vempty_list_elements_ok): Ditto. | 325 Voutput_precision, Vprint_empty_dimensions, Vsplit_long_rows): |
326 Ditto. | |
311 | 327 |
312 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> | 328 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
313 | 329 |
314 * ov-usr-fcn.cc (octave_user_function::do_index_op): If | 330 * ov-usr-fcn.cc (octave_user_function::do_index_op): If |
315 Vmax_recursion_depth is exceeded, call unwind_protect::run_frame | 331 Vmax_recursion_depth is exceeded, call unwind_protect::run_frame |