Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 25 May 1999 14:54:29 +0000 (14:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 25 May 1999 14:54:29 +0000 (14:54 +0000)
commit40cbb1a73b1010ac37710742e42d14fd6108dc07
treeba488189b02bffa965a16290aea7aa724a1ceaae
parentdffbec5f51b02fde19142300ded922b52f5eb5a8
Update.

* wcsmbs/wcstol.c: Moved to ...
* sysdeps/generic/wcstol.c: ...here.
* wcsmbs/wcstoul.c: Moved to ...
* sysdeps/generic/wcstoul.c: ...here.
* wcsmbs/wcstoll.c: Moved to ...
* sysdeps/generic/wcstoll.c: ...here.
* wcsmbs/wcstoull.c: Moved to ...
* sysdeps/generic/wcstoull.c: ...here.
* wcsmbs/wcstol_l.c: Moved to ...
* sysdeps/generic/wcstol_l.c: ...here.
* wcsmbs/wcstoul_l.c: Moved to ...
* sysdeps/generic/wcstoul_l.c: ...here.
* wcsmbs/wcstoll_l.c: Moved to ...
* sysdeps/generic/wcstoll_l.c: ...here.
* wcsmbs/wcstoull_l.c: Moved to ...
* sysdeps/generic/wcstoull_l.c: ...here.

* sysdeps/wordexp-64/wcstol.c: New file.
* sysdeps/wordexp-64/wcstoul.c: New file.
* sysdeps/wordexp-64/wcstoll.c: New file.
* sysdeps/wordexp-64/wcstoull.c: New file.
* sysdeps/wordexp-64/wcstol_l.c: New file.
* sysdeps/wordexp-64/wcstoul_l.c: New file.
* sysdeps/wordexp-64/wcstoll_l.c: New file.
* sysdeps/wordexp-64/wcstoull_l.c: New file.
18 files changed:
ChangeLog
stdio-common/vfscanf.c
sysdeps/generic/wcstol.c [moved from wcsmbs/wcstol.c with 100% similarity]
sysdeps/generic/wcstol_l.c [moved from wcsmbs/wcstol_l.c with 100% similarity]
sysdeps/generic/wcstoll.c [moved from wcsmbs/wcstoll.c with 100% similarity]
sysdeps/generic/wcstoll_l.c [moved from wcsmbs/wcstoll_l.c with 100% similarity]
sysdeps/generic/wcstoul.c [moved from wcsmbs/wcstoul.c with 100% similarity]
sysdeps/generic/wcstoul_l.c [moved from wcsmbs/wcstoul_l.c with 100% similarity]
sysdeps/generic/wcstoull.c [moved from wcsmbs/wcstoull.c with 100% similarity]
sysdeps/generic/wcstoull_l.c [moved from wcsmbs/wcstoull_l.c with 100% similarity]
sysdeps/wordsize-64/wcstol.c [new file with mode: 0644]
sysdeps/wordsize-64/wcstol_l.c [new file with mode: 0644]
sysdeps/wordsize-64/wcstoll.c [new file with mode: 0644]
sysdeps/wordsize-64/wcstoll_l.c [new file with mode: 0644]
sysdeps/wordsize-64/wcstoul.c [new file with mode: 0644]
sysdeps/wordsize-64/wcstoul_l.c [new file with mode: 0644]
sysdeps/wordsize-64/wcstoull.c [new file with mode: 0644]
sysdeps/wordsize-64/wcstoull_l.c [new file with mode: 0644]