summary refs log tree commit diff
path: root/lib/strings.nix
Commit message (Expand)AuthorAge
* Merge pull request #49383 from tazjin/docs/lib-docstringsGraham Christensen2018-10-29
|\
| * lib/strings: Update documentation comments for doc generationVincent Ambo2018-10-29
* | lib.isStorePath: fix `false` result when passed a path objectTim Cuthbertson2018-10-20
|/
* lib/trivial: add a few examples of usage of assertMsg/assertOneOfProfpatsch2018-09-06
* Merge branch 'no-toPath'Shea Levy2018-09-06
|\
| * treewide: Remove uses of builtins.toPath.Shea Levy2018-05-22
* | function rewritten by @InfinisilAaron Andersen2018-08-21
* | as requested:Aaron Andersen2018-08-21
* | treewide: fix build with disallowed aliases (#43872)volth2018-07-21
|/
* lib: Add more configure flag helpersJohn Ericson2018-05-11
* lib.makeSearchPath: allow null in search pathMatthew Bauer2018-05-09
* lib.isStorePath: Fix derivation detectionShea Levy2018-03-09
* nixpkgs.lib: Add escapeNixStringRyan Trinkle2017-12-02
* Convert libs to a fixed-pointGraham Christensen2017-09-16
* lib: introduce imap0, imap1 (#25543)zimbatm2017-07-04
* lib/string: make `isStorePath` total (#26216)Profpatsch2017-05-30
* lib: trivial spelling fixesTom Saeger2017-04-19
* lib.readPathsFromFile: simplify, /cc #24036Orivej Desh2017-03-19
* readPathsFromFile: fixup after #23851Vladimír Čunát2017-03-19
* libs: make splitString also split last separator (#23851)Léo Gaspard2017-03-15
* getVersion: first try drv.version before parsing drv.nameDomen Kožar2016-08-13
* fix documentation typo in lib/strings.nix (#17684)Данило Глинський (Danylo Hlynskyi)2016-08-12
* hasSuffix: human readable inputsDomen Kožar2016-08-10
* lib: add fileContents functionEric Sagnes2016-08-01
* lib: Make escapeShellArg more robustaszlig2016-06-20
* Merge pull request #16180 from zimbatm/shell-escapingzimbatm2016-06-19
|\
| * Escape all shell arguments uniformlyzimbatm2016-06-12
* | Remove unecessary branching on old nix versionszimbatm2016-06-17
|/
* lib: revert my bogus comment fixNikolay Amiantov2016-05-19
* firefox: restore gstreamer support for older firefox releasesNikolay Amiantov2016-05-19
* make*Path: implement via makeSearchPathOutputNikolay Amiantov2016-04-25
* makeSearchPathOutputs: refactor to makeSearchPathOutputNikolay Amiantov2016-04-25
* makeSearchPath (and derivatives): check outputUnspecifiedNikolay Amiantov2016-04-13
* makePerlPath: try to guess outputsNikolay Amiantov2016-04-13
* makeSearchPathOutputs: init functionNikolay Amiantov2016-04-13
* makeBinPath: guess outputsNikolay Amiantov2016-04-13
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
|\
| * Stronger warning against usage of splitStringEelco Dolstra2016-04-01
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\|
| * lib/strings: document all the functionszimbatm2016-03-10
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\|
| * lib.getVersion: extend the function to cope with strings as well as derivationsPeter Simons2016-01-05
* | Merge branch 'master' into closure-sizeVladimír Čunát2015-12-31
|\|
| * lib/strings: add readPathsFromFileThomas Tuegel2015-12-16
* | Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
|\|
| * add makeBinPath function for abstracting away pkg/bin:pkg2/bin..Domen Kožar2015-12-10
* | Merge remote-tracking branch 'origin/master' into closure-sizeLuca Bruno2015-11-25
|\|
| * lib/strings: add a `toInt` helper (close #11242)Christian Zagrodnick2015-11-25
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\|
| * Allow options with type "package" to be store pathsEelco Dolstra2015-08-07