aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ellinika/elchr.c17
-rw-r--r--src/ellinika/elmorph.c16
-rw-r--r--src/ellinika/elmorph.h16
-rw-r--r--src/ellinika/elmorph.scm416
4 files changed, 65 insertions, 0 deletions
diff --git a/src/ellinika/elchr.c b/src/ellinika/elchr.c
index 9b4e7ad..10ea72d 100644
--- a/src/ellinika/elchr.c
+++ b/src/ellinika/elchr.c
@@ -1,6 +1,23 @@
1/* This file is part of Ellinika project.
2 Copyright (C) 2011 Sergey Poznyakoff
3
4 Ellinika is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3 of the License, or
7 (at your option) any later version.
8
9 Ellinika is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
1#ifdef HAVE_CONFIG_H 18#ifdef HAVE_CONFIG_H
2# include <config.h> 19# include <config.h>
3#endif 20#endif
4#include <errno.h> 21#include <errno.h>
5#include <stdlib.h> 22#include <stdlib.h>
6#include <libguile.h> 23#include <libguile.h>
diff --git a/src/ellinika/elmorph.c b/src/ellinika/elmorph.c
index 5234eda..88520a7 100644
--- a/src/ellinika/elmorph.c
+++ b/src/ellinika/elmorph.c
@@ -1,6 +1,22 @@
1/* This file is part of Ellinika project.
2 Copyright (C) 2011 Sergey Poznyakoff
3
4 Ellinika is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3 of the License, or
7 (at your option) any later version.
8
9 Ellinika is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
1#ifdef HAVE_CONFIG_H 17#ifdef HAVE_CONFIG_H
2# include <config.h> 18# include <config.h>
3#endif 19#endif
4#include <errno.h> 20#include <errno.h>
5#include <stdlib.h> 21#include <stdlib.h>
6#include <libguile.h> 22#include <libguile.h>
diff --git a/src/ellinika/elmorph.h b/src/ellinika/elmorph.h
index d91f513..eacbde5 100644
--- a/src/ellinika/elmorph.h
+++ b/src/ellinika/elmorph.h
@@ -1,6 +1,22 @@
1/* This file is part of Ellinika project.
2 Copyright (C) 2011 Sergey Poznyakoff
3
4 Ellinika is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3 of the License, or
7 (at your option) any later version.
8
9 Ellinika is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
1#define CHF_OXEIA 1 17#define CHF_OXEIA 1
2#define CHF_PERISPWMENH 2 18#define CHF_PERISPWMENH 2
3#define CHF_BAREIA 3 19#define CHF_BAREIA 3
4 20
5#define CHF_ACCENT_MASK 0x000f 21#define CHF_ACCENT_MASK 0x000f
6 22
diff --git a/src/ellinika/elmorph.scm4 b/src/ellinika/elmorph.scm4
index 64c471e..546bcb5 100644
--- a/src/ellinika/elmorph.scm4
+++ b/src/ellinika/elmorph.scm4
@@ -1,5 +1,21 @@
1;;;; This file is part of Ellinika project.
2;;;; Copyright (C) 2011 Sergey Poznyakoff
3;;;;
4;;;; Ellinika is free software; you can redistribute it and/or modify
5;;;; it under the terms of the GNU General Public License as published by
6;;;; the Free Software Foundation; either version 3 of the License, or
7;;;; (at your option) any later version.
8;;;;
9;;;; Ellinika is distributed in the hope that it will be useful,
10;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
11;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12;;;; GNU General Public License for more details.
13;;;;
14;;;; You should have received a copy of the GNU General Public License
15;;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16
1(define-module (ellinika elmorph)) 17(define-module (ellinika elmorph))
2 18
3(load-extension 19(load-extension
4 "LIBDIR/libguile-elmorph-v-VERSION" 20 "LIBDIR/libguile-elmorph-v-VERSION"
5 "scm_init_ellinika_elmorph_module") 21 "scm_init_ellinika_elmorph_module")

Return to:

Send suggestions and report system problems to the System administrator.