diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-29 19:04:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-29 19:04:52 +0000 |
commit | 38775d60e4f2c6fff48c5770a3453d35faa7a508 (patch) | |
tree | c4b716d47625f193a8b8c74518385fc4138ea725 | |
parent | 2f2f52f755498aeca8f5d8d1126235adc5c7886e (diff) | |
download | glibc-38775d60e4f2c6fff48c5770a3453d35faa7a508.zip glibc-38775d60e4f2c6fff48c5770a3453d35faa7a508.tar.gz glibc-38775d60e4f2c6fff48c5770a3453d35faa7a508.tar.bz2 |
fix typo'd file names
* sysdeps/wordsize-64/strtol.c: New file.
* sysdeps/wordsize-64/strtoul.c: New file.
* sysdeps/wordsize-64/strtoll.c: New file.
* sysdeps/wordsize-64/strtoull.c: New file.
* sysdeps/wordsize-64/strtol_l.c: New file.
* sysdeps/wordsize-64/strtoul_l.c: New file.
* sysdeps/wordsize-64/strtoll_l.c: New file.
* sysdeps/wordsize-64/strtoull_l.c: New file.
* sysdeps/wordsize-64/wcstol.c: New file.
* sysdeps/wordsize-64/wcstoul.c: New file.
* sysdeps/wordsize-64/wcstoll.c: New file.
* sysdeps/wordsize-64/wcstoull.c: New file.
* sysdeps/wordsize-64/wcstol_l.c: New file.
* sysdeps/wordsize-64/wcstoul_l.c: New file.
* sysdeps/wordsize-64/wcstoll_l.c: New file.
* sysdeps/wordsize-64/wcstoull_l.c: New file.
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -83,14 +83,14 @@ * 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. + * sysdeps/wordsize-64/strtol.c: New file. + * sysdeps/wordsize-64/strtoul.c: New file. + * sysdeps/wordsize-64/strtoll.c: New file. + * sysdeps/wordsize-64/strtoull.c: New file. + * sysdeps/wordsize-64/strtol_l.c: New file. + * sysdeps/wordsize-64/strtoul_l.c: New file. + * sysdeps/wordsize-64/strtoll_l.c: New file. + * sysdeps/wordsize-64/strtoull_l.c: New file. * wcsmbs/wcstol.c: Moved to ... * sysdeps/generic/wcstol.c: ...here. @@ -109,14 +109,14 @@ * 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. + * sysdeps/wordsize-64/wcstol.c: New file. + * sysdeps/wordsize-64/wcstoul.c: New file. + * sysdeps/wordsize-64/wcstoll.c: New file. + * sysdeps/wordsize-64/wcstoull.c: New file. + * sysdeps/wordsize-64/wcstol_l.c: New file. + * sysdeps/wordsize-64/wcstoul_l.c: New file. + * sysdeps/wordsize-64/wcstoll_l.c: New file. + * sysdeps/wordsize-64/wcstoull_l.c: New file. 1999-05-24 Jakub Jelinek <jj@ultra.linux.cz> |