guix/src/libstore
Eelco Dolstra 705868a8a9 * Make sure that config.h is included before the system headers,
because it defines _FILE_OFFSET_BITS.  Without this, on 
  OpenSolaris the system headers define it to be 32, and then 
  the 32-bit stat() ends up being called with a 64-bit "struct 
  stat", or vice versa.

  This also ensures that we get 64-bit file sizes everywhere.

* Remove the redundant call to stat() in parseExprFromFile().
  The file cannot be a symlink because that's the exit condition
  of the loop before.
2010-10-04 17:55:38 +00:00
..
build.cc Include <cstring> to ensure that strcpy(), strlen(), and memset() are declared. 2010-06-24 17:51:04 +00:00
derivations.cc * Don't use an ostringstream in unparseDerivation(), because it's 2010-04-21 19:25:50 +00:00
derivations.hh
gc.cc
globals.cc Added support for passing an (impure) NIX_BUILD_CORES variable to build expressions. 2010-06-23 14:34:08 +00:00
globals.hh Added support for passing an (impure) NIX_BUILD_CORES variable to build expressions. 2010-06-23 14:34:08 +00:00
local-store.cc * In importPath() and exportPath(), lock the temporary directory to 2010-06-14 08:34:48 +00:00
local-store.hh
Makefile.am * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00
misc.cc
misc.hh
optimise-store.cc * Applied a patch from David Brown to prevent `nix-store --optimise' 2010-06-04 13:56:11 +00:00
pathlocks.cc
pathlocks.hh
references.cc
references.hh
remote-store.cc * Make --cores work when building through the Nix daemon. 2010-08-12 09:21:50 +00:00
remote-store.hh
store-api.cc
store-api.hh * Make sure that config.h is included before the system headers, 2010-10-04 17:55:38 +00:00
worker-protocol.hh * Make --cores work when building through the Nix daemon. 2010-08-12 09:21:50 +00:00