comparison src/ChangeLog @ 11226:16d744cce38c

deprecate the dispatch function
author John W. Eaton <jwe@octave.org>
date Wed, 10 Nov 2010 16:04:31 -0500
parents 8d8e10058df6
children c7107af0cb5b
comparison
equal deleted inserted replaced
11225:8d8e10058df6 11226:16d744cce38c
1 2010-11-10 John W. Eaton <jwe@octave.org>
2
3 * DLD-FUNCTIONS/__dispatch__.cc: Rename from dispatch.cc.
4 Move tests to scripts/deprecated/dispatch.m.
5 (F__dispatch__): Rename from Fdispatch.
6
7 * DLD-FUNCTIONS/module-files: Add __dispatch__.cc to the list.
8 Remove dispatch.cc from the list.
9
1 2010-11-10 John W. Eaton <jwe@octave.org> 10 2010-11-10 John W. Eaton <jwe@octave.org>
2 11
3 * oct-parse.yy (Fbuiltin): Move here from DLD-FUNCTIONS/dispatch.cc. 12 * oct-parse.yy (Fbuiltin): Move here from DLD-FUNCTIONS/dispatch.cc.
4 13
5 2010-11-10 Kai Habel <kai.habel@gmx.de> 14 2010-11-10 Kai Habel <kai.habel@gmx.de>