diff liboctave/ChangeLog @ 3465:996bb7ea4507

[project @ 2000-01-21 07:48:25 by jwe]
author jwe
date Fri, 21 Jan 2000 07:51:06 +0000
parents e71b3d1dd327
children a2dc6de198f9
line wrap: on
line diff
--- a/liboctave/ChangeLog	Thu Jan 20 09:49:30 2000 +0000
+++ b/liboctave/ChangeLog	Fri Jan 21 07:51:06 2000 +0000
@@ -1,3 +1,10 @@
+2000-01-20  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* oct-time.h, oct-time.cc (octave_strptime): New class.
+
+	* strptime.c: New file, from glibc 2.1.2.
+	* Makefile.in (SOURCES): Add strptime.c to the list.
+
 2000-01-11  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* MArray.h (MArray <const Array<T>&)): New constructor.