Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: besser82/libxcrypt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.5.2
Choose a base ref
...
head repository: besser82/libxcrypt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 7 commits
  • 8 files changed
  • 3 contributors

Commits on Nov 10, 2025

  1. Configuration menu
    Copy the full SHA
    9212d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1f37c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c8d312 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    f86ddfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    292117d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2025

  1. test/getrandom-fallbacks: fix open shim types

    In C, functions taking a variable number of arguments are not guaranteed to have
    the same calling convention as functions taking a fixed number of arguments
    [^0].  Since `open()` and `open64()` are defined as taking a variable number of
    arguments, the `__wrap_open()` and `__wrap_open64()` mocks must be as well.
    
    [^0]: C23 §6.7.7.4¶14 says: "For two function types to be compatible, both shall
    specify compatible return types. Moreover, the parameter type lists shall agree
    in the number of parameters and in use of the final ellipsis; corresponding
    parameters shall have compatible types."
    
    This fixes the test on my powerpc64el machine building nixpkgs a8d610af3f1.
    nwf committed Nov 22, 2025
    Configuration menu
    Copy the full SHA
    d6faad7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. fix -Werror=discarded-qualifiers

    On Fedora rawhide (to be Fedora 44), gcc became more strict
    wrt. const-ness.
    ep69 committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    174c24d View commit details
    Browse the repository at this point in the history
Loading