diff options
-rw-r--r-- | src/boost/Makefile.am (renamed from boost/Makefile.am) | 0 | ||||
-rw-r--r-- | src/boost/format.hpp (renamed from boost/format.hpp) | 0 | ||||
-rw-r--r-- | src/boost/format/Makefile.am (renamed from boost/format/Makefile.am) | 0 | ||||
-rw-r--r-- | src/boost/format/exceptions.hpp (renamed from boost/format/exceptions.hpp) | 0 | ||||
-rw-r--r-- | src/boost/format/feed_args.hpp (renamed from boost/format/feed_args.hpp) | 0 | ||||
-rw-r--r-- | src/boost/format/format_class.hpp (renamed from boost/format/format_class.hpp) | 0 | ||||
-rw-r--r-- | src/boost/format/format_fwd.hpp (renamed from boost/format/format_fwd.hpp) | 0 | ||||
-rw-r--r-- | src/boost/format/format_implementation.cc (renamed from boost/format/format_implementation.cc) | 0 | ||||
-rw-r--r-- | src/boost/format/free_funcs.cc (renamed from boost/format/free_funcs.cc) | 0 | ||||
-rw-r--r-- | src/boost/format/group.hpp (renamed from boost/format/group.hpp) | 0 | ||||
-rw-r--r-- | src/boost/format/internals.hpp (renamed from boost/format/internals.hpp) | 0 | ||||
-rw-r--r-- | src/boost/format/internals_fwd.hpp (renamed from boost/format/internals_fwd.hpp) | 0 | ||||
-rw-r--r-- | src/boost/format/macros_default.hpp (renamed from boost/format/macros_default.hpp) | 0 | ||||
-rw-r--r-- | src/boost/format/parsing.cc (renamed from boost/format/parsing.cc) | 0 | ||||
-rw-r--r-- | src/fix/fix.cc (renamed from src/fix.cc) | 0 | ||||
-rw-r--r-- | src/libmain/shared.cc (renamed from src/shared.cc) | 0 | ||||
-rw-r--r-- | src/libmain/shared.hh (renamed from src/shared.hh) | 0 | ||||
-rw-r--r-- | src/libnix/archive.cc (renamed from src/archive.cc) | 0 | ||||
-rw-r--r-- | src/libnix/archive.hh (renamed from src/archive.hh) | 0 | ||||
-rw-r--r-- | src/libnix/db.cc (renamed from src/db.cc) | 0 | ||||
-rw-r--r-- | src/libnix/db.hh (renamed from src/db.hh) | 0 | ||||
-rw-r--r-- | src/libnix/exec.cc (renamed from src/exec.cc) | 0 | ||||
-rw-r--r-- | src/libnix/exec.hh (renamed from src/exec.hh) | 0 | ||||
-rw-r--r-- | src/libnix/expr.cc (renamed from src/expr.cc) | 0 | ||||
-rw-r--r-- | src/libnix/expr.hh (renamed from src/expr.hh) | 0 | ||||
-rw-r--r-- | src/libnix/globals.cc (renamed from src/globals.cc) | 0 | ||||
-rw-r--r-- | src/libnix/globals.hh (renamed from src/globals.hh) | 0 | ||||
-rw-r--r-- | src/libnix/hash.cc (renamed from src/hash.cc) | 0 | ||||
-rw-r--r-- | src/libnix/hash.hh (renamed from src/hash.hh) | 0 | ||||
-rw-r--r-- | src/libnix/md5.c (renamed from src/md5.c) | 0 | ||||
-rw-r--r-- | src/libnix/md5.h (renamed from src/md5.h) | 0 | ||||
-rw-r--r-- | src/libnix/normalise.cc (renamed from src/normalise.cc) | 0 | ||||
-rw-r--r-- | src/libnix/normalise.hh (renamed from src/normalise.hh) | 0 | ||||
-rw-r--r-- | src/libnix/pathlocks.cc (renamed from src/pathlocks.cc) | 0 | ||||
-rw-r--r-- | src/libnix/pathlocks.hh (renamed from src/pathlocks.hh) | 0 | ||||
-rw-r--r-- | src/libnix/references.cc (renamed from src/references.cc) | 0 | ||||
-rw-r--r-- | src/libnix/references.hh (renamed from src/references.hh) | 0 | ||||
-rw-r--r-- | src/libnix/store.cc (renamed from src/store.cc) | 0 | ||||
-rw-r--r-- | src/libnix/store.hh (renamed from src/store.hh) | 0 | ||||
-rwxr-xr-x | src/libnix/test-builder-1.sh (renamed from src/test-builder-1.sh) | 0 | ||||
-rwxr-xr-x | src/libnix/test-builder-2.sh (renamed from src/test-builder-2.sh) | 0 | ||||
-rw-r--r-- | src/libnix/test.cc (renamed from src/test.cc) | 0 | ||||
-rw-r--r-- | src/libnix/util.cc (renamed from src/util.cc) | 0 | ||||
-rw-r--r-- | src/libnix/util.hh (renamed from src/util.hh) | 0 | ||||
-rw-r--r-- | src/nix-hash/nix-hash.cc (renamed from src/nix-hash.cc) | 0 | ||||
-rw-r--r-- | src/nix/dotgraph.cc (renamed from src/dotgraph.cc) | 0 | ||||
-rw-r--r-- | src/nix/dotgraph.hh (renamed from src/dotgraph.hh) | 0 | ||||
-rw-r--r-- | src/nix/nix-help.txt (renamed from src/nix-help.txt) | 0 | ||||
-rw-r--r-- | src/nix/nix.cc (renamed from src/nix.cc) | 0 | ||||
-rw-r--r-- | src/test-expr-1.nix | 1 |
50 files changed, 0 insertions, 1 deletions
diff --git a/boost/Makefile.am b/src/boost/Makefile.am index 9ea79c660..9ea79c660 100644 --- a/boost/Makefile.am +++ b/src/boost/Makefile.am diff --git a/boost/format.hpp b/src/boost/format.hpp index a287048ed..a287048ed 100644 --- a/boost/format.hpp +++ b/src/boost/format.hpp diff --git a/boost/format/Makefile.am b/src/boost/format/Makefile.am index 5badba27c..5badba27c 100644 --- a/boost/format/Makefile.am +++ b/src/boost/format/Makefile.am diff --git a/boost/format/exceptions.hpp b/src/boost/format/exceptions.hpp index 79e452449..79e452449 100644 --- a/boost/format/exceptions.hpp +++ b/src/boost/format/exceptions.hpp diff --git a/boost/format/feed_args.hpp b/src/boost/format/feed_args.hpp index ba107dce6..ba107dce6 100644 --- a/boost/format/feed_args.hpp +++ b/src/boost/format/feed_args.hpp diff --git a/boost/format/format_class.hpp b/src/boost/format/format_class.hpp index 6875623ac..6875623ac 100644 --- a/boost/format/format_class.hpp +++ b/src/boost/format/format_class.hpp diff --git a/boost/format/format_fwd.hpp b/src/boost/format/format_fwd.hpp index 97c55f668..97c55f668 100644 --- a/boost/format/format_fwd.hpp +++ b/src/boost/format/format_fwd.hpp diff --git a/boost/format/format_implementation.cc b/src/boost/format/format_implementation.cc index 41cb5fc9f..41cb5fc9f 100644 --- a/boost/format/format_implementation.cc +++ b/src/boost/format/format_implementation.cc diff --git a/boost/format/free_funcs.cc b/src/boost/format/free_funcs.cc index b2ac01774..b2ac01774 100644 --- a/boost/format/free_funcs.cc +++ b/src/boost/format/free_funcs.cc diff --git a/boost/format/group.hpp b/src/boost/format/group.hpp index ac63f3f0b..ac63f3f0b 100644 --- a/boost/format/group.hpp +++ b/src/boost/format/group.hpp diff --git a/boost/format/internals.hpp b/src/boost/format/internals.hpp index d25eb4c86..d25eb4c86 100644 --- a/boost/format/internals.hpp +++ b/src/boost/format/internals.hpp diff --git a/boost/format/internals_fwd.hpp b/src/boost/format/internals_fwd.hpp index a8ebf7c3a..a8ebf7c3a 100644 --- a/boost/format/internals_fwd.hpp +++ b/src/boost/format/internals_fwd.hpp diff --git a/boost/format/macros_default.hpp b/src/boost/format/macros_default.hpp index 4fd84a163..4fd84a163 100644 --- a/boost/format/macros_default.hpp +++ b/src/boost/format/macros_default.hpp diff --git a/boost/format/parsing.cc b/src/boost/format/parsing.cc index 1e12dea9b..1e12dea9b 100644 --- a/boost/format/parsing.cc +++ b/src/boost/format/parsing.cc diff --git a/src/fix.cc b/src/fix/fix.cc index c1f9c1ad6..c1f9c1ad6 100644 --- a/src/fix.cc +++ b/src/fix/fix.cc diff --git a/src/shared.cc b/src/libmain/shared.cc index 80463308a..80463308a 100644 --- a/src/shared.cc +++ b/src/libmain/shared.cc diff --git a/src/shared.hh b/src/libmain/shared.hh index 8ea637fd2..8ea637fd2 100644 --- a/src/shared.hh +++ b/src/libmain/shared.hh diff --git a/src/archive.cc b/src/libnix/archive.cc index 9039ad7db..9039ad7db 100644 --- a/src/archive.cc +++ b/src/libnix/archive.cc diff --git a/src/archive.hh b/src/libnix/archive.hh index 67e236668..67e236668 100644 --- a/src/archive.hh +++ b/src/libnix/archive.hh diff --git a/src/db.cc b/src/libnix/db.cc index 2f53ca3b5..2f53ca3b5 100644 --- a/src/db.cc +++ b/src/libnix/db.cc diff --git a/src/db.hh b/src/libnix/db.hh index 1c681b9b5..1c681b9b5 100644 --- a/src/db.hh +++ b/src/libnix/db.hh diff --git a/src/exec.cc b/src/libnix/exec.cc index 2e092b2e0..2e092b2e0 100644 --- a/src/exec.cc +++ b/src/libnix/exec.cc diff --git a/src/exec.hh b/src/libnix/exec.hh index 8d410e404..8d410e404 100644 --- a/src/exec.hh +++ b/src/libnix/exec.hh diff --git a/src/expr.cc b/src/libnix/expr.cc index cead80342..cead80342 100644 --- a/src/expr.cc +++ b/src/libnix/expr.cc diff --git a/src/expr.hh b/src/libnix/expr.hh index 7d0420935..7d0420935 100644 --- a/src/expr.hh +++ b/src/libnix/expr.hh diff --git a/src/globals.cc b/src/libnix/globals.cc index a292b49ae..a292b49ae 100644 --- a/src/globals.cc +++ b/src/libnix/globals.cc diff --git a/src/globals.hh b/src/libnix/globals.hh index 1b4d0bde3..1b4d0bde3 100644 --- a/src/globals.hh +++ b/src/libnix/globals.hh diff --git a/src/hash.cc b/src/libnix/hash.cc index 752b26912..752b26912 100644 --- a/src/hash.cc +++ b/src/libnix/hash.cc diff --git a/src/hash.hh b/src/libnix/hash.hh index 0062f987c..0062f987c 100644 --- a/src/hash.hh +++ b/src/libnix/hash.hh diff --git a/src/md5.c b/src/libnix/md5.c index fa67ebfcd..fa67ebfcd 100644 --- a/src/md5.c +++ b/src/libnix/md5.c diff --git a/src/md5.h b/src/libnix/md5.h index 6301e4558..6301e4558 100644 --- a/src/md5.h +++ b/src/libnix/md5.h diff --git a/src/normalise.cc b/src/libnix/normalise.cc index be71081ff..be71081ff 100644 --- a/src/normalise.cc +++ b/src/libnix/normalise.cc diff --git a/src/normalise.hh b/src/libnix/normalise.hh index bbe846404..bbe846404 100644 --- a/src/normalise.hh +++ b/src/libnix/normalise.hh diff --git a/src/pathlocks.cc b/src/libnix/pathlocks.cc index 3ecbbbcba..3ecbbbcba 100644 --- a/src/pathlocks.cc +++ b/src/libnix/pathlocks.cc diff --git a/src/pathlocks.hh b/src/libnix/pathlocks.hh index ce61386d6..ce61386d6 100644 --- a/src/pathlocks.hh +++ b/src/libnix/pathlocks.hh diff --git a/src/references.cc b/src/libnix/references.cc index be432665b..be432665b 100644 --- a/src/references.cc +++ b/src/libnix/references.cc diff --git a/src/references.hh b/src/libnix/references.hh index d009453d6..d009453d6 100644 --- a/src/references.hh +++ b/src/libnix/references.hh diff --git a/src/store.cc b/src/libnix/store.cc index 2d223313b..2d223313b 100644 --- a/src/store.cc +++ b/src/libnix/store.cc diff --git a/src/store.hh b/src/libnix/store.hh index dab3d603f..dab3d603f 100644 --- a/src/store.hh +++ b/src/libnix/store.hh diff --git a/src/test-builder-1.sh b/src/libnix/test-builder-1.sh index 80e23354c..80e23354c 100755 --- a/src/test-builder-1.sh +++ b/src/libnix/test-builder-1.sh diff --git a/src/test-builder-2.sh b/src/libnix/test-builder-2.sh index 0794fa96a..0794fa96a 100755 --- a/src/test-builder-2.sh +++ b/src/libnix/test-builder-2.sh diff --git a/src/test.cc b/src/libnix/test.cc index 457fecf24..457fecf24 100644 --- a/src/test.cc +++ b/src/libnix/test.cc diff --git a/src/util.cc b/src/libnix/util.cc index c1d0fedea..c1d0fedea 100644 --- a/src/util.cc +++ b/src/libnix/util.cc diff --git a/src/util.hh b/src/libnix/util.hh index 016289176..016289176 100644 --- a/src/util.hh +++ b/src/libnix/util.hh diff --git a/src/nix-hash.cc b/src/nix-hash/nix-hash.cc index 77c169b9a..77c169b9a 100644 --- a/src/nix-hash.cc +++ b/src/nix-hash/nix-hash.cc diff --git a/src/dotgraph.cc b/src/nix/dotgraph.cc index 36daf7f99..36daf7f99 100644 --- a/src/dotgraph.cc +++ b/src/nix/dotgraph.cc diff --git a/src/dotgraph.hh b/src/nix/dotgraph.hh index a5c5248f1..a5c5248f1 100644 --- a/src/dotgraph.hh +++ b/src/nix/dotgraph.hh diff --git a/src/nix-help.txt b/src/nix/nix-help.txt index bf2afd061..bf2afd061 100644 --- a/src/nix-help.txt +++ b/src/nix/nix-help.txt diff --git a/src/nix.cc b/src/nix/nix.cc index 187568999..187568999 100644 --- a/src/nix.cc +++ b/src/nix/nix.cc diff --git a/src/test-expr-1.nix b/src/test-expr-1.nix deleted file mode 100644 index a94ee7382..000000000 --- a/src/test-expr-1.nix +++ /dev/null @@ -1 +0,0 @@ -Str("Hello World") |