index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sort.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-23
maint: Use logical rather than bitwise operators on bools
Pádraig Brady
1
-21
/
+21
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
1
-1
/
+2
2009-08-25
global: convert indentation-TABs to spaces
Jim Meyering
1
-1149
/
+1149
2009-08-18
sort: use more portable initialization syntax
Jim Meyering
1
-4
/
+23
2009-07-03
sort: allow SI and IEC units on separate human sort fields
Pádraig Brady
1
-14
/
+16
2009-06-13
sort: Ignore fields where end position is before the start position
Cliff Miller
1
-2
/
+6
2009-06-07
sort: die immediately upon heap allocation failure
Jim Meyering
1
-1
/
+2
2009-05-26
sort: new --human-numeric-sort option to sort KiB MB etc.
Michael Speer
1
-8
/
+107
2009-05-17
maint: use ARRAY_CARDINALITY more
Jim Meyering
1
-1
/
+1
2009-04-23
sort -m: don't segfault when output file is also an input file
Jim Meyering
1
-4
/
+6
2009-04-07
shred,sort,shuf: don't use /dev/urandom by default
Pádraig Brady
1
-1
/
+1
2009-04-02
doc: Clarify the help for version sorting in ls and sort
Pádraig Brady
1
-1
/
+1
2009-03-18
sort: handle fd exhaustion better when merging
Paul Eggert
1
-74
/
+218
2009-02-26
sort: Fix two bugs with determining the end of field
Pádraig Brady
1
-24
/
+18
2008-12-01
doc: Improve description of --files0-from option
Pádraig Brady
1
-1
/
+2
2008-11-10
make --help print "Report PROGRAM translation bugs to <...>."
Jim Meyering
1
-1
/
+0
2008-11-10
avoid warnings about discarding "qualifiers from pointer target type"
Jim Meyering
1
-1
/
+1
2008-10-03
ls and sort: use filevercmp instead of strverscmp
Kamil Dudka
1
-4
/
+5
2008-09-19
sort --help: sort the options better alphabetically
Benno Schulenberg
1
-2
/
+6
2008-08-18
sort: improve usage wording
Eric Blake
1
-1
/
+2
2008-08-15
adjust
Jim Meyering
1
-11
/
+9
2008-08-15
sort: new option, --sort=version, for version number ordering
Bruce Korb
1
-20
/
+89
2008-08-14
mktemp, sort, tac: don't use undefined after mkstemp failure
Jim Meyering
1
-1
/
+2
2008-08-10
sort: remove unnecessary declaration of strtod
Jim Meyering
1
-4
/
+0
2008-08-10
sort: avoid erroneous cast
Jim Meyering
1
-6
/
+11
2008-08-10
sort: don't print uninitialized in diagnostic
Jim Meyering
1
-2
/
+2
2008-06-27
factor out time_t-to-string conversion idiom
Jim Meyering
1
-1
/
+0
2008-06-20
sort: Fix bug where --batch-size option shrank SORT_SIZE.
Bo Borgerson
1
-8
/
+6
2008-06-17
sort: accept new option --batch-size=NMERGE
Bo Borgerson
1
-12
/
+103
2008-06-17
sort: add new option --files0-from=F
Bo Borgerson
1
-1
/
+75
2008-06-16
remove redundant const directives
Jim Meyering
1
-1
/
+1
2008-06-15
fix the compilation failure for real
Jim Meyering
1
-1
/
+1
2008-06-15
fix a const-related compilation failure in sort.c
Jim Meyering
1
-1
/
+1
2008-06-14
add "const" attribute, where possible
Jim Meyering
1
-2
/
+2
2008-06-03
use gnulib's progname module
Jim Meyering
1
-4
/
+1
2008-06-02
declare program_name consistently
Jim Meyering
1
-1
/
+1
2008-05-26
convert 2-author programs to use proper_name
Jim Meyering
1
-1
/
+3
2008-02-20
sort: add --sort=... option.
Andreas Schwab
1
-2
/
+20
2007-10-07
Avoid a pseudo-leak in sort.
Jim Meyering
1
-0
/
+1
2007-08-11
Accommodate more xstrtol changes.
Paul Eggert
1
-4
/
+4
2007-08-04
Adapt to new human and xstrtol API.
Paul Eggert
1
-5
/
+6
2007-07-24
sort: avoid unaligned access.
Paul Eggert
1
-3
/
+8
2007-07-23
Update all copyright notices to use the newer form.
Jim Meyering
1
-5
/
+4
2007-07-20
* src/sort.c (main): Don't free a pointer to non-malloc'd memory.
Andreas Schwab
1
-4
/
+1
2007-07-10
Change "version 2" to "version 3" in all copyright notices.
Jim Meyering
1
-1
/
+1
2007-06-23
Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0.
Jim Meyering
1
-1
/
+1
2007-03-28
Help translators include translation team's web or email address.
Jim Meyering
1
-1
/
+1
2007-02-24
* NEWS: sort no longer compresses temporaries by default.
Paul Eggert
1
-13
/
+3
2007-02-19
* NEWS: sort now uses a --compress-program option rather than
Paul Eggert
1
-17
/
+16
2007-01-25
* src/sort.c (create_temp): Remove superfluous access-X_OK
Dan Hipschman
1
-6
/
+1
[next]