comparison liboctave/ChangeLog @ 9946:55061c7c8d6e

start using gnulib
author John W. Eaton <jwe@octave.org>
date Wed, 09 Dec 2009 01:36:50 -0500
parents 1369f13ae6b2
children 31436dcf7d0f
comparison
equal deleted inserted replaced
9945:b4661b498a7e 9946:55061c7c8d6e
1 2009-12-09 John W. Eaton <jwe@octave.org>
2
3 * oct-time.cc: Include strftime.h. Don't provide decl for strftime.
4 (octave_base_tm::strftime): Call my_strftime instead of ::strftime.
5 * Makefile.am (AM_CPPFLAGS): Add -I$(top_srcdir)/libgnu to the list.
6 (LINK_DEPS): Add ../libgnu/libgnu.la to the list.
7 (LIBOCTAVE_C_SOURCES): Remove strftime.c from the list.
8 * strftime.c: Delete.
9
1 2009-12-08 Michael Goffioul <michael.goffioul@gmail.com> 10 2009-12-08 Michael Goffioul <michael.goffioul@gmail.com>
2 11
3 * Array-d.cc (Array<double>::is_sorted): Declare as OCTAVE_API. 12 * Array-d.cc (Array<double>::is_sorted): Declare as OCTAVE_API.
4 * Array-f.cc (Array<float>::is_sorted): Ditto. 13 * Array-f.cc (Array<float>::is_sorted): Ditto.
5 * lo-sysdep.cc: Undef min and max after including windows.h 14 * lo-sysdep.cc: Undef min and max after including windows.h