diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-20 09:20:11 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-20 09:20:11 +0000 |
commit | 53e376d836133a660223198c7bb8308fb912375e (patch) | |
tree | 92d5e5381b9bfafd2a79d3efdec71f14edb798d9 | |
parent | 0eab306466fdb186c692521dd1f2b949e56c54da (diff) | |
download | guix-53e376d836133a660223198c7bb8308fb912375e.tar.gz |
* Refactored the source tree.
-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 9ea79c660c..9ea79c660c 100644 --- a/boost/Makefile.am +++ b/src/boost/Makefile.am diff --git a/boost/format.hpp b/src/boost/format.hpp index a287048ed3..a287048ed3 100644 --- a/boost/format.hpp +++ b/src/boost/format.hpp diff --git a/boost/format/Makefile.am b/src/boost/format/Makefile.am index 5badba27cf..5badba27cf 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 79e452449e..79e452449e 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 ba107dce66..ba107dce66 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 6875623acb..6875623acb 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 97c55f6684..97c55f6684 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 41cb5fc9fa..41cb5fc9fa 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 b2ac01774b..b2ac01774b 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 ac63f3f0ba..ac63f3f0ba 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 d25eb4c864..d25eb4c864 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 a8ebf7c3ab..a8ebf7c3ab 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 4fd84a163f..4fd84a163f 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 1e12dea9bf..1e12dea9bf 100644 --- a/boost/format/parsing.cc +++ b/src/boost/format/parsing.cc diff --git a/src/fix.cc b/src/fix/fix.cc index c1f9c1ad68..c1f9c1ad68 100644 --- a/src/fix.cc +++ b/src/fix/fix.cc diff --git a/src/shared.cc b/src/libmain/shared.cc index 80463308a3..80463308a3 100644 --- a/src/shared.cc +++ b/src/libmain/shared.cc diff --git a/src/shared.hh b/src/libmain/shared.hh index 8ea637fd21..8ea637fd21 100644 --- a/src/shared.hh +++ b/src/libmain/shared.hh diff --git a/src/archive.cc b/src/libnix/archive.cc index 9039ad7db4..9039ad7db4 100644 --- a/src/archive.cc +++ b/src/libnix/archive.cc diff --git a/src/archive.hh b/src/libnix/archive.hh index 67e236668a..67e236668a 100644 --- a/src/archive.hh +++ b/src/libnix/archive.hh diff --git a/src/db.cc b/src/libnix/db.cc index 2f53ca3b52..2f53ca3b52 100644 --- a/src/db.cc +++ b/src/libnix/db.cc diff --git a/src/db.hh b/src/libnix/db.hh index 1c681b9b54..1c681b9b54 100644 --- a/src/db.hh +++ b/src/libnix/db.hh diff --git a/src/exec.cc b/src/libnix/exec.cc index 2e092b2e0d..2e092b2e0d 100644 --- a/src/exec.cc +++ b/src/libnix/exec.cc diff --git a/src/exec.hh b/src/libnix/exec.hh index 8d410e4043..8d410e4043 100644 --- a/src/exec.hh +++ b/src/libnix/exec.hh diff --git a/src/expr.cc b/src/libnix/expr.cc index cead803425..cead803425 100644 --- a/src/expr.cc +++ b/src/libnix/expr.cc diff --git a/src/expr.hh b/src/libnix/expr.hh index 7d0420935f..7d0420935f 100644 --- a/src/expr.hh +++ b/src/libnix/expr.hh diff --git a/src/globals.cc b/src/libnix/globals.cc index a292b49aea..a292b49aea 100644 --- a/src/globals.cc +++ b/src/libnix/globals.cc diff --git a/src/globals.hh b/src/libnix/globals.hh index 1b4d0bde3f..1b4d0bde3f 100644 --- a/src/globals.hh +++ b/src/libnix/globals.hh diff --git a/src/hash.cc b/src/libnix/hash.cc index 752b269125..752b269125 100644 --- a/src/hash.cc +++ b/src/libnix/hash.cc diff --git a/src/hash.hh b/src/libnix/hash.hh index 0062f987c0..0062f987c0 100644 --- a/src/hash.hh +++ b/src/libnix/hash.hh diff --git a/src/md5.c b/src/libnix/md5.c index fa67ebfcdb..fa67ebfcdb 100644 --- a/src/md5.c +++ b/src/libnix/md5.c diff --git a/src/md5.h b/src/libnix/md5.h index 6301e4558c..6301e4558c 100644 --- a/src/md5.h +++ b/src/libnix/md5.h diff --git a/src/normalise.cc b/src/libnix/normalise.cc index be71081ffb..be71081ffb 100644 --- a/src/normalise.cc +++ b/src/libnix/normalise.cc diff --git a/src/normalise.hh b/src/libnix/normalise.hh index bbe846404c..bbe846404c 100644 --- a/src/normalise.hh +++ b/src/libnix/normalise.hh diff --git a/src/pathlocks.cc b/src/libnix/pathlocks.cc index 3ecbbbcbaf..3ecbbbcbaf 100644 --- a/src/pathlocks.cc +++ b/src/libnix/pathlocks.cc diff --git a/src/pathlocks.hh b/src/libnix/pathlocks.hh index ce61386d6d..ce61386d6d 100644 --- a/src/pathlocks.hh +++ b/src/libnix/pathlocks.hh diff --git a/src/references.cc b/src/libnix/references.cc index be432665b8..be432665b8 100644 --- a/src/references.cc +++ b/src/libnix/references.cc diff --git a/src/references.hh b/src/libnix/references.hh index d009453d6a..d009453d6a 100644 --- a/src/references.hh +++ b/src/libnix/references.hh diff --git a/src/store.cc b/src/libnix/store.cc index 2d223313b6..2d223313b6 100644 --- a/src/store.cc +++ b/src/libnix/store.cc diff --git a/src/store.hh b/src/libnix/store.hh index dab3d603f8..dab3d603f8 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 80e23354c3..80e23354c3 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 0794fa96a4..0794fa96a4 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 457fecf245..457fecf245 100644 --- a/src/test.cc +++ b/src/libnix/test.cc diff --git a/src/util.cc b/src/libnix/util.cc index c1d0fedea8..c1d0fedea8 100644 --- a/src/util.cc +++ b/src/libnix/util.cc diff --git a/src/util.hh b/src/libnix/util.hh index 016289176b..016289176b 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 77c169b9a9..77c169b9a9 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 36daf7f996..36daf7f996 100644 --- a/src/dotgraph.cc +++ b/src/nix/dotgraph.cc diff --git a/src/dotgraph.hh b/src/nix/dotgraph.hh index a5c5248f14..a5c5248f14 100644 --- a/src/dotgraph.hh +++ b/src/nix/dotgraph.hh diff --git a/src/nix-help.txt b/src/nix/nix-help.txt index bf2afd0612..bf2afd0612 100644 --- a/src/nix-help.txt +++ b/src/nix/nix-help.txt diff --git a/src/nix.cc b/src/nix/nix.cc index 1875689990..1875689990 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 a94ee73828..0000000000 --- a/src/test-expr-1.nix +++ /dev/null @@ -1 +0,0 @@ -Str("Hello World") |