1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/xz
Lasse Collin 1f6e7c68fb xz: Refactor thousand separator detection and disable it on MSVC.
Now the two variations of the format strings are created with
a macro, and the whole detection code can be easily disabled
on platforms where thousand separator formatting is known to
not work (MSVC has no support, and on DJGPP 2.05 it can have
problems in some cases).
2023-10-31 01:03:25 +08:00
..
args.c xz: Make "%s: %s" translatable because French needs "%s : %s". 2023-07-18 14:37:07 +03:00
args.h xz: Make args_info.files_name a const pointer. 2022-12-08 19:24:22 +02:00
coder.c xz: Make "%s: %s" translatable because French needs "%s : %s". 2023-07-18 14:37:07 +03:00
coder.h xz: Add missing comment for coder_set_compression_settings() 2023-02-03 21:11:32 +08:00
file_io.c xz: Fix a too relaxed assertion and remove uses of SSIZE_MAX. 2023-10-31 01:03:25 +08:00
file_io.h xz: Fix a too relaxed assertion and remove uses of SSIZE_MAX. 2023-10-31 01:03:25 +08:00
hardware.c Docs: Fix typos found by codespell 2023-08-01 18:44:02 +03:00
hardware.h xz: Add support --threads=+N so that -T+1 gives threaded mode. 2022-11-19 19:06:13 +02:00
list.c xz: Make "%s: %s" translatable because French needs "%s : %s". 2023-07-18 14:37:07 +03:00
list.h Add initial version of xz --list. 2010-01-24 23:50:54 +02:00
main.c xz: Initialize the pledge(2) sandbox at the very beginning of main(). 2022-11-08 13:43:19 +02:00
main.h Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
Makefile.am Build: Add support for translated man pages using po4a. 2020-02-07 15:32:21 +02:00
message.c xz: Translate the second "%s: " in message.c since French needs "%s : ". 2023-07-18 17:41:55 +03:00
message.h xz: Remove message_filters_to_str function prototype from message.h. 2022-11-30 18:12:35 +02:00
mytime.c xz: Includes <time.h> and <sys/time.h> conditionally in mytime.c. 2023-01-05 00:27:51 +08:00
mytime.h xz: Move flush_needed from mytime.h to file_pair struct in file_io.h. 2020-01-26 20:25:52 +02:00
options.c Fix warnings from clang -Wdocumentation. 2023-02-03 21:09:35 +08:00
options.h Replace the experimental ARM64 filter with a new experimental version. 2022-11-14 23:16:38 +02:00
private.h xz: Add support for OpenBSD's pledge() sandbox. 2022-10-25 21:30:48 +03:00
signals.c xz: Silence a warning when sig_atomic_t is long int. 2020-02-21 16:10:44 +02:00
signals.h Take Cygwin into account in some #if lines. 2010-05-27 14:32:51 +03:00
suffix.c xz: Refactor duplicated check for custom suffix when using --format=raw 2023-02-03 21:38:26 +08:00
suffix.h xz: Refactor duplicated check for custom suffix when using --format=raw 2023-02-03 21:38:26 +08:00
util.c xz: Refactor thousand separator detection and disable it on MSVC. 2023-10-31 01:03:25 +08:00
util.h xz: Refactor to remove is_empty_filename(). 2022-10-25 18:30:55 +03:00
xz.1 xz: Omit an empty paragraph on the man page. 2023-08-02 17:39:50 +03:00
xz_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00