pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/ui/gui ChangeLog var-type-dialog.c


From: John Darrington
Subject: [Pspp-cvs] pspp/src/ui/gui ChangeLog var-type-dialog.c
Date: Fri, 13 Apr 2007 11:24:01 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   07/04/13 11:24:01

Modified files:
        src/ui/gui     : ChangeLog var-type-dialog.c 

Log message:
        Added DATETIME20 format template.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/ChangeLog?cvsroot=pspp&r1=1.50&r2=1.51
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/var-type-dialog.c?cvsroot=pspp&r1=1.15&r2=1.16

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/pspp/pspp/src/ui/gui/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- ChangeLog   4 Apr 2007 11:02:31 -0000       1.50
+++ ChangeLog   13 Apr 2007 11:24:01 -0000      1.51
@@ -1,3 +1,7 @@
+2007-04-13   John Darrington <address@hidden>
+       
+       * var-type-dialog.c: Added a FMT_DATETIME20 template.
+       
 2007-04-04   John Darrington <address@hidden>
 
        * compute-dialog.c compute-dialog.h: New files

Index: var-type-dialog.c
===================================================================
RCS file: /sources/pspp/pspp/src/ui/gui/var-type-dialog.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- var-type-dialog.c   27 Jan 2007 00:56:29 -0000      1.15
+++ var-type-dialog.c   13 Apr 2007 11:24:01 -0000      1.16
@@ -46,7 +46,7 @@
 
 
 struct format_opt {
-  gchar desc[18];
+  gchar desc[21];
   struct fmt_spec spec;
 };
 
@@ -69,7 +69,8 @@
     { "mmm yy",      {FMT_MOYR, 6, 0} },
     { "dd WK yyyy",  {FMT_WKYR, 10, 0} },
     { "dd WK yy",    {FMT_WKYR, 8, 0} },
-    { "dd-mmm-yyyy HH:MM", {FMT_DATETIME, 17, 0}}
+    { "dd-mmm-yyyy HH:MM", {FMT_DATETIME, 17, 0}},
+    { "dd-mmm-yyyy HH:MM:SS", {FMT_DATETIME, 20, 0}}
   };
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]