diff options
author | Vincent Untz <vuntz@gnome.org> | 2007-04-28 13:56:33 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2007-04-28 13:56:33 +0000 |
commit | 8bdd924cac64f6776873726d2b1894630995b89e (patch) | |
tree | 3e5b9def4414121608c2ddb6d86eae5ed4ad5300 /desktop-entry/ChangeLog | |
parent | bacf8324b6ac3f911fa083d96e5baf17976a9d89 (diff) | |
download | xdg-specs-8bdd924cac64f6776873726d2b1894630995b89e.tar.xz |
scanf behavior is locale-dependent, and the numeric type shouldn't be.
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-entry-spec.xml: scanf behavior is locale-dependent, and the
numeric type shouldn't be. Specify that the value is a floating point
number as recognized by scanf in the C locale.
Thanks to Dan Winship <danw@gnome.org> for catching this.
http://lists.freedesktop.org/archives/xdg/2007-April/009732.html
Diffstat (limited to 'desktop-entry/ChangeLog')
-rw-r--r-- | desktop-entry/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-entry/ChangeLog b/desktop-entry/ChangeLog index 4b632ce..a494d49 100644 --- a/desktop-entry/ChangeLog +++ b/desktop-entry/ChangeLog @@ -1,5 +1,13 @@ 2007-04-28 Vincent Untz <vuntz@gnome.org> + * desktop-entry-spec.xml: scanf behavior is locale-dependent, and the + numeric type shouldn't be. Specify that the value is a floating point + number as recognized by scanf in the C locale. + Thanks to Dan Winship <danw@gnome.org> for catching this. + http://lists.freedesktop.org/archives/xdg/2007-April/009732.html + +2007-04-28 Vincent Untz <vuntz@gnome.org> + * desktop-entry-spec.xml: clarify description for the TryExec key. http://lists.freedesktop.org/archives/xdg/2007-March/009556.html |