guix/src
Eelco Dolstra 31e4aa6439 * Allow lists in package bindings, e.g.,
("srcs", [Relative("foo/bar.c"), Relative("foo/baz.h")])

  The result is an environment variable that contains the path names of the
  inputs separated by spaces (so this is not safe for values containing
  spaces).
2003-08-18 16:32:55 +00:00
..
Makefile.am * normaliseFState() now locks all output paths prior to building, thus 2003-08-01 14:11:19 +00:00
archive.cc * Argh, another short-write problem. Added wrappers around 2003-07-20 21:11:43 +00:00
archive.hh * Argh, another short-write problem. Added wrappers around 2003-07-20 21:11:43 +00:00
db.cc * Enclose most operations that update the database in transactions. 2003-07-31 16:05:35 +00:00
db.hh * Enclose most operations that update the database in transactions. 2003-07-31 16:05:35 +00:00
exec.cc * Derivation expressions now can specify arguments to be passed to the 2003-08-15 12:32:37 +00:00
exec.hh * Derivation expressions now can specify arguments to be passed to the 2003-08-15 12:32:37 +00:00
fix.cc * Allow lists in package bindings, e.g., 2003-08-18 16:32:55 +00:00
fstate.cc * Derivation expressions now can specify arguments to be passed to the 2003-08-15 12:32:37 +00:00
fstate.hh * Derivation expressions now can specify arguments to be passed to the 2003-08-15 12:32:37 +00:00
globals.cc * Enclose most operations that update the database in transactions. 2003-07-31 16:05:35 +00:00
globals.hh * Enclose most operations that update the database in transactions. 2003-07-31 16:05:35 +00:00
hash.cc * Get Fix and Nix to work again. 2003-07-15 22:28:27 +00:00
hash.hh * Get Fix and Nix to work again. 2003-07-15 22:28:27 +00:00
md5.c
md5.h
nix-hash.cc * A flag `--flat' to just compute the MD5 checksum of the contents of 2003-08-06 09:06:32 +00:00
nix-help.txt * Get garbage collection and cache population to work *properly*. 2003-07-29 14:28:17 +00:00
nix.cc * In normaliseFState(), wrap registration of the output paths and the 2003-08-01 15:41:47 +00:00
normalise.cc * Most shells initialise PATH to some default (/bin:/usr/bin:...) 2003-08-18 14:54:54 +00:00
normalise.hh * In normaliseFState(), wrap registration of the output paths and the 2003-08-01 15:41:47 +00:00
pathlocks.cc * Allow locks on paths to be acquired recursively (that is, if the 2003-08-06 09:34:04 +00:00
pathlocks.hh * Defensive programming against POSIX locking idiocy. 2003-08-01 15:06:23 +00:00
references.cc * Argh, another short-write problem. Added wrappers around 2003-07-20 21:11:43 +00:00
references.hh
shared.cc * Started using Berkeley DB environments. This is necessary for 2003-07-31 13:47:13 +00:00
shared.hh
store.cc * Path locking in addToStore() and expandPath(). 2003-08-04 07:09:36 +00:00
store.hh * In normaliseFState(), wrap registration of the output paths and the 2003-08-01 15:41:47 +00:00
test-builder-1.sh * Set execute bit. 2003-07-31 13:13:27 +00:00
test-builder-2.sh * Set execute bit. 2003-07-31 13:13:27 +00:00
test-expr-1.nix
test.cc * Started using Berkeley DB environments. This is necessary for 2003-07-31 13:47:13 +00:00
util.cc * deletePath(): some operating systems (e.g., Mac OS X) don't like it 2003-08-08 14:55:56 +00:00
util.hh * The `-v' flag no longer takes an argument; it should be repeated 2003-07-24 13:43:16 +00:00