aboutsummaryrefslogtreecommitdiff
path: root/lib/strings.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* makeSearchPathOutputs: refactor to makeSearchPathOutputNikolay Amiantov2016-04-251-5/+4
* makeSearchPath (and derivatives): check outputUnspecifiedNikolay Amiantov2016-04-131-4/+4
* makePerlPath: try to guess outputsNikolay Amiantov2016-04-131-1/+2
* makeSearchPathOutputs: init functionNikolay Amiantov2016-04-131-0/+10
* makeBinPath: guess outputsNikolay Amiantov2016-04-131-1/+2
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-101-1/+1
|\
| * Stronger warning against usage of splitStringEelco Dolstra2016-04-011-1/+1
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-011-62/+274
|\|
| * lib/strings: document all the functionszimbatm2016-03-101-62/+274
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-191-3/+7
|\|
| * lib.getVersion: extend the function to cope with strings as well as derivationsPeter Simons2016-01-051-3/+7
* | Merge branch 'master' into closure-sizeVladimír Čunát2015-12-311-0/+15
|\|
| * lib/strings: add readPathsFromFileThomas Tuegel2015-12-161-0/+15
* | Merge branch 'master' into closure-sizeLuca Bruno2015-12-111-0/+4
|\|
| * add makeBinPath function for abstracting away pkg/bin:pkg2/bin..Domen Kožar2015-12-101-0/+4
* | Merge remote-tracking branch 'origin/master' into closure-sizeLuca Bruno2015-11-251-0/+8
|\|
| * lib/strings: add a `toInt` helper (close #11242)Christian Zagrodnick2015-11-251-0/+8
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-031-50/+54
|\|
| * Allow options with type "package" to be store pathsEelco Dolstra2015-08-071-0/+5
| * intersperse: Fix quadratic performanceEelco Dolstra2015-07-241-5/+4
| * Remove eqStringsEelco Dolstra2015-07-241-22/+14
| * Use replaceStrings primopEelco Dolstra2015-07-241-18/+18
| * Use concatStringSep primopEelco Dolstra2015-07-241-3/+7
| * Rename misc.nix -> deprecated.nixEelco Dolstra2015-07-231-0/+2
| * Use foldl' instead of fold in some placesEelco Dolstra2015-07-231-1/+1
| * Issue 8152 - Reduce number of attribute set created by replaceChars.Nicolas B. Pierron2015-07-131-4/+6
* | systemPackages, makeLibraryPath: try to guess outputsVladimír Čunát2015-05-051-1/+3
|/
* Add 'fixedWidthString' and 'fixedWidthNumber' formatting functionsNikita Mikhailov2015-03-081-0/+11
* lib: Use arithmetic operators rather than builtins.add etc.Eelco Dolstra2014-10-051-8/+8
* Added concatMapStringsSep and concatImapStringsSepIgor Pashev2014-08-251-0/+3
* lib: Do not take string context into accountKirill Elagin2014-06-111-7/+12
* lib/strings: add hasPrefix and simplify hasSuffixVladimír Čunát2014-05-131-6/+8
* lib/strings: simplify removePrefix readabilityVladimír Čunát2014-05-131-2/+2
* fetchFromGitHub: Use .tar.gz instead of .zipEelco Dolstra2014-05-091-0/+10
* Add some primops to libEelco Dolstra2013-11-121-1/+2
* Move pkgs/lib/ to lib/Eelco Dolstra2013-10-101-0/+190