summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-10-05 17:27:09 +0200
committerWerner Koch <wk@gnupg.org>2017-10-05 17:27:35 +0200
commit09984557106ba52ff8889effd811282dca389a99 (patch)
tree58174f452b9190d7e7654ea606deb74745a77b3c
parentdda5fb3474a81047e5bd52a194640fb44e1d60ab (diff)
downloadlibgpg-error-09984557106ba52ff8889effd811282dca389a99.tar.gz
gpgscm: Move files to a gpgscm subdirectory.
-- Note that we used git filter-branch --subdirectory-filter tests/gpgscm in gnupg master to filter out the gpgscm part. This commit merely moves these files to a subdirectory which will be used in libgpg-error for gpgscm. Signed-off-by: Werner Koch <wk@gnupg.org>
-rw-r--r--gpgscm/LICENSE.TinySCHEME (renamed from LICENSE.TinySCHEME)0
-rw-r--r--gpgscm/Makefile.am (renamed from Makefile.am)0
-rw-r--r--gpgscm/Manual.txt (renamed from Manual.txt)0
-rw-r--r--gpgscm/ffi-private.h (renamed from ffi-private.h)0
-rw-r--r--gpgscm/ffi.c (renamed from ffi.c)0
-rw-r--r--gpgscm/ffi.h (renamed from ffi.h)0
-rw-r--r--gpgscm/ffi.scm (renamed from ffi.scm)0
-rw-r--r--gpgscm/gnupg.scm (renamed from gnupg.scm)0
-rw-r--r--gpgscm/init.scm (renamed from init.scm)0
-rw-r--r--gpgscm/lib.scm (renamed from lib.scm)0
-rw-r--r--gpgscm/main.c (renamed from main.c)0
-rw-r--r--gpgscm/makefile.scm (renamed from makefile.scm)0
-rw-r--r--gpgscm/opdefines.h (renamed from opdefines.h)0
-rw-r--r--gpgscm/private.h (renamed from private.h)0
-rw-r--r--gpgscm/repl.scm (renamed from repl.scm)0
-rw-r--r--gpgscm/scheme-config.h (renamed from scheme-config.h)0
-rw-r--r--gpgscm/scheme-private.h (renamed from scheme-private.h)0
-rw-r--r--gpgscm/scheme.c (renamed from scheme.c)0
-rw-r--r--gpgscm/scheme.h (renamed from scheme.h)0
-rw-r--r--gpgscm/small-integers.h (renamed from small-integers.h)0
-rw-r--r--gpgscm/t-child.c (renamed from t-child.c)0
-rw-r--r--gpgscm/t-child.scm (renamed from t-child.scm)0
-rw-r--r--gpgscm/tests.scm (renamed from tests.scm)0
-rw-r--r--gpgscm/time.scm (renamed from time.scm)0
-rw-r--r--gpgscm/xml.scm (renamed from xml.scm)0
25 files changed, 0 insertions, 0 deletions
diff --git a/LICENSE.TinySCHEME b/gpgscm/LICENSE.TinySCHEME
index 23a7e85..23a7e85 100644
--- a/LICENSE.TinySCHEME
+++ b/gpgscm/LICENSE.TinySCHEME
diff --git a/Makefile.am b/gpgscm/Makefile.am
index 44d7b3f..44d7b3f 100644
--- a/Makefile.am
+++ b/gpgscm/Makefile.am
diff --git a/Manual.txt b/gpgscm/Manual.txt
index b146926..b146926 100644
--- a/Manual.txt
+++ b/gpgscm/Manual.txt
diff --git a/ffi-private.h b/gpgscm/ffi-private.h
index 037da56..037da56 100644
--- a/ffi-private.h
+++ b/gpgscm/ffi-private.h
diff --git a/ffi.c b/gpgscm/ffi.c
index dde5b52..dde5b52 100644
--- a/ffi.c
+++ b/gpgscm/ffi.c
diff --git a/ffi.h b/gpgscm/ffi.h
index eba6282..eba6282 100644
--- a/ffi.h
+++ b/gpgscm/ffi.h
diff --git a/ffi.scm b/gpgscm/ffi.scm
index 051c2c2..051c2c2 100644
--- a/ffi.scm
+++ b/gpgscm/ffi.scm
diff --git a/gnupg.scm b/gpgscm/gnupg.scm
index 5fcf9fd..5fcf9fd 100644
--- a/gnupg.scm
+++ b/gpgscm/gnupg.scm
diff --git a/init.scm b/gpgscm/init.scm
index 66bec0f..66bec0f 100644
--- a/init.scm
+++ b/gpgscm/init.scm
diff --git a/lib.scm b/gpgscm/lib.scm
index 258f692..258f692 100644
--- a/lib.scm
+++ b/gpgscm/lib.scm
diff --git a/main.c b/gpgscm/main.c
index 5540ac3..5540ac3 100644
--- a/main.c
+++ b/gpgscm/main.c
diff --git a/makefile.scm b/gpgscm/makefile.scm
index 32fae3a..32fae3a 100644
--- a/makefile.scm
+++ b/gpgscm/makefile.scm
diff --git a/opdefines.h b/gpgscm/opdefines.h
index 61f7971..61f7971 100644
--- a/opdefines.h
+++ b/gpgscm/opdefines.h
diff --git a/private.h b/gpgscm/private.h
index 6e330e0..6e330e0 100644
--- a/private.h
+++ b/gpgscm/private.h
diff --git a/repl.scm b/gpgscm/repl.scm
index 833ec0d..833ec0d 100644
--- a/repl.scm
+++ b/gpgscm/repl.scm
diff --git a/scheme-config.h b/gpgscm/scheme-config.h
index 15ca969..15ca969 100644
--- a/scheme-config.h
+++ b/gpgscm/scheme-config.h
diff --git a/scheme-private.h b/gpgscm/scheme-private.h
index 7f92bda..7f92bda 100644
--- a/scheme-private.h
+++ b/gpgscm/scheme-private.h
diff --git a/scheme.c b/gpgscm/scheme.c
index 4384841..4384841 100644
--- a/scheme.c
+++ b/gpgscm/scheme.c
diff --git a/scheme.h b/gpgscm/scheme.h
index 6f917da..6f917da 100644
--- a/scheme.h
+++ b/gpgscm/scheme.h
diff --git a/small-integers.h b/gpgscm/small-integers.h
index 46eda34..46eda34 100644
--- a/small-integers.h
+++ b/gpgscm/small-integers.h
diff --git a/t-child.c b/gpgscm/t-child.c
index f4e3a04..f4e3a04 100644
--- a/t-child.c
+++ b/gpgscm/t-child.c
diff --git a/t-child.scm b/gpgscm/t-child.scm
index fd1dcc3..fd1dcc3 100644
--- a/t-child.scm
+++ b/gpgscm/t-child.scm
diff --git a/tests.scm b/gpgscm/tests.scm
index 5141002..5141002 100644
--- a/tests.scm
+++ b/gpgscm/tests.scm
diff --git a/time.scm b/gpgscm/time.scm
index a9b06d0..a9b06d0 100644
--- a/time.scm
+++ b/gpgscm/time.scm
diff --git a/xml.scm b/gpgscm/xml.scm
index 771ec36..771ec36 100644
--- a/xml.scm
+++ b/gpgscm/xml.scm