aboutsummaryrefslogtreecommitdiff
path: root/src/xz/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-24xz: Change quoting style from `...' to '...'.Jia Tan1-3/+3
2023-09-22MSVC: xz: Use _isatty() from <io.h> to implement isatty().Kelvin Lee1-0/+5
2023-08-31xz: Refactor thousand separator detection and disable it on MSVC.Lasse Collin1-44/+45
2022-10-25xz: Refactor to remove is_empty_filename().Lasse Collin1-12/+0
2020-03-11xz: Never use thousand separators in DJGPP builds.Lasse Collin1-2/+12
2019-06-23xz: Fix some of the warnings from -Wsign-conversion.Lasse Collin1-2/+2
2012-09-28xz: Improve handling of failed realloc in xrealloc.Lasse Collin1-2/+12
2010-09-10xz: Multiple fixes.Lasse Collin1-89/+47
2010-06-11Fix string to uint64_t conversion.Lasse Collin1-2/+8
2010-03-07Treat all integer multiplier suffixes as base-2.Lasse Collin1-30/+23
2010-01-31Improve displaying of the memory usage limit.Lasse Collin1-0/+7
2010-01-26Fix too small static buffer in util.c.Lasse Collin1-5/+4
2010-01-24Some improvements to printing sizes in xz.Lasse Collin1-0/+72
2010-01-13Don't read compressed data from a terminal or write itLasse Collin1-4/+4
2009-08-29Use even more hackish way to support thousand separators.Lasse Collin1-11/+25
2009-06-26Ugly hack to make it possible to use the thousand separatorLasse Collin1-0/+34
2009-05-21Support special value "max" where xz and xzdec accept an integer.Lasse Collin1-0/+4
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-02-05Various code cleanups the the xz command line tool.Lasse Collin1-3/+2
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin1-0/+199