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

Change: replace utf8_substring with g_utf8_substring #2204

Closed
wants to merge 7 commits into from

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    8ffaf67 View commit details
    Browse the repository at this point in the history
  2. Remove const from get_next initializer arg

    Some of the GET iterator initializers modify their get_data_t arg, so
    this allows these initializers to be passed to get_next.
    
    In particular this allows init_note_iterator_all to be passed to
    get_next, for a fix to handle_get_notes.  Note that
    init_note_iterator_all itself does not modify its get_data_t arg, but
    init_note_iterator_all is passed to select_resource_iterator which
    also accepts initializers that do modify their get_data_t args.
    
    As a result drop the const from any initializer passed to get_next.
    mattmundell committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0a0fd31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2d4ea2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91888c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9a735a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    66e4f7b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    5dfb4c0 View commit details
    Browse the repository at this point in the history