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
/
join.c
Age
Commit message (
Expand
)
Author
Lines
2012-05-02
maint: with split lines, don't leave an operator at end of line
Jim Meyering
-1
/
+1
2012-01-27
maint: use single copyright year range
Jim Meyering
-1
/
+1
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
-11
/
+11
2012-01-09
maint: convert `...' to '...' in --help output
Jim Meyering
-5
/
+5
2012-01-09
maint: prep for global quoting changes: handle irregular cases manually
Jim Meyering
-2
/
+2
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
-2
/
+1
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2011-09-14
doc: improve description of join's -a option
Eric Blake
-1
/
+1
2011-08-08
join: with --check-order print offending file name, line number and data
Jim Meyering
-13
/
+30
2011-08-08
maint: use xcalloc rather than xmalloc+memset (no semantic change)
Jim Meyering
-2
/
+1
2011-01-29
join: don't report disorder against an empty file
Pádraig Brady
-3
/
+5
2011-01-29
join: ensure --header skips the order check with empty files
Pádraig Brady
-4
/
+8
2011-01-29
join: add -o 'auto' to output a constant number of fields per line
Pádraig Brady
-31
/
+57
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2010-09-01
join: improve performance when operating on whole lines
Pádraig Brady
-2
/
+2
2010-07-22
provide POSIX_FADV_SEQUENTIAL hint to appropriate utils
Pádraig Brady
-0
/
+4
2010-03-17
maint: add a space before open-paren, where lacking
Jim Meyering
-1
/
+1
2010-02-11
doc: remove extraneous periods from --help output
Pádraig Brady
-2
/
+2
2010-02-01
join: make -t '' operate on the whole line
Pádraig Brady
-3
/
+4
2010-02-01
join: add --header option to always output the first line
Assaf Gordon
-1
/
+22
2010-02-01
maint: fix an inconsequential memory leak in join
Pádraig Brady
-19
/
+18
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
-1
/
+1
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
-1
/
+2
2009-08-25
global: convert indentation-TABs to spaces
Jim Meyering
-292
/
+292
2009-06-23
maint: update all Copyright year lists to include 2009
Jim Meyering
-1
/
+1
2009-05-05
doc: note the use of LC_COLLATE in comm, join and uniq
Pádraig Brady
-0
/
+1
2008-11-10
make --help print "Report PROGRAM translation bugs to <...>."
Jim Meyering
-1
/
+0
2008-06-17
join: improve memory management
Bo Borgerson
-80
/
+88
2008-06-16
remove redundant const directives
Jim Meyering
-1
/
+1
2008-06-14
add "const" attribute, where possible
Jim Meyering
-1
/
+1
2008-06-08
standardize some error messages
Bo Borgerson
-1
/
+1
2008-06-03
use gnulib's progname module
Jim Meyering
-4
/
+1
2008-06-02
declare program_name consistently
Jim Meyering
-1
/
+1
2008-05-26
convert single-author programs to use proper_name
Jim Meyering
-1
/
+1
2008-03-26
* src/join.c (keycmp): Document new parameters.
Jim Meyering
-1
/
+2
2008-03-25
join bug fix: adapt keycmp to work with new order-checking feature
Jim Meyering
-11
/
+16
2008-03-23
join.c: syntax/style tweaks
Jim Meyering
-101
/
+96
2008-02-20
join: avoid new leaks
James Youngman
-18
/
+34
2008-02-19
join: new options: --check-order and --nocheck-order.
James Youngman
-32
/
+184
2007-07-23
Update all copyright notices to use the newer form.
Jim Meyering
-5
/
+4
2007-07-10
Change "version 2" to "version 3" in all copyright notices.
Jim Meyering
-1
/
+1
2007-03-28
Help translators include translation team's web or email address.
Jim Meyering
-1
/
+1
2006-12-13
Remove some arbitrary restrictions on size fields,
Paul Eggert
-8
/
+5
2006-07-09
(is_blank): Remove; no longer needed. All uses
Paul Eggert
-11
/
+3
2006-02-21
(usage): Mention `sort -k 1b,1'.
Paul Eggert
-0
/
+1
2006-02-18
(usage): Use two spaces (not one) to separate the
Jim Meyering
-2
/
+2
2005-08-12
Cosmetic: use X2NREALLOC (only two arguments) rather than x2nrealloc (with th...
Jim Meyering
-3
/
+2
2005-07-09
Don't include stdio.h; no longer needed.
Paul Eggert
-1
/
+0
2005-07-03
Include stdio--.h, not stdio-safer.h.
Paul Eggert
-3
/
+3
2005-06-16
Don't embed `this'-style quotes in format strings.
Jim Meyering
-2
/
+2
[next]