maint: with split lines, don't leave an operator at end of line
[platform/upstream/coreutils.git] / src / join.c
2012-05-02 Jim Meyeringmaint: with split lines, don't leave an operator at...
2012-01-27 Jim Meyeringmaint: use single copyright year range
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: convert `...' to '...' in --help output
2012-01-09 Jim Meyeringmaint: prep for global quoting changes: handle irregula...
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-09-14 Eric Blakedoc: improve description of join's -a option
2011-08-08 Jim Meyeringjoin: with --check-order print offending file name...
2011-08-08 Jim Meyeringmaint: use xcalloc rather than xmalloc+memset (no seman...
2011-01-29 Pádraig Bradyjoin: don't report disorder against an empty file
2011-01-29 Pádraig Bradyjoin: ensure --header skips the order check with empty...
2011-01-29 Pádraig Bradyjoin: add -o 'auto' to output a constant number of...
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-09-01 Pádraig Bradyjoin: improve performance when operating on whole lines
2010-07-22 Pádraig Bradyprovide POSIX_FADV_SEQUENTIAL hint to appropriate utils
2010-03-17 Jim Meyeringmaint: add a space before open-paren, where lacking
2010-02-11 Pádraig Bradydoc: remove extraneous periods from --help output
2010-02-01 Pádraig Bradyjoin: make -t '' operate on the whole line
2010-02-01 Assaf Gordonjoin: add --header option to always output the first...
2010-02-01 Pádraig Bradymaint: fix an inconsequential memory leak in join
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-06-23 Jim Meyeringmaint: update all Copyright year lists to include 2009
2009-05-05 Pádraig Bradydoc: note the use of LC_COLLATE in comm, join and uniq
2008-11-10 Jim Meyeringmake --help print "Report PROGRAM translation bugs...
2008-06-16 Bo Borgersonjoin: improve memory management
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-08 Bo Borgersonstandardize some error messages
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringconvert single-author programs to use proper_name
2008-03-26 Jim Meyering* src/join.c (keycmp): Document new parameters.
2008-03-25 Jim Meyeringjoin bug fix: adapt keycmp to work with new order-check...
2008-03-23 Jim Meyeringjoin.c: syntax/style tweaks
2008-02-20 James Youngmanjoin: avoid new leaks
2008-02-19 James Youngmanjoin: new options: --check-order and --nocheck-order.
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-12-13 Paul EggertRemove some arbitrary restrictions on size fields,
2006-07-09 Paul Eggert(is_blank): Remove; no longer needed. All uses
2006-02-21 Paul Eggert(usage): Mention `sort -k 1b,1'.
2006-02-18 Jim Meyering(usage): Use two spaces (not one) to separate the
2005-08-12 Jim MeyeringCosmetic: use X2NREALLOC (only two arguments) rather...
2005-07-09 Paul EggertDon't include stdio.h; no longer needed.
2005-07-03 Paul EggertInclude stdio--.h, not stdio-safer.h.
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-05-19 Jim Meyering(decode_field_spec): Add an abort after
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-04-26 Paul EggertRemove posixver.h and its uses.
2005-04-11 Paul EggertInclude stdio-safer.h.
2004-12-08 Paul EggertUndo previous change; it's already there.
2004-12-08 Paul Eggert(usage): Mention that input files should be sorted.
2004-12-02 Paul Eggert(keycmp): Assume setlocale exists.
2004-09-21 Paul EggertRemove unused "case 0".
2004-06-21 Jim MeyeringStandardize on the diagnostics given when someone gives
2004-04-17 Jim Meyering(add_file_name): Declare function to be `static'.
2004-04-17 Jim Meyering(string_to_join_field): Declare function to be `static'.
2004-03-10 Jim Meyering`join -1 x' would give a misleading diagnostic
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-12-30 Jim MeyeringInclude posixver.h.
2003-12-30 Jim Meyeringremove trailing blank
2003-12-30 Jim Meyering(add_field_list): Don't use alloca with unbounded
2003-12-27 Jim MeyeringInclude "quote.h".
2003-12-20 Jim Meyering[struct seq]: Change types of members count and alloc
2003-11-19 Jim Meyering(usage): Mention that FILE1 and FILE2 must be sorted
2003-11-04 Jim Meyering(ADD_FIELD, initseq, getseq): Use x2nrealloc rather...
2003-11-04 Jim Meyering(initseq, add_field, make_blank): Use `sizeof *var...
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-28 Jim MeyeringRemove unnecessary cast of alloca, since now it's guara...
2003-09-23 Jim Meyering(get_line): Report error right away if I/O fails,
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-06-18 Jim MeyeringReflect renaming: readline -> readlinebuffer.
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-13 Jim Meyering(delseq, freeline): Don't apply cast to argument of...
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2003-02-19 Jim Meyering(usage): Change wording in --help output:
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-04-30 Jim Meyering(keycmp): Replace #ifdef ENABLE_NLS with if (HAVE_SETLO...
2002-01-22 Jim MeyeringInclude xmemcoll.h, not memcoll.h.
2002-01-21 Jim Meyering(keycmp): Don't assume that the difference between...
2001-12-03 Jim Meyering(usage): Merge lone "\n" into adjacent string.
2001-12-01 Jim MeyeringReflect renaming to, and new usage of these macros:
2001-12-01 Jim Meyering(usage): Use new macros, EMIT_HELP_DESCRIPTION and...
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-11 Jim Meyering(make_blank): Declare to be static.
2001-11-11 Jim Meyering(make_blank): Declare to be static.
2001-11-11 Jim Meyering(usage): Split --help output into smaller pieces.
2000-11-18 Jim Meyeringrevert mysteriously-applied last delta!
2000-11-17 Jim MeyeringDeclare global `tab' to be of type *unsigned* char,
2000-11-16 Jim MeyeringDeclare global `tab' to be of type *unsigned* char,
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
2000-02-29 Jim Meyering(make_blank): Add an explicit cast to `unsigned char *'
next