From 3e7956cab72bf60aee5321639ad2f09033484a7a Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Thu, 17 May 2007 20:07:35 +0000 Subject: [PATCH] Removed mktime() call to hopefully get rid of some compatibility problems. --- src/interfaces/ecpg/ChangeLog | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/interfaces/ecpg/ChangeLog b/src/interfaces/ecpg/ChangeLog index 5d732f5f1a..a2ae3e9d4a 100644 --- a/src/interfaces/ecpg/ChangeLog +++ b/src/interfaces/ecpg/ChangeLog @@ -2184,13 +2184,18 @@ Thu, 29 Mar 2007 11:18:39 +0200 win32 threads. - Fixed regression tests to run threading tests. -Fr 27. Apr 08:55:25 CEST 2007 +Fri, 27 Apr 08:55:25 CEST 2007 - Inlined two functions to get rid of va_list problems on some architectures. -Th 10. Mai 09:42:42 CEST 2007 +Thu, 10 May 09:42:42 CEST 2007 - - Synced parser and keyword list - - Renamed update test so it hopefully runs on Vista + - Synced parser and keyword list. + - Renamed update test so it hopefully runs on Vista. + +Th, 17 May 2007 22:03:40 +0200 + + - Removed mktime() call to hopefully get rid of some compatiility + problems. - Set ecpg version to 4.3.1.