head 1.4; access; symbols OPENPKG_E1_MP_HEAD:1.4 OPENPKG_E1_MP:1.4 OPENPKG_E1_MP_2_STABLE:1.4.2.2 OPENPKG_E1_FP:1.4.2.2 OPENPKG_2_STABLE_MP:1.4 OPENPKG_2_STABLE_20061018:1.4.2.2 OPENPKG_2_STABLE:1.4.0.2 OPENPKG_CW_FP:1.2 OPENPKG_1_STABLE_MP:1.1; locks; strict; comment @# @; 1.4 date 2006.07.15.15.02.52; author rse; state Exp; branches 1.4.2.1; next 1.3; commitid Sm9UcWRtBgXt4YEr; 1.3 date 2005.09.12.17.35.08; author rse; state Exp; branches; next 1.2; 1.2 date 2004.12.21.11.06.39; author tho; state Exp; branches; next 1.1; 1.1 date 2003.04.15.09.12.56; author rse; state Exp; branches; next ; 1.4.2.1 date 2006.07.15.15.02.52; author rse; state dead; branches; next 1.4.2.2; commitid iZxwRSmmWscPXUQr; 1.4.2.2 date 2006.10.16.14.53.13; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.4 log @upgrading package: ncc 2.3 -> 2.4 @ text @Index: config.h --- config.h.orig 2006-06-18 23:38:16 +0200 +++ config.h 2006-07-15 16:57:28 +0200 @@@@ -3,11 +3,7 @@@@ #define alloca __builtin_alloca #endif #else -#ifdef __FreeBSD__ #include -#else -#include -#endif #endif #define NCC_VERSION "2.4" Index: dbstree.C --- dbstree.C.orig 2004-12-01 04:54:40 +0100 +++ dbstree.C 2006-07-15 16:57:28 +0200 @@@@ -14,6 +14,7 @@@@ #include #include #include +#include "global.h" #include "dbstree.h" //*************************************************************** Index: dbstree.h --- dbstree.h.orig 2006-07-09 16:05:58 +0200 +++ dbstree.h 2006-07-15 16:57:55 +0200 @@@@ -3,7 +3,6 @@@@ Check dbstree.tex for info. ******************************************************************************/ -#include #ifndef HAVE_DBSTREE #define HAVE_DBSTREE @ 1.4.2.1 log @file ncc.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:53:13 +0000 @ text @d1 37 @ 1.4.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 37 Index: config.h --- config.h.orig 2006-06-18 23:38:16 +0200 +++ config.h 2006-07-15 16:57:28 +0200 @@@@ -3,11 +3,7 @@@@ #define alloca __builtin_alloca #endif #else -#ifdef __FreeBSD__ #include -#else -#include -#endif #endif #define NCC_VERSION "2.4" Index: dbstree.C --- dbstree.C.orig 2004-12-01 04:54:40 +0100 +++ dbstree.C 2006-07-15 16:57:28 +0200 @@@@ -14,6 +14,7 @@@@ #include #include #include +#include "global.h" #include "dbstree.h" //*************************************************************** Index: dbstree.h --- dbstree.h.orig 2006-07-09 16:05:58 +0200 +++ dbstree.h 2006-07-15 16:57:55 +0200 @@@@ -3,7 +3,6 @@@@ Check dbstree.tex for info. ******************************************************************************/ -#include #ifndef HAVE_DBSTREE #define HAVE_DBSTREE @ 1.3 log @upgrading package: ncc 2.1 -> 2.2 @ text @d2 3 a4 4 --- config.h.orig 2005-09-12 16:01:46 +0200 +++ config.h 2005-09-12 19:33:52 +0200 @@@@ -1,11 +1,7 @@@@ #ifdef __GCC__ d6 1 d15 1 a15 1 #define NCC_VERSION "2.2" d18 1 a18 1 +++ dbstree.C 2005-09-12 19:33:52 +0200 d27 11 @ 1.2 log @upgrading package: ncc 2.0 -> 2.1 @ text @a0 7 --- main.C Wed Jan 8 04:55:59 2003 +++ main.C Sun Mar 2 12:11:09 2003 @@@@ -1,3 +1,4 @@@@ +#include #include #include #include d2 2 a3 2 --- config.h.orig 2004-12-10 21:24:06 +0100 +++ config.h 2004-12-21 11:38:30 +0100 d15 1 a15 1 #define NCC_VERSION "2.1" d17 2 a18 2 --- dbstree.C.orig 2004-12-21 11:40:06 +0100 +++ dbstree.C 2004-12-21 11:48:36 +0100 a26 12 Index: preproc.C --- preproc.C.orig 2004-12-21 12:04:00 +0100 +++ preproc.C 2004-12-21 12:04:44 +0100 @@@@ -1,7 +1,7 @@@@ +#include #include #include #include -#include #include #include #include @ 1.1 log @add missing patch to CVS @ text @a0 22 --- ccexpr.C Mon Jan 27 03:30:18 2003 +++ ccexpr.C Sun Mar 2 12:03:14 2003 @@@@ -3,7 +3,7 @@@@ compiler of C expressions to bytecode *****************************************************************************/ -#include +#include #include #include --- dbstree.C Thu Jan 30 19:17:13 2003 +++ dbstree.C Sun Mar 2 12:02:09 2003 @@@@ -12,7 +12,7 @@@@ *****************************************************************************/ #include -#include +#include #include #include #include "dbstree.h" d8 10 a17 3 --- preproc.C Fri Jan 10 02:44:03 2003 +++ preproc.C Sun Mar 2 12:10:56 2003 @@@@ -1,4 +1,4 @@@@ d19 19 d42 3 a44 4 --- space.C Thu Jan 30 19:16:57 2003 +++ space.C Sun Mar 2 12:02:26 2003 @@@@ -1,4 +1,3 @@@@ -#include a45 2 #include #include @