summaryrefslogtreecommitdiffstats
path: root/lib/strings.nix
AgeCommit message (Expand)Author
2016-01-05lib.getVersion: extend the function to cope with strings as well as derivationsPeter Simons
2015-12-16lib/strings: add readPathsFromFileThomas Tuegel
2015-12-10add makeBinPath function for abstracting away pkg/bin:pkg2/bin..Domen Kožar
2015-11-25lib/strings: add a `toInt` helper (close #11242)Christian Zagrodnick
2015-08-07Allow options with type "package" to be store pathsEelco Dolstra
2015-07-24intersperse: Fix quadratic performanceEelco Dolstra
2015-07-24Remove eqStringsEelco Dolstra
2015-07-24Use replaceStrings primopEelco Dolstra
2015-07-24Use concatStringSep primopEelco Dolstra
2015-07-23Rename misc.nix -> deprecated.nixEelco Dolstra
2015-07-23Use foldl' instead of fold in some placesEelco Dolstra
2015-07-13Issue 8152 - Reduce number of attribute set created by replaceChars.Nicolas B. Pierron
2015-03-08Add 'fixedWidthString' and 'fixedWidthNumber' formatting functionsNikita Mikhailov
2014-10-05lib: Use arithmetic operators rather than builtins.add etc.Eelco Dolstra
2014-08-25Added concatMapStringsSep and concatImapStringsSepIgor Pashev
2014-06-11lib: Do not take string context into accountKirill Elagin
2014-05-13lib/strings: add hasPrefix and simplify hasSuffixVladimír Čunát
2014-05-13lib/strings: simplify removePrefix readabilityVladimír Čunát
2014-05-09fetchFromGitHub: Use .tar.gz instead of .zipEelco Dolstra
2013-11-12Add some primops to libEelco Dolstra
2013-10-10Move pkgs/lib/ to lib/Eelco Dolstra