Commit Graph

  • cc816fb978 maint: avoid new sort.c warning from upcoming GCC11 Jim Meyering 2020-10-25 10:04:19 -07:00
  • 4278e6615f dd: drop old workaround for lseek() bug in Linux kernel Kamil Dudka 2020-10-26 11:44:44 +01:00
  • 2c898597ea nl: support a negative --line-increment KOBAYASHI Takashi 2020-10-25 17:09:04 +00:00
  • fe41d6c651 nl: only fail if need to output overflowed numbers Pádraig Brady 2020-10-25 16:40:35 +00:00
  • 175c7c6a60 maint: add lib/parse-datetime-gen.h to .gitignore Pádraig Brady 2020-10-25 13:35:40 +00:00
  • f803c0e92d maint: sync help2man to latest version Pádraig Brady 2020-10-25 13:10:32 +00:00
  • 00ea4bacf6 build: update gnulib submodule to latest Paul Eggert 2020-10-19 10:47:32 -07:00
  • d9b33b1535 maint: remove already handled FIXME in tail.c Grigorii Sokolik 2020-10-17 16:54:17 +01:00
  • db3131adb8 maint: update docs for build prerequisites Grigorii Sokolik 2020-10-17 16:52:17 +01:00
  • ebaffa5094 doc: fix punctuation in stat --help Benno Schulenberg 2020-09-29 14:31:52 +02:00
  • 5b8161ee4d doc: clarify timeout --foreground description Pádraig Brady 2020-08-12 18:40:04 +01:00
  • 7cf45f4f6a csplit: fix regex suppression with specific match count Emanuele Giacomelli 2020-08-08 21:29:13 +01:00
  • c0e5f8c59b tests: skip some parts of 'tests/rmdir/ignore.sh' if run as root Bernhard Voelker 2020-07-31 19:49:35 +02:00
  • 881c3f20ec doc: show version in title of HTML manual Bernhard Voelker 2020-07-28 23:28:45 +02:00
  • fd0fdeff94 build: update gnulib submodule to latest Paul Eggert 2020-07-27 14:06:10 -07:00
  • 97757b5eba doc: fix typo in env --split-string documentation Pádraig Brady 2020-07-27 13:10:55 +01:00
  • fa7a5074d7 date: clarify the Epoch Paul Eggert 2020-07-24 13:33:09 -07:00
  • 3f06bde222 doc: modernize date examples Paul Eggert 2020-07-24 13:31:10 -07:00
  • 7b3a62e016 build: update gnulib submodule to latest Paul Eggert 2020-07-24 12:22:29 -07:00
  • 49bd08aea5 doc: clarify 'timeout -k' behavior Bernhard Voelker 2020-07-05 01:20:10 +02:00
  • 9462c1202d factor: port to --without-libgmp Paul Eggert 2020-07-18 18:45:06 -07:00
  • 6b6f0f54c0 build: be less aggressive about -fanalyzer Paul Eggert 2020-07-10 15:54:51 -07:00
  • 55d985064c factor: explain why non-GMP code (Bug#42269) Paul Eggert 2020-07-08 18:58:18 -07:00
  • 67fc55d636 doc: mention expr and factor bignums Paul Eggert 2020-07-08 08:09:31 -07:00
  • 95955e6746 factor: treat ' +bignum' like non-bignum Paul Eggert 2020-07-08 08:05:06 -07:00
  • af941bc523 tests: simplify since expr now works on bignums Paul Eggert 2020-07-08 07:45:05 -07:00
  • 712855a77d factor: simplify tests by assuming libgmp Paul Eggert 2020-07-07 23:48:53 -07:00
  • 1304644488 maint: use Gnulib libgmp module Paul Eggert 2020-07-07 10:39:10 -07:00
  • 4c8495cf11 build: update gnulib submodule to latest Paul Eggert 2020-07-06 20:35:25 -07:00
  • b1c6ef230c doc: add timeout examples Bernhard Voelker 2020-07-04 00:19:31 +02:00
  • 6a3d2883fe tests: avoid spurious testsuite failure Andreas Schwab 2020-06-30 13:05:55 +02:00
  • 947c553ff9 tests: fix false failure with valgrind and reflink Pádraig Brady 2020-06-26 19:57:09 +01:00
  • 4b04a0c3b7 cp: use copy_file_range if available Paul Eggert 2020-06-25 17:34:23 -07:00
  • a6eaee501f cp: use SEEK_DATA/SEEK_HOLE if available Paul Eggert 2020-06-25 16:31:44 -07:00
  • 2fcd0f3328 cp: avoid copy_reg goto Paul Eggert 2020-06-24 17:05:20 -07:00
  • 761ba28400 cp: refactor extent_copy Paul Eggert 2020-06-23 19:18:04 -07:00
  • d80820b3b5 maint: typo fix Paul Eggert 2020-06-25 18:10:49 -07:00
  • eac715a412 chmod: man page fixes Paul Eggert 2020-06-23 08:41:20 -07:00
  • 6de819a2e3 doc: fix punctuation in man pages Pádraig Brady 2020-06-20 18:20:04 +01:00
  • f5644c986c stat,tail: add support for the VBOXSF file system Bernhard Voelker 2020-06-19 20:33:55 +02:00
  • 25725f9d41 cp: default to COW Paul Eggert 2020-06-18 22:16:24 -07:00
  • 0fe9fdece7 maint: avoid signed integer overflows Tobias Stoeckmann 2020-06-14 14:47:11 +02:00
  • 189776ff3b doc: timeout: improve documentation of the exit status Bernhard Voelker 2020-06-07 12:58:14 +01:00
  • b4ab357e42 maint: use getrandom, not getentropy Paul Eggert 2020-06-01 15:53:27 -07:00
  • b3ff4113fd maint: use getentropy and new tempname modules Paul Eggert 2020-05-31 22:21:34 -07:00
  • c229285ceb echo: pacify Oracle Studio 12.6 Paul Eggert 2020-05-31 22:20:34 -07:00
  • aefd434e56 maint: copy FDL from gnulib instead of using it as module Bernhard Voelker 2020-05-25 16:31:08 +02:00
  • 46e0ce5e5d maint: fix syntax-check failure from recent adjustment Bernhard Voelker 2020-05-23 03:53:59 +02:00
  • 9dbaf54eed tests: fix removed-directory test Bernhard Voelker 2020-05-23 02:46:22 +02:00
  • 6d0107a37f date: document +%-N change Paul Eggert 2020-05-20 17:31:18 -07:00
  • 4181fc5183 ls: port removed-directory test to NFS Paul Eggert 2020-05-20 17:09:03 -07:00
  • dc7aac9c7e dd: omit unnecessary vars when !lint Paul Eggert 2020-05-20 16:47:49 -07:00
  • e18efcfd04 maint: omit unnecessary pragmas and fix tsort.c Paul Eggert 2020-05-20 16:40:26 -07:00
  • 1bbb0827db build: update gnulib submodule to latest Paul Eggert 2020-05-20 15:50:38 -07:00
  • c7194b43fc maint: avoid warnings from GCC's -fanalyzer Pádraig Brady 2020-05-10 14:22:06 +01:00
  • 9c8a385aa4 ls: allow --classify to be ignored for non tty output Jason Kim 2020-04-19 01:40:16 -07:00
  • f38bd362d9 build: update gnulib to latest - to avoid du(1) crash on XFS Bernhard Voelker 2020-04-21 23:00:43 +02:00
  • 730876d067 maint: clean up recently added test Pádraig Brady 2020-04-02 16:10:05 +01:00
  • 7b5f0fa47c cp: ensure --attributes-only doesn't remove files Pádraig Brady 2020-04-01 12:51:34 +01:00
  • 271b217045 build: update gnulib submodule to latest Paul Eggert 2020-03-28 12:16:18 -07:00
  • 9b4bb9d28a maint: add texi2dvi build directory to doc/.gitignore Bernhard Voelker 2020-03-15 11:20:41 +01:00
  • 672819c73f ls: improve removed-directory test Paul Eggert 2020-03-07 10:29:51 -08:00
  • 10fcb97bd7 ls: restore 8.31 behavior on removed directories Paul Eggert 2020-03-05 17:25:29 -08:00
  • da589f1d63 maint: post-release administrivia Pádraig Brady 2020-03-05 14:04:42 +00:00
  • 8d13292a73 version 8.32 v8.32 Pádraig Brady 2020-03-05 13:23:50 +00:00
  • c8539d36c7 tests: don't rely on system env(1) being present Pádraig Brady 2020-03-04 15:56:52 +00:00
  • 0ea65e29dc basenc: avoid undefined behaviour in z85 processing Pádraig Brady 2020-03-04 12:24:49 +00:00
  • f2034aa9bb tests: avoid a false failure on OpenIndiana 11 Pádraig Brady 2020-03-01 22:28:29 +00:00
  • ab305f746e tests: avoid a hang on GNU/Hurd from 2019 Pádraig Brady 2020-03-01 22:03:38 +00:00
  • 04e2b9b1a6 tests: use bash in some scripts to avoid false failures Pádraig Brady 2020-03-01 21:49:16 +00:00
  • 5cdab9f26b tests: improve test coverage for ls stat checks Pádraig Brady 2020-03-01 12:36:35 +00:00
  • e840c78685 tests: enable 4 more tests to be executed on FreeBSD Bruno Haible 2020-03-01 03:03:59 +01:00
  • ea1c1b7515 tests: fix incorrect || fail pattern in tests Pádraig Brady 2020-02-29 20:48:58 +00:00
  • de73a867ca tests: avoid false failures on darwin 19.2.0 Pádraig Brady 2020-02-29 20:23:44 +00:00
  • 54bf2c2f1a tests: fix test failure on FreeBSD 12 Bruno Haible 2020-02-29 22:33:04 +01:00
  • 516cdf38af build: once again distribute .tar.gz files Jan Nieuwenhuizen 2020-02-27 21:40:23 +00:00
  • cc4c55e4bc maint: ensure .deps/ in the project root is ignored by git Pádraig Brady 2020-02-27 16:44:03 +00:00
  • 8de80feb51 doc: remove older ChangeLog items Pádraig Brady 2020-02-27 16:11:42 +00:00
  • 05a99f7d7f ls: issue error message on removed directory Colin Watson 2020-02-11 10:45:46 +00:00
  • 93db70867d build: update to latest gnulib Pádraig Brady 2020-02-25 13:57:40 +00:00
  • ead8464e3a b2sum: sync better with upstream Pádraig Brady 2020-02-25 13:30:39 +00:00
  • 9134993562 factor: sync longlong.h adjustments from upstream Pádraig Brady 2020-02-25 11:33:04 +00:00
  • 75f79010cd stat,tail: sync file system constants from the linux kernel Pádraig Brady 2020-02-09 14:10:50 +00:00
  • 8e81d44b52 uniq: avoid strcoll() to improve performance and consistency Pádraig Brady 2020-02-23 13:20:08 +00:00
  • 61c49d3693 doc: clarify that '%a' stat format outputs mode bits Pádraig Brady 2020-02-15 11:16:35 +00:00
  • 3150f4a82e tests: fix test for symlink Pádraig Brady 2020-02-10 15:05:43 +00:00
  • b96b1a4728 tests: ensure tests/cp/preserve-gid.sh works with single binary Kamil Dudka 2020-02-07 17:05:06 +01:00
  • 304bc557af maint: avoid syntax-check failure in previous commit Pádraig Brady 2020-02-09 14:18:55 +00:00
  • d7da53c47e build: suppress new FP warning from gcc-10.0.1 Jim Meyering 2020-02-06 09:00:26 -08:00
  • fa6d154b7b build: update to latest gnulib Pádraig Brady 2020-02-02 16:56:18 +00:00
  • ab108667ba tests: avoid false failure due to varying /proc/kallsyms Pádraig Brady 2020-02-04 00:37:23 +00:00
  • 1f443fe572 rmdir: fix --ignore-fail-on-non-empty with permissions errors Pádraig Brady 2020-01-30 20:46:40 -05:00
  • 709b4d9d8d build: avoid vector performance warnings in randperm Pádraig Brady 2020-02-02 16:24:18 +00:00
  • 18c9382801 build: avoid including sysctl.h on glibc Pádraig Brady 2020-02-02 15:52:59 +00:00
  • 2cecc3cc99 ls: support --time=creation to show/sort birth time Pádraig Brady 2020-01-02 16:20:13 +00:00
  • dda53d75a8 build: rearrange yes(1) code to prevent GCC 10 warning Chris Meyering 2020-01-29 22:34:48 -08:00
  • fbbf81ec00 maint: add lib/iconv_open-zos.h to .gitignore Emil Engler 2020-01-01 23:59:33 +01:00
  • 0d77e1b7ea build: auto enable use of openssl with >= version 3 Pádraig Brady 2020-01-01 17:43:53 +00:00
  • ff2f85273a maint: adjust to split out xstrtol-error gnulib module Pádraig Brady 2020-01-01 14:36:12 +00:00
  • aaba82431c maint: update all copyright year number ranges Pádraig Brady 2020-01-01 14:16:56 +00:00