2009-03-25 Jeff Johnston <jjohnstn@redhat.com>
* libc/string/wcsdup.c: Fix documentation error. * libc/string/Makefile.am: Fix CHEWOUT files to contain wcsdup.def rather than wcsdup. * libc/string/Makefile.in: Regenerated.
This commit is contained in:
parent
d84b37e24b
commit
0b211e340f
@ -1,3 +1,10 @@
|
|||||||
|
2009-03-25 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libc/string/wcsdup.c: Fix documentation error.
|
||||||
|
* libc/string/Makefile.am: Fix CHEWOUT files to contain
|
||||||
|
wcsdup.def rather than wcsdup.
|
||||||
|
* libc/string/Makefile.in: Regenerated.
|
||||||
|
|
||||||
2009-03-25 Corinna Vinschen <corinna@vinschen.de>
|
2009-03-25 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* libc/locale/locale.c (loadlocale): Only change __wctomb and __mbtowc
|
* libc/locale/locale.c (loadlocale): Only change __wctomb and __mbtowc
|
||||||
|
@ -131,7 +131,7 @@ memcmp.def strchr.def strlen.def strnlen.def strspn.def \
|
|||||||
strcasecmp.def strncasecmp.def strcasestr.def strlwr.def strupr.def \
|
strcasecmp.def strncasecmp.def strcasestr.def strlwr.def strupr.def \
|
||||||
memccpy.def mempcpy.def stpcpy.def stpncpy.def \
|
memccpy.def mempcpy.def stpcpy.def stpncpy.def \
|
||||||
wcscasecmp.def wcscat.def wcschr.def wcscmp.def wcscoll.def \
|
wcscasecmp.def wcscat.def wcschr.def wcscmp.def wcscoll.def \
|
||||||
wcscpy.def wcscspn.def wcpcpy.def wcpncpy.def wcsdup \
|
wcscpy.def wcscspn.def wcpcpy.def wcpncpy.def wcsdup.def \
|
||||||
wcslcat.def wcslcpy.def wcslen.def wcsncasecmp.def wcsncat.def \
|
wcslcat.def wcslcpy.def wcslen.def wcsncasecmp.def wcsncat.def \
|
||||||
wcsncmp.def wcsncpy.def wcsnlen.def wcspbrk.def \
|
wcsncmp.def wcsncpy.def wcsnlen.def wcspbrk.def \
|
||||||
wcsrchr.def wcsspn.def wcsstr.def wcstok.def \
|
wcsrchr.def wcsspn.def wcsstr.def wcstok.def \
|
||||||
|
@ -38,7 +38,6 @@ PRE_UNINSTALL = :
|
|||||||
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
||||||
build_triplet = @build@
|
build_triplet = @build@
|
||||||
host_triplet = @host@
|
host_triplet = @host@
|
||||||
LIBOBJDIR =
|
|
||||||
DIST_COMMON = $(srcdir)/../../Makefile.shared $(srcdir)/Makefile.in \
|
DIST_COMMON = $(srcdir)/../../Makefile.shared $(srcdir)/Makefile.in \
|
||||||
$(srcdir)/Makefile.am
|
$(srcdir)/Makefile.am
|
||||||
subdir = string
|
subdir = string
|
||||||
@ -258,8 +257,20 @@ STRIP = @STRIP@
|
|||||||
USE_LIBTOOL_FALSE = @USE_LIBTOOL_FALSE@
|
USE_LIBTOOL_FALSE = @USE_LIBTOOL_FALSE@
|
||||||
USE_LIBTOOL_TRUE = @USE_LIBTOOL_TRUE@
|
USE_LIBTOOL_TRUE = @USE_LIBTOOL_TRUE@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
|
ac_ct_AR = @ac_ct_AR@
|
||||||
|
ac_ct_AS = @ac_ct_AS@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||||
|
ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
|
||||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
ac_ct_LIPO = @ac_ct_LIPO@
|
||||||
|
ac_ct_NMEDIT = @ac_ct_NMEDIT@
|
||||||
|
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||||
|
ac_ct_OTOOL = @ac_ct_OTOOL@
|
||||||
|
ac_ct_OTOOL64 = @ac_ct_OTOOL64@
|
||||||
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||||
|
ac_ct_READELF = @ac_ct_READELF@
|
||||||
|
ac_ct_STRIP = @ac_ct_STRIP@
|
||||||
aext = @aext@
|
aext = @aext@
|
||||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||||
@ -275,9 +286,6 @@ build_cpu = @build_cpu@
|
|||||||
build_os = @build_os@
|
build_os = @build_os@
|
||||||
build_vendor = @build_vendor@
|
build_vendor = @build_vendor@
|
||||||
datadir = @datadir@
|
datadir = @datadir@
|
||||||
datarootdir = @datarootdir@
|
|
||||||
docdir = @docdir@
|
|
||||||
dvidir = @dvidir@
|
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
extra_dir = @extra_dir@
|
extra_dir = @extra_dir@
|
||||||
host = @host@
|
host = @host@
|
||||||
@ -285,14 +293,12 @@ host_alias = @host_alias@
|
|||||||
host_cpu = @host_cpu@
|
host_cpu = @host_cpu@
|
||||||
host_os = @host_os@
|
host_os = @host_os@
|
||||||
host_vendor = @host_vendor@
|
host_vendor = @host_vendor@
|
||||||
htmldir = @htmldir@
|
|
||||||
includedir = @includedir@
|
includedir = @includedir@
|
||||||
infodir = @infodir@
|
infodir = @infodir@
|
||||||
install_sh = @install_sh@
|
install_sh = @install_sh@
|
||||||
libdir = @libdir@
|
libdir = @libdir@
|
||||||
libexecdir = @libexecdir@
|
libexecdir = @libexecdir@
|
||||||
libm_machine_dir = @libm_machine_dir@
|
libm_machine_dir = @libm_machine_dir@
|
||||||
localedir = @localedir@
|
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lpfx = @lpfx@
|
lpfx = @lpfx@
|
||||||
lt_ECHO = @lt_ECHO@
|
lt_ECHO = @lt_ECHO@
|
||||||
@ -302,10 +308,8 @@ mkdir_p = @mkdir_p@
|
|||||||
newlib_basedir = @newlib_basedir@
|
newlib_basedir = @newlib_basedir@
|
||||||
oext = @oext@
|
oext = @oext@
|
||||||
oldincludedir = @oldincludedir@
|
oldincludedir = @oldincludedir@
|
||||||
pdfdir = @pdfdir@
|
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
program_transform_name = @program_transform_name@
|
program_transform_name = @program_transform_name@
|
||||||
psdir = @psdir@
|
|
||||||
sbindir = @sbindir@
|
sbindir = @sbindir@
|
||||||
sharedstatedir = @sharedstatedir@
|
sharedstatedir = @sharedstatedir@
|
||||||
subdirs = @subdirs@
|
subdirs = @subdirs@
|
||||||
@ -422,7 +426,7 @@ memcmp.def strchr.def strlen.def strnlen.def strspn.def \
|
|||||||
strcasecmp.def strncasecmp.def strcasestr.def strlwr.def strupr.def \
|
strcasecmp.def strncasecmp.def strcasestr.def strlwr.def strupr.def \
|
||||||
memccpy.def mempcpy.def stpcpy.def stpncpy.def \
|
memccpy.def mempcpy.def stpcpy.def stpncpy.def \
|
||||||
wcscasecmp.def wcscat.def wcschr.def wcscmp.def wcscoll.def \
|
wcscasecmp.def wcscat.def wcschr.def wcscmp.def wcscoll.def \
|
||||||
wcscpy.def wcscspn.def wcpcpy.def wcpncpy.def wcsdup \
|
wcscpy.def wcscspn.def wcpcpy.def wcpncpy.def wcsdup.def \
|
||||||
wcslcat.def wcslcpy.def wcslen.def wcsncasecmp.def wcsncat.def \
|
wcslcat.def wcslcpy.def wcslen.def wcsncasecmp.def wcsncat.def \
|
||||||
wcsncmp.def wcsncpy.def wcsnlen.def wcspbrk.def \
|
wcsncmp.def wcsncpy.def wcsnlen.def wcspbrk.def \
|
||||||
wcsrchr.def wcsspn.def wcsstr.def wcstok.def \
|
wcsrchr.def wcsspn.def wcsstr.def wcstok.def \
|
||||||
@ -988,7 +992,7 @@ clean-libtool:
|
|||||||
-rm -rf .libs _libs
|
-rm -rf .libs _libs
|
||||||
|
|
||||||
distclean-libtool:
|
distclean-libtool:
|
||||||
-rm -f libtool config.lt
|
-rm -f libtool
|
||||||
uninstall-info-am:
|
uninstall-info-am:
|
||||||
|
|
||||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||||
|
@ -12,16 +12,16 @@ ANSI_SYNOPSIS
|
|||||||
wchar_t *wcsdup(const wchar_t *<[str]>);
|
wchar_t *wcsdup(const wchar_t *<[str]>);
|
||||||
|
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
wchar_t *_wcsdup_r(struct _reent *<ptr>, const wchar_t *<[str]>);
|
wchar_t *_wcsdup_r(struct _reent *<[ptr]>, const wchar_t *<[str]>);
|
||||||
|
|
||||||
TRAD_SYNOPSIS
|
TRAD_SYNOPSIS
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
wchar_t *wcsdup(<ptr>, <[str]>)
|
wchar_t *wcsdup(<[ptr]>, <[str]>)
|
||||||
struct _reent *<ptr>;
|
struct _reent *<[ptr]>;
|
||||||
wchar_t *<[str]>;
|
wchar_t *<[str]>;
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
<<wcsdup>> allocates a new wide character string using <<malloc>,
|
<<wcsdup>> allocates a new wide character string using <<malloc>>,
|
||||||
and copies the content of the argument <[str]> into the newly
|
and copies the content of the argument <[str]> into the newly
|
||||||
allocated string, thus making a copy of <[str]>.
|
allocated string, thus making a copy of <[str]>.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user