comparison liboctave/ChangeLog @ 6119:fabb1be5fd84

[project @ 2006-10-28 00:13:58 by jwe]
author jwe
date Sat, 28 Oct 2006 00:13:59 +0000
parents 2dc8e7f1ee1e
children 8d285942fc3c
comparison
equal deleted inserted replaced
6118:2803c70d8d01 6119:fabb1be5fd84
1 2006-10-27 John W. Eaton <jwe@octave.org> 1 2006-10-27 John W. Eaton <jwe@octave.org>
2 2
3 * oct-time.cc: Undefine min and max after including windows.h. 3 * oct-time.cc [! HAVE_STRFTIME]: Declare strftime.
4 From Michael Goffioul <michael.goffioul@swing.be>. 4
5 2006-10-26 Michael Goffioul <michael.goffioul@swing.be>
6
7 * mx-op-defs.h (NDS_CMP_OP1, NDS_CMP_OPS1, NDS_CMP_OP2,
8 NDS_CMP_OPS2): New macros.
5 9
6 2006-10-26 John W. Eaton <jwe@octave.org> 10 2006-10-26 John W. Eaton <jwe@octave.org>
11
12 * mx-ops (core-type): New field for integer types.
13 * mk-ops.awk: Handle core-type for integer comparison ops.
7 14
8 * lo-cutils.c (octave_strcasecmp, octave-strncasecmp): 15 * lo-cutils.c (octave_strcasecmp, octave-strncasecmp):
9 Move here from src/cutils.c. 16 Move here from src/cutils.c.
10 * lo-utils.h: Provide decls. 17 * lo-utils.h: Provide decls.
11 * strcasecmp.c: Move here from src/strcasecmp.c. 18 * strcasecmp.c: Move here from src/strcasecmp.c.