diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-12 21:55:23 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-12 21:55:23 -0500 |
commit | 1b6902d4a41c4ec69125d6baeea09990e60fc2d0 (patch) | |
tree | fa900cca1f789f103dd89d2ab88188a6a5cf3943 /CWRU | |
parent | 644196275fb33dab1ffd253b85f9891924ec4ebd (diff) | |
download | bash-1b6902d4a41c4ec69125d6baeea09990e60fc2d0.tar.gz |
commit bash-20100305 snapshot
Diffstat (limited to 'CWRU')
-rw-r--r-- | CWRU/CWRU.chlog | 16 | ||||
-rw-r--r-- | CWRU/CWRU.chlog~ | 15 |
2 files changed, 31 insertions, 0 deletions
diff --git a/CWRU/CWRU.chlog b/CWRU/CWRU.chlog index 9d079fb2..9d4c7215 100644 --- a/CWRU/CWRU.chlog +++ b/CWRU/CWRU.chlog @@ -9579,3 +9579,19 @@ subst.c - in command_substitute, set the SUBSHELL_RESETTRAP flag. This change is for Austin Group Posix interpretation 53 (http://austingroupbugs.net/view.php?id=53) + + 3/7 + --- +lib/sh/{Makefile.in,strchrnul.c},Makefile.in + - implementation of strchrnul, from gnulib + +configure.in,config.h.in + - look for strchrnul and compile in version in lib/sh/strchrnul.c if + not available + - look for mbsnrtowcs and define HAVE_MBSNRTOWCS if available + +lib/sh/xmbsrtowcs.c + - new function, xdupmbstowcs2, fast version of xdupmbstowcs used when + mbsnrtowcs is available and the indices are not required. Called + from xdupmbstowcs as required. Initial patch from + <0xe2.0x9a.0x9b@gmail.com> diff --git a/CWRU/CWRU.chlog~ b/CWRU/CWRU.chlog~ index 9d079fb2..9e94652e 100644 --- a/CWRU/CWRU.chlog~ +++ b/CWRU/CWRU.chlog~ @@ -9579,3 +9579,18 @@ subst.c - in command_substitute, set the SUBSHELL_RESETTRAP flag. This change is for Austin Group Posix interpretation 53 (http://austingroupbugs.net/view.php?id=53) + + 3/7 + --- +lib/sh/{Makefile.in,strchrnul.c},Makefile.in + - implementation of strchrnul, from gnulib + +configure.in,config.h.in + - look for strchrnul and compile in version in lib/sh/strchrnul.c if + not available + - look for mbsnrtowcs and define HAVE_MBSNRTOWCS if available + +lib/sh/xmbsrtowcs.c + - new function, xdupmbstowcs2, fast version of xdupmbstowcs used when + mbsnrtowcs is available and the indices are not required. Initial + patch from <0xe2.0x9a.0x9b@gmail.com> |