Some number & string improvements
authorWayne Davison <wayne@opencoder.net>
Sat, 11 Jul 2020 17:32:59 +0000 (10:32 -0700)
committerWayne Davison <wayne@opencoder.net>
Sat, 11 Jul 2020 18:39:36 +0000 (11:39 -0700)
commitda7a3506678329e3ba916201f4f7406c7028ac58
tree68c3a0aff27e7d5b68906373f2f10622c4e0e99e
parent66ca4fc97bcedb7376dda67b8d07df280eaf462a
Some number & string improvements

- Use strdup(do_big_num(...)) to replace num_to_byte_string(...).
- Allow a ',' for a decimal point in a SIZE option in some locales.
- Get rid of old (now unused) strdup() compatibility function.
- Try harder to include the newline in a single error message write.
cleanup.c
configure.ac
lib/compat.c
log.c
options.c
rsync.1.md
util2.c