Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-14 | Add splitVersion primop. | Shea Levy | |
Fixes #1868. | |||
2016-10-18 | replace own regex class with std::regex | Alexander Ried | |
2014-10-03 | Don't recompile the same regex over and over | Eelco Dolstra | |
2012-07-18 | Use "#pragma once" to prevent repeated header file inclusion | Eelco Dolstra | |
2008-07-01 | * Export the nix-env derivation name parsing and version comparison | Eelco Dolstra | |
logic through the `parseDrvName' and `compareVersions' primops. This will allow expressions to easily check whether some dependency is a specific needed version or falls in some version range. See tests/lang/eval-okay-versions.nix for examples. |