This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [python] Proposed fix for bz10633 (some strings not respecting options->print_max)


>>>>> "Phil" == Phil Muldoon <pmuldoon@redhat.com> writes:

Phil> http://sourceware.org/bugzilla/show_bug.cgi?id=10633

Phil> 2009-09-16  Phil Muldoon <pmuldoon@redhat.com>
Phil>     * c-lang.c (c_printstr): Do not loop past  options->print_max when
Phil>     iterating with wchar_iterate.

Thanks, please check this in and submit upstream.

Note that when a patch fixes a PR, you should mention the PR in the
ChangeLog, like:

    PR python/10633:
    ...

(There are lots of examples to see in the existing ChangeLog, just
follow one of those.)

If you do this, then the commit will show up in bugzilla (because the
commit script extracts this info from the commit message, which should
just be the same as the ChangeLog entry...)

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]