comparison src/ChangeLog @ 10443:34e51d4e199b

implement smart warnings about missing Matlab functionality
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 24 Mar 2010 12:56:18 +0100
parents 00219bdd2d17
children 537d9fbba9c0
comparison
equal deleted inserted replaced
10442:3011d1765a6e 10443:34e51d4e199b
1 2010-03-24 Jaroslav Hajek <highegg@gmail.com>
2
3 * variables.cc (Fmissing_function_hook): New pseudo-variable.
4 (Vmissing_function_hook): New static var.
5 (maybe_missing_function_hook): New function.
6 * variables.h: Declare it.
7 * pt-id.cc (tree_identifier::eval_undefined_error): Call it here.
8 * oct-parse.yy (feval (const std::string&, ...)): Also here.
9
1 2010-03-23 Jaroslav Hajek <highegg@gmail.com> 10 2010-03-23 Jaroslav Hajek <highegg@gmail.com>
2 11
3 * data.cc (Frem, Fmod): New DEFUNs. 12 * data.cc (Frem, Fmod): New DEFUNs.
4 (Ffmod): Remove. Make an alias of Frem. 13 (Ffmod): Remove. Make an alias of Frem.
5 14