]> git.ipfire.org Git - thirdparty/tar.git/commit
Parse in a more locale-independent way
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Sep 2023 05:15:52 +0000 (00:15 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Sep 2023 04:23:41 +0000 (23:23 -0500)
commit01f986b921d988ae51de6c937cc374b50a8b23b0
tree955c89d82b198a755cd9c424861452b64aa27756
parent05fcfaafb648cb7e9bd01004593ce016b8fb1f32
Parse in a more locale-independent way

update submodules to latest
* gnulib.modules: Add c-ctype.
* lib/wordsplit.c, src/buffer.c, src/exclist.c, src/incremen.c:
* src/list.c, src/misc.c, src/names.c, src/sparse.c, src/tar.c:
* src/xheader.c:
Include c-ctype.h, and use its API rather than ctype.h’s.
This is more likely to work when oddball locales are used.
* src/transform.c: Include ctype.h, since this module still uses
tolower and toupper (this is probably wrong - should be multi-byte).
14 files changed:
gnulib
gnulib.modules
lib/wordsplit.c
paxutils
src/buffer.c
src/exclist.c
src/incremen.c
src/list.c
src/misc.c
src/names.c
src/sparse.c
src/tar.c
src/transform.c
src/xheader.c