diff 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
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Dec 08 18:48:25 2009 -0500
+++ b/liboctave/ChangeLog	Wed Dec 09 01:36:50 2009 -0500
@@ -1,3 +1,12 @@
+2009-12-09  John W. Eaton  <jwe@octave.org>
+
+	* oct-time.cc: Include strftime.h.  Don't provide decl for strftime.
+	(octave_base_tm::strftime): Call my_strftime instead of ::strftime.
+	* Makefile.am (AM_CPPFLAGS): Add -I$(top_srcdir)/libgnu to the list.
+	(LINK_DEPS): Add ../libgnu/libgnu.la to the list.
+	(LIBOCTAVE_C_SOURCES): Remove strftime.c from the list.
+	* strftime.c: Delete.
+
 2009-12-08  Michael Goffioul  <michael.goffioul@gmail.com>
 
 	* Array-d.cc (Array<double>::is_sorted): Declare as OCTAVE_API.