aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-22 20:11:11 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-22 20:17:52 +0100
commitd46183860c1f3f10095e95023adcb79b1896ab0e (patch)
treedd331a0efe9777bfe84160139da1e39df3226b71 /src
parentAdd stuff to test.scm. (diff)
downloadcalp-d46183860c1f3f10095e95023adcb79b1896ab0e.tar.gz
calp-d46183860c1f3f10095e95023adcb79b1896ab0e.tar.xz
Move C and Scheme code into subdirs.
Diffstat (limited to '')
-rw-r--r--src/calendar.c (renamed from calendar.c)0
-rw-r--r--src/calendar.h (renamed from calendar.h)0
-rw-r--r--src/err.h (renamed from err.h)0
-rw-r--r--src/graphs.c (renamed from graphs.c)0
-rw-r--r--src/graphs.h (renamed from graphs.h)0
-rw-r--r--src/guile_interface.h (renamed from guile_interface.h)0
-rw-r--r--src/guile_interface.scm.c (renamed from guile_interface.scm.c)0
-rw-r--r--src/guile_type_helpers.c (renamed from guile_type_helpers.c)0
-rw-r--r--src/guile_type_helpers.h (renamed from guile_type_helpers.h)0
-rw-r--r--src/linked_list.h (renamed from linked_list.h)0
-rw-r--r--src/linked_list.inc.h (renamed from linked_list.inc.h)0
-rw-r--r--src/macro.h (renamed from macro.h)0
-rw-r--r--src/main.c (renamed from main.c)0
-rw-r--r--src/pair.h (renamed from pair.h)0
-rw-r--r--src/pair.inc.h (renamed from pair.inc.h)0
-rw-r--r--src/parse.c (renamed from parse.c)0
-rw-r--r--src/parse.h (renamed from parse.h)0
-rw-r--r--src/strbuf.c (renamed from strbuf.c)0
-rw-r--r--src/strbuf.h (renamed from strbuf.h)0
-rw-r--r--src/termios.scm.c (renamed from termios.scm.c)0
-rw-r--r--src/trie.h (renamed from trie.h)0
-rw-r--r--src/trie.inc.h (renamed from trie.inc.h)0
-rw-r--r--src/vcal.c (renamed from vcal.c)0
-rw-r--r--src/vcal.h (renamed from vcal.h)0
24 files changed, 0 insertions, 0 deletions
diff --git a/calendar.c b/src/calendar.c
index edc1151e..edc1151e 100644
--- a/calendar.c
+++ b/src/calendar.c
diff --git a/calendar.h b/src/calendar.h
index 20b78a9f..20b78a9f 100644
--- a/calendar.h
+++ b/src/calendar.h
diff --git a/err.h b/src/err.h
index d9d19ec7..d9d19ec7 100644
--- a/err.h
+++ b/src/err.h
diff --git a/graphs.c b/src/graphs.c
index 51a26117..51a26117 100644
--- a/graphs.c
+++ b/src/graphs.c
diff --git a/graphs.h b/src/graphs.h
index fe521003..fe521003 100644
--- a/graphs.h
+++ b/src/graphs.h
diff --git a/guile_interface.h b/src/guile_interface.h
index 76ec24d3..76ec24d3 100644
--- a/guile_interface.h
+++ b/src/guile_interface.h
diff --git a/guile_interface.scm.c b/src/guile_interface.scm.c
index 3d0bff1e..3d0bff1e 100644
--- a/guile_interface.scm.c
+++ b/src/guile_interface.scm.c
diff --git a/guile_type_helpers.c b/src/guile_type_helpers.c
index e231f2b1..e231f2b1 100644
--- a/guile_type_helpers.c
+++ b/src/guile_type_helpers.c
diff --git a/guile_type_helpers.h b/src/guile_type_helpers.h
index 2ff177e1..2ff177e1 100644
--- a/guile_type_helpers.h
+++ b/src/guile_type_helpers.h
diff --git a/linked_list.h b/src/linked_list.h
index ec1e17e0..ec1e17e0 100644
--- a/linked_list.h
+++ b/src/linked_list.h
diff --git a/linked_list.inc.h b/src/linked_list.inc.h
index 81974a9c..81974a9c 100644
--- a/linked_list.inc.h
+++ b/src/linked_list.inc.h
diff --git a/macro.h b/src/macro.h
index 7b620f83..7b620f83 100644
--- a/macro.h
+++ b/src/macro.h
diff --git a/main.c b/src/main.c
index 791bc5d3..791bc5d3 100644
--- a/main.c
+++ b/src/main.c
diff --git a/pair.h b/src/pair.h
index e96cf180..e96cf180 100644
--- a/pair.h
+++ b/src/pair.h
diff --git a/pair.inc.h b/src/pair.inc.h
index c42b2dfd..c42b2dfd 100644
--- a/pair.inc.h
+++ b/src/pair.inc.h
diff --git a/parse.c b/src/parse.c
index 0e37350d..0e37350d 100644
--- a/parse.c
+++ b/src/parse.c
diff --git a/parse.h b/src/parse.h
index 53263b4c..53263b4c 100644
--- a/parse.h
+++ b/src/parse.h
diff --git a/strbuf.c b/src/strbuf.c
index 0e56468b..0e56468b 100644
--- a/strbuf.c
+++ b/src/strbuf.c
diff --git a/strbuf.h b/src/strbuf.h
index 7f936a9e..7f936a9e 100644
--- a/strbuf.h
+++ b/src/strbuf.h
diff --git a/termios.scm.c b/src/termios.scm.c
index 939c3574..939c3574 100644
--- a/termios.scm.c
+++ b/src/termios.scm.c
diff --git a/trie.h b/src/trie.h
index 9de38be3..9de38be3 100644
--- a/trie.h
+++ b/src/trie.h
diff --git a/trie.inc.h b/src/trie.inc.h
index ffc8ac8e..ffc8ac8e 100644
--- a/trie.inc.h
+++ b/src/trie.inc.h
diff --git a/vcal.c b/src/vcal.c
index 305275e7..305275e7 100644
--- a/vcal.c
+++ b/src/vcal.c
diff --git a/vcal.h b/src/vcal.h
index 1dfc5b17..1dfc5b17 100644
--- a/vcal.h
+++ b/src/vcal.h