Commit Graph

  • 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
  • 7490e94aa7 doc: add example to demonstrate sub-second sleep times Bernhard Voelker 2019-12-08 17:29:57 +01:00
  • ec5ab42604 maint: fix syntax-check failure from recent adjustment Pádraig Brady 2019-12-02 16:17:45 +00:00
  • 5118a2e392 chcon: do not validate security context if SELinux is disabled Kamil Dudka 2019-12-02 14:02:02 +01:00
  • ad591a52b4 doc: remove colon from node name Paul Eggert 2019-11-11 16:53:49 -08:00
  • 0103fb0244 shred: modernize documentation Paul Eggert 2019-11-11 16:52:47 -08:00
  • 04b136e298 all: improve parsing of numeric arguments Paul Eggert 2019-10-22 14:55:24 -07:00
  • ed2db6886b stdbuf: improve size checking Paul Eggert 2019-10-22 14:31:52 -07:00
  • 74163ea677 shuf: improve randperm overflow checking Paul Eggert 2019-10-22 12:58:07 -07:00
  • 565dd395c3 build: don’t worry about logical-op checking Paul Eggert 2019-10-22 12:52:52 -07:00
  • 6716a79773 build: re-enable type-limits checking Paul Eggert 2019-10-22 11:34:56 -07:00
  • c1e19656c8 shuf: fix bug with ‘-r -n 0’ Paul Eggert 2019-10-21 13:03:46 -07:00
  • a99ab26611 ls: use statx instead of stat when available Jeff Layton 2019-09-19 11:59:45 -04:00
  • 86ee5548c1 truncate: avoid integer-overflow assumptions Paul Eggert 2019-10-03 12:41:22 -07:00
  • ba1ea8caee numfmt: avoid unlikely integer overflow Paul Eggert 2019-10-03 12:38:15 -07:00
  • ac2b4a43e6 nl: fix integer-overflow bug Paul Eggert 2019-10-03 12:37:12 -07:00
  • bb23a7563f cp: simplify integer overflow checking Paul Eggert 2019-10-03 12:35:44 -07:00
  • 1c8050cc4d seq: use faster processing for integer steps from 2 to 200 Pádraig Brady 2019-09-03 10:14:48 +01:00
  • 49b1010cc0 maint: use consistent header ordering and spacing in NEWS Pádraig Brady 2019-09-04 02:39:04 +01:00
  • f2dfea7e99 build: update gnulib submodule to latest Paul Eggert 2019-08-15 02:41:16 -07:00
  • b8609c7cf2 scripts: document how to build older versions on newer systems Assaf Gordon 2019-08-02 20:22:33 -06:00
  • a3d070fa32 build: adjust for recent gnulib pthread changes Bruno Haible 2019-08-11 21:29:00 -06:00
  • 725c8d6bed date: mention military timezone changes from gnulib Assaf Gordon 2019-08-09 20:16:06 -06:00
  • 3cbddd58fd maint: add lib/argmatch.h to po/POTFILES.in Bernhard Voelker 2019-07-22 08:53:28 +02:00
  • 961d668eea gnulib: update to latest Assaf Gordon 2019-08-09 19:51:42 -06:00
  • becf0db0da doc: clarify that truncate creates sparse files Pádraig Brady 2019-08-08 13:31:41 +01:00
  • eb5a9ebaf1 dircolors: recognize the WebP image format Mike Swanson 2019-08-02 13:50:17 -07:00
  • a574029110 maint: fix error in syntax-check checking Bernhard Voelker 2019-08-06 16:11:01 -07:00
  • 0e2d4e1425 maint: fix issues in syntax-check Akim Demaille 2019-08-04 11:02:01 -07:00
  • 07f811a3c0 seq: fix superfluous output line Assaf Gordon 2019-08-01 17:01:21 -06:00
  • c0f2219d3a doc: improve new version sort chapter Bernhard Voelker 2019-07-19 02:11:03 +02:00
  • 3264d4ca0d doc: add "version sort ordering" chapter Assaf Gordon 2019-07-09 19:36:10 -06:00
  • a1a5e9a32e stat: don't explicitly request file size for filenames Andreas Dilger 2019-06-27 02:25:55 -06:00
  • 3ae38a5995 od: use fseek on non-regular files Paul Eggert 2019-06-19 18:46:57 -07:00
  • a3a454b9d9 doc: mention ls -l user/group justification Paul Eggert 2019-06-18 00:31:43 -07:00
  • 0b9bac90d8 stat: fix enabling of statx logic Jeff Layton 2019-06-14 14:37:43 -04:00
  • 0251229bfd tests: avoid false-positive in date-debug test Assaf Gordon 2019-05-13 16:37:40 -06:00
  • 6cc35de16f stat: Use statx where available and support --cached Jeff Layton 2019-05-28 08:21:42 -04:00
  • bb481a0c1d doc: fix description of tail -f on truncated files Pádraig Brady 2019-06-09 12:39:27 +01:00
  • 738a746d82 split: fix failure for certain number of specified files Pádraig Brady 2019-06-08 22:49:01 +01:00
  • 00d72e6122 dd: be more careful about signal handling Paul Eggert 2019-05-30 13:53:54 -07:00
  • 4c223ab4b6 maint: fix version number in NEWS Paul Eggert 2019-05-29 16:44:52 -07:00
  • 3b1046f80f cp: fix /dev/stdin problem on Solaris Paul Eggert 2019-05-28 12:42:24 -07:00
  • 3a87ad5124 doc: clarify dd sparse detection is by *output* block Kevin Locke 2019-05-22 21:07:50 -06:00
  • 4f38974aaf doc: fix typo in sort set operations example Martin Castillo 2019-05-22 14:43:10 +01:00
  • a60af87f24 b2sum: port blake2b-ref.c to HP-UX aCC Paul Eggert 2019-05-17 07:57:39 -07:00
  • de54e1a809 b2sum: sync better with upstream Paul Eggert 2019-05-15 12:57:53 -07:00
  • 5f261e239f b2sum: port to HP-UX aCC Paul Eggert 2019-05-15 12:42:23 -07:00
  • 5b96efab90 stdbuf: port configure-time checking to HP-UX aCC Paul Eggert 2019-05-14 09:20:56 -07:00
  • 6e97d361b4 b2sum: port to HP-UX C Paul Eggert 2019-05-11 13:48:16 -07:00
  • 6f4c2e06ae cp: port fiemap.h to C99 Paul Eggert 2019-05-11 13:09:39 -07:00
  • 2fd0be3621 basenc: port to C99 Paul Eggert 2019-05-11 13:01:37 -07:00
  • a970a97737 maint: adjust to recent verify_true removal Paul Eggert 2019-05-11 09:32:04 -07:00
  • 39073add8f build: update gnulib submodule to latest Paul Eggert 2019-05-11 08:34:59 -07:00
  • 7d8adb20f6 gnulib: update to the latest Bernhard Voelker 2019-04-10 09:13:27 +02:00
  • 6d78a28078 factor: output immediately if stdout is a tty but stdin is not Shugo Maeda 2019-03-31 15:43:58 -07:00
  • ebf70f297c maint: fix syntax check failure Pádraig Brady 2019-03-30 15:07:14 -07:00
  • ba36d5118f maint: tee: use STDIN_FILENO rather than 0 Martin Castillo 2019-03-30 15:04:06 -07:00
  • 59e01d13e6 dd: improve doc of stderr output Paul Eggert 2019-03-19 20:08:41 -07:00
  • ae61b10663 md5sum,b2sum,sha*sum: --help: add note about binary/text mode Kamil Dudka 2019-03-14 13:48:01 +01:00
  • 1a69508711 doc: add NEWS item for Solaris symlink fix Paul Eggert 2019-03-17 13:25:10 -07:00
  • 3e0dff3925 ln: port to symlink ("x", ".") failing with EINVAL Paul Eggert 2019-03-17 13:20:42 -07:00
  • 4a21102470 doc: add a NEWS entry for the ln O_DIRECTORY fix Pádraig Brady 2019-03-16 14:21:40 -07:00
  • 6a707feee8 ln: port to platforms lacking O_DIRECTORY Paul Eggert 2019-03-16 11:24:19 -07:00
  • 6bd78f27fd doc: improve wording of the --kibibytes option description Kamil Dudka 2018-12-06 14:32:49 +01:00
  • 5b9d747261 maint: sync extra files from gnulib Bernhard Voelker 2019-03-07 08:27:22 +01:00
  • ab8c604765 maint: post-release administrivia Pádraig Brady 2019-03-10 17:08:36 -07:00
  • cf28242fd5 version 8.31 v8.31 Pádraig Brady 2019-03-10 16:34:41 -07:00
  • 5f47cda3ab tests: test-N: include subsecond values in gating check Pádraig Brady 2019-03-09 23:48:06 -08:00
  • a971cd4ff7 tests: wc-nbsp: fix false failures on various systems Pádraig Brady 2019-03-09 20:40:34 -08:00
  • 66e2daa689 tests: tail-2/pipe-f: avoid false failure closing stdout Pádraig Brady 2019-03-06 22:23:21 -08:00
  • a376de95c3 tests: tac-2-nonseekable: ensure we don't block indefinitely Pádraig Brady 2019-03-06 21:39:15 -08:00
  • daa46dbe7d tests: id/zero: avoid false failure due to sed differences Pádraig Brady 2019-03-06 21:04:26 -08:00
  • b918a20234 tests: test-N: fix false positives on some systems Pádraig Brady 2019-03-06 20:09:16 -08:00
  • bf2f64c7d5 doc: replace @hashchar{} with actual hash character Assaf Gordon 2019-03-05 23:32:34 -07:00
  • 4bb49f04a1 build: avoid statx related build failure on AIX Pádraig Brady 2019-03-06 10:46:25 -08:00
  • 16358bc19c tests: wc-nbsp.sh: avoid failure on FreeBSD Pádraig Brady 2019-03-06 10:34:16 -08:00
  • 4bbbe49074 build: fix env build where SIGNUM_BOUND is not constant Pádraig Brady 2019-03-06 08:58:13 -08:00
  • efa3e5dda6 doc: remove older ChangeLog items Pádraig Brady 2019-03-04 01:28:42 -08:00
  • 7c35a36bf4 build: revert recent change with distributed man page handling Pádraig Brady 2019-03-04 01:12:04 -08:00
  • 6bf6d7f461 env: add --list-signal-handling to output non default handling Pádraig Brady 2019-03-03 23:50:21 -08:00
  • 95adadd9a4 env: new options --{default,ignore,block}-signal[=SIG] Assaf Gordon 2019-02-15 12:31:48 -07:00
  • 186896d65f stat: print birth time on systems supporting statx Martin Bukatovic 2019-03-02 19:57:17 -08:00
  • 811493e2a9 df: support different file system encodings when not using tty Pádraig Brady 2019-03-03 14:35:18 -08:00
  • 0d6be4b01f maint: tidy up recent additions to NEWS Pádraig Brady 2019-03-03 19:21:37 -08:00
  • 4ae1369516 doc: further clarify 'yes' alternative in seq invocation Bernhard Voelker 2019-02-26 19:06:52 +01:00
  • a5202bd585 wc: treat non breaking space as a word separator Pádraig Brady 2019-02-23 21:23:47 -08:00
  • 2ab2f7a422 doc: more date +%F clarifications Paul Eggert 2019-02-25 10:20:23 -08:00
  • d5c820109e doc: give date +%+F example Paul Eggert 2019-02-25 08:03:04 -08:00
  • 3e7fd6650e doc: fix typo in previous patch Paul Eggert 2019-02-25 00:19:22 -08:00
  • b1e7af28eb date: ‘+’ conversion specification flag Paul Eggert 2019-02-24 23:59:22 -08:00
  • c50c4ab9e1 build: update gnulib submodule to latest Paul Eggert 2019-02-24 23:35:23 -08:00
  • 44af84263e all: detect --help and --version more consistently Bernhard Voelker 2018-11-26 09:05:37 +01:00
  • 36b99b6113 gnulib: update to the latest Pádraig Brady 2019-02-23 18:55:53 -08:00
  • f473489f48 doc: fix join examples in texinfo Martin Castillo 2019-02-19 23:25:40 -08:00
  • b1ac478653 ls: better align month abbreviations containing digits Daming Yang 2019-02-18 20:04:08 -08:00
  • 5e1a554712 sort: clarify in --debug; only text comparisons affected Pádraig Brady 2019-02-17 19:16:37 -08:00
  • 636cbdb77b comm,join: ensure warnings are apparent upon exit Pádraig Brady 2019-02-10 17:40:36 -08:00
  • 620112526b doc: fix typo referencing RFC 2822 Filipp Gunbin 2019-02-11 22:54:01 -08:00