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: NixOS/nix
base: ec91840e70a7
Choose a base ref
...
head repository: NixOS/nix
compare: c24e0439b216
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 20, 2018

  1. execl: cast NULL sentinel to (char *), per man page and compiler warning

    From exec(3):
    
    > The list of arguments must be terminated by a null pointer, and, since these
    > are variadic functions, this pointer must be cast (char *) NULL
    dtzWill committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    02d36fd View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

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

Commits on Mar 22, 2018

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