summary refs log tree commit diff
path: root/pkgs/lib
Commit message (Expand)AuthorAge
* renamed chosenOptions to chooseOptionsByFlags and added support for optionalsMarc Weber2007-08-19
* renamened assert to assertion because assert is a resnerved word,Marc Weber2007-08-19
* fix: listToAttrs added (which I had forgotten) when evaluating flagsMarc Weber2007-08-18
* primop functions listToAttrs (+test), __isAttrs, __trace addedMarc Weber2007-08-18
* Added conditional concatenation and used it for name and configureFlags gener...Michael Raskin2007-08-15
* Added possibility for flags= in calls to proposed template. As usual, look at...Michael Raskin2007-08-15
* Corrected a flaw that made automated package silently accept any extra argumentsMichael Raskin2007-08-11
* Converted Vim package to a template-based form with only lists filled in manu...Michael Raskin2007-08-11
* Included some configuration for Vim.Michael Raskin2007-08-10
* * Function to return a range of numbers.Eelco Dolstra2007-06-09
* * Purity fix in building Python: don't let it search in /usr/includeEelco Dolstra2007-05-27
* * Move the `optional' function to lib.Eelco Dolstra2007-05-20
* * Function concatLists to concatenate a list of lists.Eelco Dolstra2007-03-06
* * Filter out *~ files in cleanSource.Eelco Dolstra2007-01-29
* * Move cleanSource to lib.Eelco Dolstra2007-01-15
* * A function `elem' to check whether a list contains a specificEelco Dolstra2007-01-08
* * Function `findSingle' for looking up values in dictionary-likeEelco Dolstra2006-12-21
* * Library functions: filter, eqLists (equality on lists; the `=='Eelco Dolstra2006-11-27
* * More descriptions.Eelco Dolstra2006-10-12
* * Put utility functions like fold in lib/default.nix.Eelco Dolstra2006-09-25