Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-22 | configure: Force regeneration of Makefile.config | Eelco Dolstra | |
2014-09-19 | attrNames: Don't allocate duplicates of the symbols | Eelco Dolstra | |
2014-09-19 | Fix off-by-one | Eelco Dolstra | |
2014-09-19 | Inline Bindings::find() | Eelco Dolstra | |
2014-09-19 | Store Attrs inside Bindings | Eelco Dolstra | |
This prevents a double allocation per attribute set. | |||
2014-09-19 | Remove bogus comment | Eelco Dolstra | |
2014-09-18 | Remove debug statement | Eelco Dolstra | |
2014-09-18 | Store.so: Add dependency on libnixutil | Eelco Dolstra | |
Issue #346. | |||
2014-09-18 | Update spec file | Eelco Dolstra | |
http://hydra.nixos.org/build/14344391 | |||
2014-09-18 | Install some pkgconfig files | Eelco Dolstra | |
2014-09-17 | Remove unused w3m dependency | Eelco Dolstra | |
2014-09-17 | On Linux, disable address space randomization | Eelco Dolstra | |
2014-09-17 | Add Make flag to disable optimization | Eelco Dolstra | |
2014-09-17 | Add some instrumentation for debugging GC leaks | Eelco Dolstra | |
2014-09-17 | Settings: Add bool get() | Eelco Dolstra | |
2014-09-17 | Derive Emacs nix-mode from prog-mode. | Robert Helgesson | |
Emacs 24.1 introduced the notion of "basic major modes" and among these is prog-mode, see section "23.2.5 Basic Major Modes" in the Emacs manual. The prog-mode basic major mode is recommended as a base for derived major modes that are intended for editing source code. | |||
2014-09-16 | Remove unhelpful suggestion | Eelco Dolstra | |
2014-09-16 | Delete bugs.xml | Eelco Dolstra | |
2014-09-16 | Make troubleshooting an appendix | Eelco Dolstra | |
2014-09-16 | Style tweak | Eelco Dolstra | |
2014-09-16 | Fix parallel make of manpages | Eelco Dolstra | |
2014-09-16 | Fix references to version.txt | Eelco Dolstra | |
2014-09-16 | Drop separate release notes | Eelco Dolstra | |
2014-09-16 | Undocument NIX_OTHER_STORES | Eelco Dolstra | |
2014-09-16 | Tweak some chapter titles | Eelco Dolstra | |
2014-09-16 | Drop "service deployment" bla bla | Eelco Dolstra | |
2014-09-16 | Drop reference to FreeBSD | Eelco Dolstra | |
2014-09-16 | Remove pointless "license" section | Eelco Dolstra | |
2014-09-16 | Release notes: Use a section per version | Eelco Dolstra | |
2014-09-16 | Nicer file names for the release notes | Eelco Dolstra | |
2014-09-16 | Manual build fixes | Eelco Dolstra | |
2014-09-16 | Merge branch 'master' of github.com:thatdocslady/nix | Eelco Dolstra | |
Conflicts: doc/manual/release-notes.xml doc/manual/writing-nix-expressions.xml | |||
2014-09-16 | Add some hyperlinks between NIXPATH and -I | Eelco Dolstra | |
2014-09-05 | build-remote.pl: UTF-8-decode errors | Eelco Dolstra | |
2014-09-05 | Tweak | Eelco Dolstra | |
2014-09-05 | tests/remote-builds.nix: Time out faster | Eelco Dolstra | |
2014-09-05 | Fix build-remote.pl | Eelco Dolstra | |
Apparently, turning on utf8 encoding on stderr changes its flushing behaviour, causing sendReply to not send anything. http://hydra.nixos.org/build/13944384 | |||
2014-09-04 | Fix dependency ordering | Eelco Dolstra | |
2014-09-02 | Fix boost::too_many_args error | Eelco Dolstra | |
Fixes #333. | |||
2014-09-01 | Add an 'optimiseStore' remote procedure call. | Ludovic Courtès | |
2014-08-29 | Shut up "Wide character" warnings in Perl scripts | Eelco Dolstra | |
2014-08-28 | Add disallowedReferences / disallowedRequisites | Eelco Dolstra | |
For the "stdenv accidentally referring to bootstrap-tools", it seems easier to specify the path that we don't want to depend on, e.g. disallowedRequisites = [ bootstrapTools ]; | |||
2014-08-28 | allowedRequisites: Drop stdenv mention | Eelco Dolstra | |
I don't think it's a good idea to use allowedRequisites for stdenv, so don't mention it here. | |||
2014-08-28 | Fix manual build | Eelco Dolstra | |
2014-08-28 | Introduce allowedRequisites feature | Gergely Risko | |
2014-08-27 | Restructuring the Nix manual | Mikey Ariel | |
2014-08-23 | Fix building with Clang | Eelco Dolstra | |
2014-08-23 | Document the "out" usage in allowedReferences | Gergely Risko | |
2014-08-21 | fix disappearing bash arguments | Joel Taylor | |
2014-08-21 | Fix tests | Eelco Dolstra | |
So all these years I was totally deluded about the meaning of "set -e". You might think that it causes statements like "false && true" or "! true" to fail, but it doesn't... |