<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/lib/strings.nix, branch staging.patchShebangs</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>lib: Use arithmetic operators rather than builtins.add etc.</title>
<updated>2014-10-04T23:10:06+00:00</updated>
<author>
<name>Eelco Dolstra</name>
<email>eelco.dolstra@logicblox.com</email>
</author>
<published>2014-10-04T15:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=6c2bf141cf87d62cc8e79a155b12d3382dd10558'/>
<id>6c2bf141cf87d62cc8e79a155b12d3382dd10558</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added concatMapStringsSep and concatImapStringsSep</title>
<updated>2014-08-25T08:23:10+00:00</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2014-08-25T08:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=0383b57b3c8103f49002806e20ae3c67a83685db'/>
<id>0383b57b3c8103f49002806e20ae3c67a83685db</id>
<content type='text'>
Example: configure rewrite rules for Mediawiki

    RewriteEngine On
    RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
    RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
    ${concatMapStringsSep "\n" (u: "RewriteCond %{REQUEST_URI} !^${u.urlPath}") serverInfo.serverConfig.servedDirs}
    RewriteRule ${if config.enableUploads
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Example: configure rewrite rules for Mediawiki

    RewriteEngine On
    RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
    RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
    ${concatMapStringsSep "\n" (u: "RewriteCond %{REQUEST_URI} !^${u.urlPath}") serverInfo.serverConfig.servedDirs}
    RewriteRule ${if config.enableUploads
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: Do not take string context into account</title>
<updated>2014-06-11T18:22:58+00:00</updated>
<author>
<name>Kirill Elagin</name>
<email>kirelagin@gmail.com</email>
</author>
<published>2014-06-10T09:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=751a01063dc9f40700e3774c3ee489f5fd1ee8ac'/>
<id>751a01063dc9f40700e3774c3ee489f5fd1ee8ac</id>
<content type='text'>
Close #2883.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #2883.
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/strings: add hasPrefix and simplify hasSuffix</title>
<updated>2014-05-13T09:05:37+00:00</updated>
<author>
<name>Vladimír Čunát</name>
<email>vcunat@gmail.com</email>
</author>
<published>2014-05-13T09:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=bf2bc0f0dc5177bfe5833520b06ae2830031de85'/>
<id>bf2bc0f0dc5177bfe5833520b06ae2830031de85</id>
<content type='text'>
It was discussed as a part of #2570.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was discussed as a part of #2570.
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/strings: simplify removePrefix readability</title>
<updated>2014-05-13T09:04:38+00:00</updated>
<author>
<name>Vladimír Čunát</name>
<email>vcunat@gmail.com</email>
</author>
<published>2014-05-08T11:07:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=180bd65cd048c328dd8123fef7d0ba757d93a23c'/>
<id>180bd65cd048c328dd8123fef7d0ba757d93a23c</id>
<content type='text'>
It was discussed as a part of #2570.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was discussed as a part of #2570.
</pre>
</div>
</content>
</entry>
<entry>
<title>fetchFromGitHub: Use .tar.gz instead of .zip</title>
<updated>2014-05-09T13:53:44+00:00</updated>
<author>
<name>Eelco Dolstra</name>
<email>eelco.dolstra@logicblox.com</email>
</author>
<published>2014-05-09T13:50:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=ea36f3b86892263d172fa3d0d0d4ae00d82a0edc'/>
<id>ea36f3b86892263d172fa3d0d0d4ae00d82a0edc</id>
<content type='text'>
Also clean up the name attribute of fetchzip derivations a bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also clean up the name attribute of fetchzip derivations a bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some primops to lib</title>
<updated>2013-11-12T12:48:30+00:00</updated>
<author>
<name>Eelco Dolstra</name>
<email>eelco.dolstra@logicblox.com</email>
</author>
<published>2013-11-12T12:48:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=785eaf2cea3c57daef96bb209f44589e3f48a7ff'/>
<id>785eaf2cea3c57daef96bb209f44589e3f48a7ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move pkgs/lib/ to lib/</title>
<updated>2013-10-10T11:28:21+00:00</updated>
<author>
<name>Eelco Dolstra</name>
<email>eelco.dolstra@logicblox.com</email>
</author>
<published>2013-10-10T11:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=5fef92c4a0c91153e3edac3a61a232581765074a'/>
<id>5fef92c4a0c91153e3edac3a61a232581765074a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
