1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/src
Peter Simons a17071fef1 Include <cstring> to ensure that strcpy(), strlen(), and memset() are declared.
An "using namespace std" was added locally in those functions that refer to
names from <cstring>. That is not pretty, but it's a very portable solution,
because strcpy() and friends will be found in both the 'std' and in the global
namespace.
2010-06-24 17:51:04 +00:00
..
bin2c * Fix building on Cygwin (http://hydra.nixos.org/build/325071). 2010-03-16 13:01:52 +00:00
boost * Install some headers in the right location. 2009-03-05 14:57:50 +00:00
bsdiff-4.3 * Mac OS X 10.5 compatibility. 2007-12-13 22:06:19 +00:00
libexpr * builtins.toXML: propagate the string context. This is a regression 2010-06-10 10:29:50 +00:00
libmain Added support for passing an (impure) NIX_BUILD_CORES variable to build expressions. 2010-06-23 14:34:08 +00:00
libstore Include <cstring> to ensure that strcpy(), strlen(), and memset() are declared. 2010-06-24 17:51:04 +00:00
libutil * Sync with the trunk. 2010-05-07 14:46:47 +00:00
nix-env * Remove an accidentally committed debug statement. 2010-05-30 20:29:56 +00:00
nix-hash * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00
nix-instantiate * Sync with the trunk. 2010-05-07 14:46:47 +00:00
nix-log2xml * Ignore carriage returns. 2008-11-25 02:30:35 +00:00
nix-setuid-helper * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00
nix-store Add XML output to `nix-store'. 2010-05-31 16:36:24 +00:00
nix-worker Include <cstring> to ensure that strcpy(), strlen(), and memset() are declared. 2010-06-24 17:51:04 +00:00
Makefile.am * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00