r16049 - gnucash/trunk - Do not use langinfo to determine date format spec, but %x, %X or %c.

Andreas Köhler andi5 at cvs.gnucash.org
Sat May 5 17:02:57 EDT 2007


Author: andi5
Date: 2007-05-05 17:02:56 -0400 (Sat, 05 May 2007)
New Revision: 16049
Trac: http://svn.gnucash.org/trac/changeset/16049

Modified:
   gnucash/trunk/configure.in
   gnucash/trunk/lib/libqof/qof/gnc-date.c
   gnucash/trunk/macros/legacy_macros.m4
   gnucash/trunk/src/engine/FreqSpec.c
   gnucash/trunk/src/gnome/dialog-sx-editor.c
Log:
Do not use langinfo to determine date format spec, but %x, %X or %c.

Remove check for HAVE_LANGINFO_D_FMT.  Rather use standard strftime and
(standard?) strptime format specifiers %x (date), %X (time) and %c
(date&time, all in national representation).




More information about the gnucash-patches mailing list