This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran] Add comments about strlen
Florian Weimer wrote:
> * Tobias Schlüter:
>>For reference, here's what I committed after building and a testsuite run.
>
> [gzipped attachment]
>
> Please do not compress patches (especially if they are reasonably
> small), see:
>
> <http://gcc.gnu.org/contribute.html#patches>
>From that page:
"If the patch is too big or too mechanical, posting it gzipped or bzip2ed and
uuencoded or encoded as a base64 MIME part is acceptable, as long as the
ChangeLog is still posted as plain text."
The patch was 20kb in size and, except for two updates to comments and a
manually changed line break, completely mechanical, so I assumed that it fell
under that rule. I didn't single out the ChangeLog entries admittedly, so here
they are:
fortran/
2004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* trans-decl.c, trans-expr.c, trans-io.c, trans-types.c: Replace
all occurences of 'gfc_strlen_type_node' by
'gfc_charlen_type_node'.
* trans-types.h: Same. Also update comment accordingly.
libgfortran/
2004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* libgfortran.h: Replace 'gfc_strlen_type' by
'gfc_charlen_type'. Update comment accordingly.
* intrinsics/args.c, intrinsics/env.c, io/io.h, io/transfer.c:
Replace all occurences of 'gfc_strlen_type' by 'gfc_charlen_type'.
Regards,
- Tobi