- Sep 17, 2014
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Robert Helgesson authored
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.
-
- Sep 16, 2014
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
Conflicts: doc/manual/release-notes.xml doc/manual/writing-nix-expressions.xml
-
Eelco Dolstra authored
-
- Sep 05, 2014
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
Apparently, turning on utf8 encoding on stderr changes its flushing behaviour, causing sendReply to not send anything. http://hydra.nixos.org/build/13944384
-
- Sep 04, 2014
-
-
Eelco Dolstra authored
-
- Sep 02, 2014
-
-
Eelco Dolstra authored
Fixes #333.
-
- Sep 01, 2014
-
-
Ludovic Courtès authored
-
- Aug 29, 2014
-
-
Eelco Dolstra authored
-
- Aug 28, 2014
-
-
Eelco Dolstra authored
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 ];
-
Eelco Dolstra authored
I don't think it's a good idea to use allowedRequisites for stdenv, so don't mention it here.
-
Eelco Dolstra authored
-
Gergely Risko authored
-
- Aug 27, 2014
-
-
Mikey Ariel authored
-
- Aug 23, 2014
-
-
Eelco Dolstra authored
-
Gergely Risko authored
-
- Aug 21, 2014
-
-
Joel Taylor authored
-
Eelco Dolstra authored
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...
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-