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
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
-20
/
+21
2016-01-13
join,sort,uniq: with -z, treat '\n' as a field separator
Pádraig Brady
-4
/
+4
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2015-11-04
all: avoid quoting file names when possible
Pádraig Brady
-5
/
+5
2015-10-27
all: quote string arguments in error messages
Pádraig Brady
-4
/
+4
2015-04-30
doc: standardize messages about the '-' stdin FILE
Pádraig Brady
-2
/
+8
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
-1
/
+1
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
-2
/
+2
2014-05-26
doc: clarify --zero-terminated option
Pádraig Brady
-1
/
+1
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
-1
/
+1
2013-02-28
join: Add the -z, --zero-terminated option
Assaf Gordon
-4
/
+15
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2012-11-04
build: don't rely on support for '%j' printf format
Pádraig Brady
-1
/
+1
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
[next]