Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass rc.weekstart to libshared for ISO8601 weeknum parsing if "monday" #3654

Merged

Commits on Oct 17, 2024

  1. libshared: bump for weekstart, epoch defines, eopww fix

    mainly those visible changes, and miscellaneous others
    
    see GothenburgBitFactory#3623 (weekstart)
    see GothenburgBitFactory#3651 (epoch limit defines)
    see GothenburgBitFactory/libshared#73 (eopww fix)
    smemsh committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d3b8b6e View commit details
    Browse the repository at this point in the history
  2. Initialize libshared's weekstart from user's rc.weekstart config

    This enables use of newer libshared code that can parse week numbers
    according to ISO8601 instead of existing code which is always using
    Sunday-based weeks.  To get ISO behavior, set rc.weekstart=monday.
    Default is still Sunday / old algorithm, as before, since Sunday is in
    the hardcoded default rcfile.
    
    Weekstart does not yet fix week-relative shortcuts, which will still
    always use Monday.
    
    See GothenburgBitFactory#3623 for further details.
    smemsh committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4ff4283 View commit details
    Browse the repository at this point in the history