Skip to content

calendar: Use the new "%OB" format in strftime()

Rafał Lużyński requested to merge rluzynski/gtk:master into master

Due to the recent changes introduced in glibc 2.27 "%OB" is the correct format to obtain a month name as used in the calendar header. The same rule has been working in BSD family (including OS X) since 1990s. This change is simple but makes GTK+ 4.x require glibc >= 2.27. If this requirement cannot be fulfilled then we must cherry-pick the full commit cbf118c2 from gtk-3-22 branch.

Closes: #9 (closed)

Merge request reports