comparison src/ChangeLog @ 11061:604dfbaf5010

Fix off-by-one and typo bugs in gcd
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Thu, 30 Sep 2010 02:05:30 -0500
parents 54697b37d8bf
children 88d78ee12ee8
comparison
equal deleted inserted replaced
11060:54697b37d8bf 11061:604dfbaf5010
1 2010-09-30 Jordi GutiƩrrez Hermoso <jordigh@gmail.com>
2
3 * DLD-FUNCTIONS/gcd.cc (extended_gcd): Fix bug that didn't
4 distinguish the two output coefficients.
5 (Fgcd): Fix off-by-one bug and typo from copy-pasted code.
6
1 2010-09-30 Jaroslav Hajek <highegg@gmail.com> 7 2010-09-30 Jaroslav Hajek <highegg@gmail.com>
2 8
3 * oct-parse.yy (Fautoload): Replace Octave_map by octave_map. 9 * oct-parse.yy (Fautoload): Replace Octave_map by octave_map.
4 * ov-fcn-handle.cc (Ffunctions): Replace Octave_map by 10 * ov-fcn-handle.cc (Ffunctions): Replace Octave_map by
5 octave_scalar_map. 11 octave_scalar_map.