head 1.4; access; symbols OPENPKG_E1_MP_HEAD:1.3 OPENPKG_E1_MP:1.3 OPENPKG_E1_MP_2_STABLE:1.3 OPENPKG_E1_FP:1.3 OPENPKG_2_STABLE_MP:1.4 OPENPKG_2_STABLE_20061018:1.3 OPENPKG_2_STABLE_20060622:1.3 OPENPKG_2_STABLE:1.3.0.2 OPENPKG_2_STABLE_BP:1.3 OPENPKG_2_5_RELEASE:1.2 OPENPKG_2_5_SOLID:1.2.0.4 OPENPKG_2_5_SOLID_BP:1.2 OPENPKG_2_4_RELEASE:1.2 OPENPKG_2_4_SOLID:1.2.0.2 OPENPKG_2_4_SOLID_BP:1.2 OPENPKG_CW_FP:1.1 OPENPKG_2_3_RELEASE:1.1 OPENPKG_2_3_SOLID:1.1.0.8 OPENPKG_2_3_SOLID_BP:1.1 OPENPKG_2_2_RELEASE:1.1 OPENPKG_2_2_SOLID:1.1.0.6 OPENPKG_2_2_SOLID_BP:1.1 OPENPKG_2_1_RELEASE:1.1 OPENPKG_2_1_SOLID:1.1.0.4 OPENPKG_2_1_SOLID_BP:1.1 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.2 OPENPKG_2_0_SOLID_BP:1.1; locks; strict; comment @# @; 1.4 date 2007.03.04.10.20.51; author rse; state Exp; branches; next 1.3; commitid 2hPUJdRxRH1o3L8s; 1.3 date 2006.01.11.19.08.54; author rse; state Exp; branches 1.3.2.1; next 1.2; commitid UPOYT1tGPz2zndhr; 1.2 date 2005.04.04.17.02.56; author ms; state Exp; branches; next 1.1; 1.1 date 2004.02.08.18.43.10; author rse; state Exp; branches; next ; 1.3.2.1 date 2007.03.18.23.33.19; author thl; state Exp; branches; next ; commitid j886gsownDQWXCas; desc @@ 1.4 log @upgrading package: tcsh 6.14.00 -> 6.15.00 @ text @Index: config_f.h --- config_f.h.orig 2006-08-28 16:53:04 +0200 +++ config_f.h 2007-03-04 11:17:31 +0100 @@@@ -51,7 +51,7 @@@@ * Allows proper function in multibyte encodings like UTF-8 */ #if defined (SHORT_STRINGS) && defined (NLS) && SIZEOF_WCHAR_T >= 4 && defined (HAVE_MBRTOWC) && !defined (WINNT_NATIVE) && !defined(_OSD_POSIX) -# define WIDE_STRINGS +# undef WIDE_STRINGS #endif /* @@@@ -62,7 +62,7 @@@@ * to define this. */ #if defined (NLS) && defined (HAVE_CATGETS) -# define NLS_CATALOGS +# undef NLS_CATALOGS #endif /* @ 1.3 log @disable NLS and wchar stuff @ text @d2 2 a3 2 --- config_f.h.orig 2005-03-04 14:46:04 +0100 +++ config_f.h 2005-09-23 19:16:39 +0200 d7 1 a7 1 #if defined (SHORT_STRINGS) && SIZEOF_WCHAR_T >= 4 && !defined (WINNT_NATIVE) && !defined(_OSD_POSIX) d13 1 a13 2 @@@@ -60,7 +60,7 @@@@ * if you don't have , you don't want d16 4 a19 2 -#define NLS +#undef NLS a21 20 * NLS_CATALOGS:Use Native Language System catalogs for Index: sh.h --- sh.h.orig 2005-03-25 19:46:41 +0100 +++ sh.h 2005-09-23 18:51:10 +0200 @@@@ -471,6 +471,7 @@@@ #include "sh.types.h" +#if 0 #ifndef __NetBSD__ /* XXX */ #ifndef WINNT_NATIVE # ifndef GETPGRP_VOID @@@@ -480,6 +481,7 @@@@ # endif #endif /* !WINNT_NATIVE */ #endif +#endif typedef RETSIGTYPE (*signalfun_t) __P((int)); @ 1.3.2.1 log @MFC: make up leeway for 2_STABLE by virtue of build-time results @ text @d2 2 a3 2 --- config_f.h.orig 2006-08-28 16:53:04 +0200 +++ config_f.h 2007-03-04 11:17:31 +0100 d7 1 a7 1 #if defined (SHORT_STRINGS) && defined (NLS) && SIZEOF_WCHAR_T >= 4 && defined (HAVE_MBRTOWC) && !defined (WINNT_NATIVE) && !defined(_OSD_POSIX) d13 2 a14 1 @@@@ -62,7 +62,7 @@@@ d17 19 a35 3 #if defined (NLS) && defined (HAVE_CATGETS) -# define NLS_CATALOGS +# undef NLS_CATALOGS d37 3 a40 1 /* @ 1.2 log @upgrading package: tcsh 6.13.00 -> 6.14.00 @ text @d1 21 d23 2 a24 2 --- sh.h.orig 2002-07-23 18:13:22.000000000 +0200 +++ sh.h 2004-02-08 19:40:54.000000000 +0100 @ 1.1 log @disable explicit declarations to fix building under Fedora Core 1 @ text @d4 1 a4 1 @@@@ -462,6 +462,7 @@@@ d9 1 d11 3 a13 5 # ifndef POSIX extern pid_t getpgrp __P((int)); @@@@ -474,6 +475,7 @@@@ # endif /* POSIX */ extern pid_t setpgrp __P((pid_t, pid_t)); d15 1 d18 1 a18 1 typedef sigret_t (*signalfun_t) __P((int)); @