Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 10240:fa7b5751730c
use gnulib time, sys_time, and sys_times modules
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 02 Feb 2010 00:53:31 -0500 |
parents | e45ccac6017f |
children | 2d47356a7a1a |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,12 @@ +2010-02-02 John W. Eaton <jwe@octave.org> + + * oct-time.h: Include <ctime>, not "systime.h". + * oct-time.cc: Include <strftime.h>, not "strftime.h". + Don't include <windows.h>. + + * systime.h: Delete. + * Makefile.am (INCS): Remove it from the list. + 2010-02-02 John W. Eaton <jwe@octave.org> * lo-utils.h, lo-cutils.c (oct_strptime): Delete.