822c768 sync i18n patches with Suse

4 files Authored by Bernhard Voelker 5 years ago, Committed by kdudka 5 years ago,
    sync i18n patches with Suse
    
    - coreutils-i18n-suse-merge.patch:
      * src/exand.c,src/unexpand.c: Avoid -Wcomment warning.
      * src/cut.c (cut_characters_or_cut_bytes_no_split): Change idx from size_t
        to uintmax_t type to avoid a regression on i586, armv7l and ppc.
        Compare upstream, non-MB commit:
          https://git.sv.gnu.org/cgit/coreutils.git/commit/?id=d1a754c8272
        (cut_fields_mb): Likewise for field_idx.
      * tests/misc/cut.pl: Remove downstream tweaks as upstream MB tests are
         working since a while.
    
        
file modified
+1 -1
file modified
+4 -31
file modified
+4 -1