SuccessChanges

Summary

  1. Cookie/History/Hotlist: locale-aware time formatting (details)
Commit 167676c335a517333005b59746006b4fccd45af5 by John-Mark Bell
Cookie/History/Hotlist: locale-aware time formatting
(as)ctime are defined as always formatting times using English day/month
names. As these views are for the user's benefit, use the selected
locale to format the information, instead.
Use of (as)ctime on RISC OS with UnixLib is fragile, anyway, as that
implementation always produces a locale-aware serialization
(which is not what the spec defines). This caused assertions to fire in
the previous implementation (which expected ctime to be locale-unaware).
Fixes #2869.
The file was modifieddesktop/hotlist.c (diff)
The file was modifieddesktop/global_history.c (diff)
The file was modifieddesktop/cookie_manager.c (diff)