summary refs log tree commit diff
path: root/pkgs/lib/misc.nix
Commit message (Expand)AuthorAge
* Move zip & zipWithNames from misc.nix to attrsets.nix and rename them toNicolas Pierron2009-09-29
* fix mergeAttrsWithFunc (also merge in names which are only in the snd attrs)Marc Weber2009-09-24
* * Typos.Eelco Dolstra2009-09-22
* rename mapRecordFlatten to mapAttrsFlattenMarc Weber2009-09-20
* Replace the traversal of modules:Nicolas Pierron2009-09-15
* adding xapian and xapian-bindingsMarc Weber2009-08-20
* Substitute fixOptionSetsFun by multiple functions which are:Nicolas Pierron2009-07-06
* removed all __primops from nixpkgsMarc Weber2009-05-24
* big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2009-05-24
* * textClosure: don't use uniqList, and don't rely on buggy behaviourEelco Dolstra2009-05-11
* * Moved mapAttrs to attrsets.nix.Eelco Dolstra2009-03-10
* moved debugging functions into lib module "debug"Marc Weber2009-03-06
* moved catAttrs, attrVals into attrsets.nix, adding attrValuesMarc Weber2009-03-06
* added overridableDelayableArgs replacing applyAndFunMarc Weber2009-03-06
* added eqStrict (deep, strict test for equality)Marc Weber2009-03-06
* * Split lib/default.nix into several files, as it had become a bigEelco Dolstra2009-02-09