diff options
author | obrien <obrien@FreeBSD.org> | 2002-08-26 11:42:41 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-08-26 11:42:41 +0800 |
commit | 8708996c9ee35d9a07a8ed0eb9c01a56973bcd9e (patch) | |
tree | af3e86cb4a52f4dfbb78f5557907570f8d49afa2 /shells | |
parent | dacdb0bb14f119169def7865d1f99401f787d3e7 (diff) | |
download | freebsd-ports-gnome-8708996c9ee35d9a07a8ed0eb9c01a56973bcd9e.tar.gz freebsd-ports-gnome-8708996c9ee35d9a07a8ed0eb9c01a56973bcd9e.tar.zst freebsd-ports-gnome-8708996c9ee35d9a07a8ed0eb9c01a56973bcd9e.zip |
We lie about fully having ISO C90 Amd.1 restartable wide and multibyte
character manipulation functions.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/files/patch-config-bot.h | 13 | ||||
-rw-r--r-- | shells/bash/files/patch-shmbutil.h | 13 | ||||
-rw-r--r-- | shells/bash2/files/patch-config-bot.h | 13 | ||||
-rw-r--r-- | shells/bash2/files/patch-shmbutil.h | 13 | ||||
-rw-r--r-- | shells/bash3/files/patch-config-bot.h | 13 | ||||
-rw-r--r-- | shells/bash3/files/patch-shmbutil.h | 13 |
6 files changed, 78 insertions, 0 deletions
diff --git a/shells/bash/files/patch-config-bot.h b/shells/bash/files/patch-config-bot.h new file mode 100644 index 000000000000..34ad17925f31 --- /dev/null +++ b/shells/bash/files/patch-config-bot.h @@ -0,0 +1,13 @@ +--- config-bot.h.orig Sun Aug 25 20:34:26 2002 ++++ config-bot.h Sun Aug 25 20:38:07 2002 +@@ -108,7 +108,10 @@ + # include <wchar.h> + # include <wctype.h> + # if defined (HAVE_MBSRTOWCS) /* system is supposed to support XPG5 */ ++/* ++ FreeBSD lies... + # define HANDLE_MULTIBYTE 1 ++*/ + # endif + #endif + diff --git a/shells/bash/files/patch-shmbutil.h b/shells/bash/files/patch-shmbutil.h new file mode 100644 index 000000000000..4af39cae10ae --- /dev/null +++ b/shells/bash/files/patch-shmbutil.h @@ -0,0 +1,13 @@ +--- include/shmbutil.h.orig Sun Aug 25 20:35:01 2002 ++++ include/shmbutil.h Sun Aug 25 20:37:01 2002 +@@ -34,7 +34,10 @@ + # include <wchar.h> + # include <wctype.h> + # if defined (HAVE_MBSRTOWCS) /* system is supposed to support XPG5 */ ++/* ++ FreeBSD lies... + # define HANDLE_MULTIBYTE 1 ++*/ + # endif + #endif /* HAVE_WCTYPE_H && HAVE_WCHAR_H */ + diff --git a/shells/bash2/files/patch-config-bot.h b/shells/bash2/files/patch-config-bot.h new file mode 100644 index 000000000000..34ad17925f31 --- /dev/null +++ b/shells/bash2/files/patch-config-bot.h @@ -0,0 +1,13 @@ +--- config-bot.h.orig Sun Aug 25 20:34:26 2002 ++++ config-bot.h Sun Aug 25 20:38:07 2002 +@@ -108,7 +108,10 @@ + # include <wchar.h> + # include <wctype.h> + # if defined (HAVE_MBSRTOWCS) /* system is supposed to support XPG5 */ ++/* ++ FreeBSD lies... + # define HANDLE_MULTIBYTE 1 ++*/ + # endif + #endif + diff --git a/shells/bash2/files/patch-shmbutil.h b/shells/bash2/files/patch-shmbutil.h new file mode 100644 index 000000000000..4af39cae10ae --- /dev/null +++ b/shells/bash2/files/patch-shmbutil.h @@ -0,0 +1,13 @@ +--- include/shmbutil.h.orig Sun Aug 25 20:35:01 2002 ++++ include/shmbutil.h Sun Aug 25 20:37:01 2002 +@@ -34,7 +34,10 @@ + # include <wchar.h> + # include <wctype.h> + # if defined (HAVE_MBSRTOWCS) /* system is supposed to support XPG5 */ ++/* ++ FreeBSD lies... + # define HANDLE_MULTIBYTE 1 ++*/ + # endif + #endif /* HAVE_WCTYPE_H && HAVE_WCHAR_H */ + diff --git a/shells/bash3/files/patch-config-bot.h b/shells/bash3/files/patch-config-bot.h new file mode 100644 index 000000000000..34ad17925f31 --- /dev/null +++ b/shells/bash3/files/patch-config-bot.h @@ -0,0 +1,13 @@ +--- config-bot.h.orig Sun Aug 25 20:34:26 2002 ++++ config-bot.h Sun Aug 25 20:38:07 2002 +@@ -108,7 +108,10 @@ + # include <wchar.h> + # include <wctype.h> + # if defined (HAVE_MBSRTOWCS) /* system is supposed to support XPG5 */ ++/* ++ FreeBSD lies... + # define HANDLE_MULTIBYTE 1 ++*/ + # endif + #endif + diff --git a/shells/bash3/files/patch-shmbutil.h b/shells/bash3/files/patch-shmbutil.h new file mode 100644 index 000000000000..4af39cae10ae --- /dev/null +++ b/shells/bash3/files/patch-shmbutil.h @@ -0,0 +1,13 @@ +--- include/shmbutil.h.orig Sun Aug 25 20:35:01 2002 ++++ include/shmbutil.h Sun Aug 25 20:37:01 2002 +@@ -34,7 +34,10 @@ + # include <wchar.h> + # include <wctype.h> + # if defined (HAVE_MBSRTOWCS) /* system is supposed to support XPG5 */ ++/* ++ FreeBSD lies... + # define HANDLE_MULTIBYTE 1 ++*/ + # endif + #endif /* HAVE_WCTYPE_H && HAVE_WCHAR_H */ + |