Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 25 May 1999 13:26:48 +0000 (13:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 25 May 1999 13:26:48 +0000 (13:26 +0000)
commit03197d471033c3d3da50108461ec4dc5aab069fa
tree8e743cc9b2ef3827d1e8b2674936ccdae63b4016
parent6e26ce8e824cc7e996c37864a4c8a6cffbb5bf91
Update.

1999-05-25  Ulrich Drepper  <drepper@cygnus.com>

* stdlib/strtol.c: Moved to ...
* sysdeps/generic/strtol.c: ...here.
* stdlib/strtoul.c: Moved to ...
* sysdeps/generic/strtoul.c: ...here.
* stdlib/strtoll.c: Moved to ...
* sysdeps/generic/strtoll.c: ...here.
* stdlib/strtoull.c: Moved to ...
* sysdeps/generic/strtoull.c: ...here.
* stdlib/strtol_l.c: Moved to ...
* sysdeps/generic/strtol_l.c: ...here.
* stdlib/strtoul_l.c: Moved to ...
* sysdeps/generic/strtoul_l.c: ...here.
* stdlib/strtoll_l.c: Moved to ...
* sysdeps/generic/strtoll_l.c: ...here.
* stdlib/strtoull_l.c: Moved to ...
* sysdeps/generic/strtoull_l.c: ...here.

* sysdeps/wordexp-64/strtol.c: New file.
* sysdeps/wordexp-64/strtoul.c: New file.
* sysdeps/wordexp-64/strtoll.c: New file.
* sysdeps/wordexp-64/strtoull.c: New file.
* sysdeps/wordexp-64/strtol_l.c: New file.
* sysdeps/wordexp-64/strtoul_l.c: New file.
* sysdeps/wordexp-64/strtoll_l.c: New file.
* sysdeps/wordexp-64/strtoull_l.c: New file.
17 files changed:
ChangeLog
sysdeps/generic/strtol.c [moved from stdlib/strtol.c with 100% similarity]
sysdeps/generic/strtol_l.c [moved from stdlib/strtol_l.c with 100% similarity]
sysdeps/generic/strtoll.c [moved from stdlib/strtoll.c with 100% similarity]
sysdeps/generic/strtoll_l.c [moved from stdlib/strtoll_l.c with 100% similarity]
sysdeps/generic/strtoul.c [moved from stdlib/strtoul.c with 100% similarity]
sysdeps/generic/strtoul_l.c [moved from stdlib/strtoul_l.c with 100% similarity]
sysdeps/generic/strtoull.c [moved from stdlib/strtoull.c with 100% similarity]
sysdeps/generic/strtoull_l.c [moved from stdlib/strtoull_l.c with 100% similarity]
sysdeps/wordsize-64/strtol.c [new file with mode: 0644]
sysdeps/wordsize-64/strtol_l.c [new file with mode: 0644]
sysdeps/wordsize-64/strtoll.c [new file with mode: 0644]
sysdeps/wordsize-64/strtoll_l.c [new file with mode: 0644]
sysdeps/wordsize-64/strtoul.c [new file with mode: 0644]
sysdeps/wordsize-64/strtoul_l.c [new file with mode: 0644]
sysdeps/wordsize-64/strtoull.c [new file with mode: 0644]
sysdeps/wordsize-64/strtoull_l.c [new file with mode: 0644]