index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2023-03-19
stty: ensure arbitrary data is not displayed
Pádraig Brady
-2
/
+6
2023-03-18
doc: uniq: revert previous man page adjustment
Pádraig Brady
-3
/
+4
2023-03-18
doc: uniq: use more standard description of -D long option
Pádraig Brady
-4
/
+3
2023-03-17
maint: avoid discarded-qualifiers warnings with SELinux 3.5
Bernhard Voelker
-2
/
+2
2023-03-15
cksum: fix --raw on 64 bit big endian systems
Pádraig Brady
-2
/
+4
2023-03-15
build: avoid -Wsometimes-uninitialized on macOS 12
Bruno Haible
-2
/
+2
2023-03-13
tee: avoid undefined behavior after fclose()
Pádraig Brady
-9
/
+11
2023-03-13
doc: dircolors: better separate the sections in the database
Pádraig Brady
-0
/
+12
2023-03-13
ls: --color: honor separate sequences for extension cases
Pádraig Brady
-8
/
+66
2023-03-08
tee: support non blocking outputs
Pádraig Brady
-24
/
+119
2023-03-07
split: support split -n on larger pipe input
Paul Eggert
-35
/
+54
2023-03-07
tee: fix a crash with unwriteable files
Pádraig Brady
-3
/
+5
2023-03-06
maint: pacify ‘make syntax-check’
Paul Eggert
-3
/
+3
2023-03-06
tail,tee: avoid issues with many files on systems without poll
Pádraig Brady
-0
/
+6
2023-03-04
du: --apparent counts only symlinks and regular
Paul Eggert
-4
/
+4
2023-03-04
split: tune for when creating output files
Paul Eggert
-3
/
+9
2023-03-04
split: style fix
Paul Eggert
-1
/
+3
2023-03-04
split: prefer signed integers to size_t
Paul Eggert
-53
/
+52
2023-03-04
split: handle large numbers better
Paul Eggert
-63
/
+73
2023-03-04
split: prefer ssize_t for read result
Paul Eggert
-14
/
+15
2023-03-04
split: be more careful about buffer sizes
Paul Eggert
-28
/
+31
2023-03-04
split: minor -1 / 0 refactor
Paul Eggert
-3
/
+3
2023-03-04
split: don’t worry about ECHILD
Paul Eggert
-3
/
+3
2023-03-04
split: don’t assume pid_t fits in int
Paul Eggert
-2
/
+2
2023-03-04
split: simplify SIGPIPE handling
Paul Eggert
-12
/
+5
2023-03-04
split: port ‘split -n N /dev/null’ better to macOS
Paul Eggert
-34
/
+32
2023-03-04
split: split more evenly with -n
Paul Eggert
-31
/
+27
2023-03-04
split: small -n lines simplification
Paul Eggert
-2
/
+3
2023-03-04
split: refactor lines_chunk_split
Paul Eggert
-6
/
+6
2023-03-04
tee: tune when later -p overrides earlier
Paul Eggert
-18
/
+9
2023-03-01
maint: refactor tail.c to use iopoll
Pádraig Brady
-62
/
+51
2023-02-28
tail: avoid undefined behavior when polling outputs
Pádraig Brady
-2
/
+2
2023-02-28
doc: tee -p: clarify operation
Pádraig Brady
-1
/
+2
2023-02-28
tee: enhance -p mode using iopoll() to detect broken pipe outputs
Carl Edquist
-16
/
+89
2023-02-28
all: add broken pipe detection while waiting for input
Carl Edquist
-0
/
+128
2023-02-24
cp,install,mv: --debug: output debug info when reflinking
Pádraig Brady
-5
/
+5
2023-02-24
cp,install,mv: add --debug to explain how a file is copied
Pádraig Brady
-4
/
+127
2023-02-23
doc: chgrp,chmod,chown: state --reference always dereferences
Pádraig Brady
-5
/
+6
2023-02-21
maint: avoid -Wmaybe-uninitialized warning from GCC13
Pádraig Brady
-1
/
+3
2023-02-21
rm: --dir (-d): fix bugs in handling of empty, inaccessible directories
Jim Meyering
-5
/
+20
2023-02-16
cp: fclonefileat security fix + CLONE_ACL + fixups
Paul Eggert
-13
/
+100
2023-02-10
maint: fix some typos in comments
ChuanGang Jiang
-2
/
+2
2023-02-09
cp: simplify infer_scantype
Paul Eggert
-10
/
+8
2023-02-06
tail: improve --follow=name with single non regular files
Pádraig Brady
-2
/
+12
2023-02-06
tail: fix support for -F with non seekable files
Pádraig Brady
-1
/
+2
2023-02-06
cksum: add --raw option to output a binary digest
Pádraig Brady
-10
/
+69
2023-02-05
build: uptime: avoid issues on systems without utmp.h
Pádraig Brady
-2
/
+2
2023-02-03
maint: avoid line length syntax check failure
Pádraig Brady
-2
/
+2
2023-01-31
cksum: accept new option: --base64 (-b)
Jim Meyering
-51
/
+134
2023-01-31
cp: improve --preserve usage doc
Paul Eggert
-5
/
+9
[next]