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
2011-01-11
rm: ignore errno related to invalid file names
Nadav Har'El
-1
/
+9
2011-01-10
du: don't abort when a subdir is renamed during traversal
Jim Meyering
-4
/
+11
2011-01-07
maint: suppress some clang scan-build warnings
Pádraig Brady
-6
/
+8
2011-01-07
maint: replace uses of ignore_ptr with ignore_value
Pádraig Brady
-3
/
+3
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
-120
/
+120
2010-12-30
split: fix the suffix length calculation
Pádraig Brady
-12
/
+21
2010-12-28
coreutils: keep lines within 80-column limits
Paul Eggert
-68
/
+112
2010-12-24
maint: avoid syntax-check failure due to unused #include
Jim Meyering
-1
/
+0
2010-12-23
csplit: diagnose file counter wraparound
Paul Eggert
-8
/
+16
2010-12-22
sort: minor performance tweak with num_processors
Paul Eggert
-2
/
+2
2010-12-22
getlimits: port to hosts with very wide int, or non-ASCII
Paul Eggert
-50
/
+24
2010-12-20
who: omit useless definitions of MAXHOSTNAMELEN
Paul Eggert
-8
/
+0
2010-12-20
maint: fix a typo in sort --parallel help message
Pádraig Brady
-1
/
+1
2010-12-19
wc: fix a possible hang with --files0-from
Pádraig Brady
-2
/
+2
2010-12-19
cp: ensure backups are created when -T specified
Pádraig Brady
-0
/
+2
2010-12-19
sort: use at most 8 threads by default
Pádraig Brady
-6
/
+11
2010-12-16
sort: do not generate thousands of subprocesses for 16-way merge
Paul Eggert
-13
/
+21
2010-12-16
sort: fix hang with sort --compress
Paul Eggert
-79
/
+80
2010-12-16
sort: don't dump core when merging from input twice
Paul Eggert
-25
/
+17
2010-12-14
doc: tail: semi-deprecate --sleep-interval and --max-unchanged-stats
Jim Meyering
-2
/
+4
2010-12-14
sort: fix very-unlikely buffer overrun when merging to input file
Paul Eggert
-3
/
+2
2010-12-13
sort: fix some --compress reaper bugs
Paul Eggert
-90
/
+60
2010-12-11
sort: syntax cleanup
Jim Meyering
-5
/
+6
2010-12-11
sort: integer overflow checks in thread counts, etc.
Paul Eggert
-51
/
+64
2010-12-11
sort: preallocate merge tree nodes to heap.
Chen Guo
-59
/
+111
2010-12-11
sort: comment fix
Paul Eggert
-6
/
+1
2010-12-11
sort: use mutexes, not spinlocks (avoid busy loop on blocked output)
Chen Guo
-7
/
+7
2010-12-08
split: fix a case where --elide-empty causes invalid chunking
Pádraig Brady
-6
/
+24
2010-12-03
sort: merge_queue -> queue
Paul Eggert
-11
/
+11
2010-12-03
sort: clarify queue_check_insert
Paul Eggert
-11
/
+5
2010-12-03
sort: fix problems with merge node dest pointer
Paul Eggert
-8
/
+5
2010-12-03
sort: simplify write_unique
Paul Eggert
-4
/
+5
2010-12-03
sort: put queue arg first
Paul Eggert
-8
/
+8
2010-12-03
sort: tune struct_merge_node slightly
Paul Eggert
-15
/
+25
2010-12-03
sort: Clarify comments
Paul Eggert
-22
/
+59
2010-12-01
sort: fix bug on 64-bit hosts with at least 32768 processors
Paul Eggert
-1
/
+1
2010-12-01
sort -u: fix a thread-race pointer corruption bug
Paul Eggert
-3
/
+3
2010-11-27
tsort: suppress a valgrind memory leak warning
Pádraig Brady
-0
/
+5
2010-11-22
cp: give a better diagnostic for nonexistent dest/
Paul Eggert
-0
/
+6
2010-11-22
split: add --number to generate a particular number of files
Chen Guo
-24
/
+500
2010-11-18
od: fix bugs in displaying floating-point values
Paul Eggert
-34
/
+29
2010-11-16
split: fail immediately if impossible to create a large file
Pádraig Brady
-0
/
+10
2010-11-16
truncate: fix a very unlikely case for undiagnosed errors
Pádraig Brady
-14
/
+15
2010-11-16
maint: fix a new -Wpointer-sign gcc warning
Pádraig Brady
-1
/
+1
2010-11-13
stat: do not provide variable precision time stamps
Jim Meyering
-5
/
+1
2010-11-11
csplit: do not rely on undefined behavior in printf formats
Paul Eggert
-77
/
+64
2010-11-11
csplit: fix a memory leak per input buffer
Pádraig Brady
-0
/
+8
2010-11-10
csplit: avoid buffer overrun when writing more than 999 files
Jim Meyering
-4
/
+5
2010-11-06
stat: do not rely on undefined behavior in printf formats
Paul Eggert
-7
/
+40
2010-11-06
stat: use e.g. %.3X instead of %X.%3:X for sub-second precision
Paul Eggert
-85
/
+135
[prev]
[next]