Jörg Thalheim
|
2fd8f8bb99
|
Replace Unicode quotes in user-facing strings by ASCII
Relevant RFC: NixOS/rfcs#4
$ ag -l | xargs sed -i -e "/\"/s/’/'/g;/\"/s/‘/'/g"
|
2017-07-30 12:32:45 +01:00 |
|
Eelco Dolstra
|
c0015e87af
|
Support base-64 hashes
Also simplify the Hash API.
Fixes #1437.
|
2017-07-04 15:07:41 +02:00 |
|
Eelco Dolstra
|
215b70f51e
|
Revert "Get rid of unicode quotes (#1140)"
This reverts commit f78126bfd6 . There
really is no need for such a massive change...
|
2016-11-26 00:38:01 +01:00 |
|
Guillaume Maudoux
|
f78126bfd6
|
Get rid of unicode quotes (#1140)
|
2016-11-25 15:48:27 +01:00 |
|
Eelco Dolstra
|
7873cfb18d
|
Fix build
|
2016-02-25 11:55:05 +01:00 |
|
Tristan Hume
|
9b05d5848c
|
Fix to-base16 description
|
2016-02-16 10:15:58 +01:00 |
|
Eelco Dolstra
|
cd2196b089
|
Start of new Nix command-line interface
|
2016-02-09 21:28:29 +01:00 |
|