#pragma once namespace nix { void setAffinityTo(int cpu); int lockToCurrentCPU(); void restoreAffinity(); } t-static/better-cgit-markdown-heading-color.css'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pcre.scm
AgeCommit message (Collapse)Author
2018-07-22gnu: pcre: Update to 8.42.Marius Bakke
* gnu/packages/pcre.scm (pcre): Update to 8.42.
2018-07-19gnu: pcre: Install static libraries to separate output.Marius Bakke
* gnu/packages/pcre.scm (pcre)[outputs]: Add "static". [arguments]: Add 'move-static-libs' phase.
2018-02-28gnu: pcre2: Update to 10.31.Tobias Geerinckx-Rice
* gnu/packages/pcre.scm (pcre2): Update to 10.31. [source]: Remove upstreamed patches. * gnu/packages/patches/pcre2-CVE-2017-7186.patch: Delete this file... * gnu/packages/patches/pcre2-CVE-2017-8786.patch: ...and this one. * gnu/local.mk (dist_patch_DATA): Remove them.
2018-01-19Merge branch 'master' into core-updatesMark H Weaver
2018-01-13gnu: pcre: Use HTTPS for home pages.Tobias Geerinckx-Rice
* gnu/packages/pcre.scm (pcre, pcre2)[home-page]: Use HTTPS.
2017-10-01gnu: pcre: Update to 8.41.Efraim Flashner
* gnu/packages/pcre.scm (pcre): Update to 8.41. [replacement]: Remove field. [source]: Remove patch. (pcre-8.41): Remove variable. * gnu/patches/pcre-CVE-2017-7186.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.