index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
join.c
Age
Commit message (
Expand
)
Author
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
2016-01-13
join,sort,uniq: with -z, treat '\n' as a field separator
Pádraig Brady
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
2015-11-04
all: avoid quoting file names when possible
Pádraig Brady
2015-10-27
all: quote string arguments in error messages
Pádraig Brady
2015-04-30
doc: standardize messages about the '-' stdin FILE
Pádraig Brady
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
2014-05-26
doc: clarify --zero-terminated option
Pádraig Brady
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
2013-02-28
join: Add the -z, --zero-terminated option
Assaf Gordon
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
2012-11-04
build: don't rely on support for '%j' printf format
Pádraig Brady
2012-05-02
maint: with split lines, don't leave an operator at end of line
Jim Meyering
2012-01-27
maint: use single copyright year range
Jim Meyering
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
2012-01-09
maint: convert `...' to '...' in --help output
Jim Meyering
2012-01-09
maint: prep for global quoting changes: handle irregular cases manually
Jim Meyering
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
2011-09-14
doc: improve description of join's -a option
Eric Blake
2011-08-08
join: with --check-order print offending file name, line number and data
Jim Meyering
2011-08-08
maint: use xcalloc rather than xmalloc+memset (no semantic change)
Jim Meyering
2011-01-29
join: don't report disorder against an empty file
Pádraig Brady
2011-01-29
join: ensure --header skips the order check with empty files
Pádraig Brady
2011-01-29
join: add -o 'auto' to output a constant number of fields per line
Pádraig Brady
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
2010-09-01
join: improve performance when operating on whole lines
Pádraig Brady
2010-07-22
provide POSIX_FADV_SEQUENTIAL hint to appropriate utils
Pádraig Brady
2010-03-17
maint: add a space before open-paren, where lacking
Jim Meyering
2010-02-11
doc: remove extraneous periods from --help output
Pádraig Brady
2010-02-01
join: make -t '' operate on the whole line
Pádraig Brady
2010-02-01
join: add --header option to always output the first line
Assaf Gordon
2010-02-01
maint: fix an inconsequential memory leak in join
Pádraig Brady
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
2009-08-25
global: convert indentation-TABs to spaces
Jim Meyering
2009-06-23
maint: update all Copyright year lists to include 2009
Jim Meyering
2009-05-05
doc: note the use of LC_COLLATE in comm, join and uniq
Pádraig Brady
2008-11-10
make --help print "Report PROGRAM translation bugs to <...>."
Jim Meyering
2008-06-17
join: improve memory management
Bo Borgerson
2008-06-16
remove redundant const directives
Jim Meyering
2008-06-14
add "const" attribute, where possible
Jim Meyering
2008-06-08
standardize some error messages
Bo Borgerson
2008-06-03
use gnulib's progname module
Jim Meyering
2008-06-02
declare program_name consistently
Jim Meyering
2008-05-26
convert single-author programs to use proper_name
Jim Meyering
2008-03-26
* src/join.c (keycmp): Document new parameters.
Jim Meyering
2008-03-25
join bug fix: adapt keycmp to work with new order-checking feature
Jim Meyering
[next]