diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-08-26 03:42:41 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-08-26 03:42:41 +0000 |
commit | 00c6d9d8ea8faa36d19c771a24ad352d77276a1a (patch) | |
tree | 7196db241f2c5510faf53a165ce320975bf3e4fa /shells/bash | |
parent | Update to 0.17. (diff) |
We lie about fully having ISO C90 Amd.1 restartable wide and multibyte
character manipulation functions.
Notes
Notes:
svn path=/head/; revision=65014
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/files/patch-config-bot.h | 13 | ||||
-rw-r--r-- | shells/bash/files/patch-shmbutil.h | 13 |
2 files changed, 26 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 */ + |