head 1.4; access; symbols OPENPKG_E1_MP_HEAD:1.4 OPENPKG_E1_MP:1.4 OPENPKG_E1_MP_2_STABLE:1.4 OPENPKG_E1_FP:1.4 OPENPKG_2_STABLE_MP:1.4 OPENPKG_2_STABLE_20061018:1.4 OPENPKG_2_STABLE_20060622:1.4 OPENPKG_2_STABLE:1.4.0.2 OPENPKG_2_STABLE_BP:1.4 OPENPKG_2_5_RELEASE:1.3 OPENPKG_2_5_SOLID:1.3.0.10 OPENPKG_2_5_SOLID_BP:1.3 OPENPKG_2_4_RELEASE:1.3 OPENPKG_2_4_SOLID:1.3.0.8 OPENPKG_2_4_SOLID_BP:1.3 OPENPKG_CW_FP:1.3 OPENPKG_2_3_RELEASE:1.3 OPENPKG_2_3_SOLID:1.3.0.6 OPENPKG_2_3_SOLID_BP:1.3 OPENPKG_2_2_RELEASE:1.3 OPENPKG_2_2_SOLID:1.3.0.4 OPENPKG_2_2_SOLID_BP:1.3 OPENPKG_2_1_RELEASE:1.3 OPENPKG_2_1_SOLID:1.3.0.2 OPENPKG_2_1_SOLID_BP:1.3 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.4 OPENPKG_2_0_SOLID_BP:1.1 OPENPKG_1_3_RELEASE:1.1.2.1 OPENPKG_1_3_SOLID:1.1.2.1.0.2 OPENPKG_1_3_SOLID_BP:1.1.2.1 OPENPKG_1_STABLE:1.1.0.2 OPENPKG_1_STABLE_MP:1.1; locks; strict; comment @# @; 1.4 date 2006.06.01.08.34.41; author rse; state Exp; branches; next 1.3; commitid 9RweqnfIYOsZkhzr; 1.3 date 2004.06.08.12.10.55; author rse; state Exp; branches; next 1.2; 1.2 date 2004.05.10.08.19.44; author rse; state Exp; branches; next 1.1; 1.1 date 2003.07.02.14.38.43; author mlelstv; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2003.07.24.20.49.50; author rse; state Exp; branches; next ; desc @@ 1.4 log @upgrading package: joe 3.3 -> 3.4 @ text @Index: utf8.h --- utf8.h.orig 2006-05-23 23:21:10 +0200 +++ utf8.h 2006-06-01 10:31:16 +0200 @@@@ -8,6 +8,9 @@@@ #ifndef _Iutf8 #define _Iutf8 1 +#include +#include + /* UTF-8 Encoder * * c is unicode character. @ 1.3 log @upgrading package: joe 3.0 -> 3.1 @ text @d2 5 a6 3 --- utf8.h.orig 2004-05-05 21:26:35 +0200 +++ utf8.h 2004-06-08 14:09:25 +0200 @@@@ -10,6 +10,8 @@@@ a7 2 #include "config.h" #include "types.h" d10 4 a13 3 #include "i18n.h" @ 1.2 log @upgrading package: joe 2.9.8 -> 3.0 @ text @a0 24 Index: regex.c --- regex.c.orig 2004-04-17 15:09:09.000000000 +0200 +++ regex.c 2004-05-10 10:16:35.000000000 +0200 @@@@ -10,7 +10,8 @@@@ #include #include -#include +#include +#include #include "b.h" #include "utf8.h" Index: termcap.c --- termcap.c.orig 2004-04-10 07:20:20.000000000 +0200 +++ termcap.c 2004-05-10 10:14:36.000000000 +0200 @@@@ -20,6 +20,7 @@@@ #endif #ifdef TERMINFO #ifdef HAVE_TERM_H +#include #include #endif #endif d2 3 a4 3 --- utf8.h.orig 2004-04-18 03:26:00.000000000 +0200 +++ utf8.h 2004-05-10 10:17:46.000000000 +0200 @@@@ -10,6 +10,7 @@@@ d8 2 a9 1 +#include "libutf8.h" d11 1 a11 10 /* UTF-8 Encoder * Index: utils.c --- utils.c.orig 2004-04-23 00:35:28.000000000 +0200 +++ utils.c 2004-05-10 10:18:13.000000000 +0200 @@@@ -16,6 +16,7 @@@@ #ifdef HAVE_STDLIB_H #include #endif +#include "libutf8.h" a12 2 #include "blocks.h" #include "utils.h" @ 1.1 log @term.h also requires inclusion of curses.h @ text @d1 16 a16 2 --- termcap.c.dist 2003-07-02 16:35:41.000000000 +0200 +++ termcap.c 2003-07-02 16:35:50.000000000 +0200 d25 22 @ 1.1.2.1 log @mass Merge-From-CURRENT (MFC) in preparation for OpenPKG 1.3 [class PLUS only] @ text @@