TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / join.c
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 *'
1999-07-04 Jim Meyeringreinclude memcoll.h (mistakenly removed by me)
1999-07-04 Jim MeyeringAdd support for LC_COLLATE locale.
1999-07-04 Jim Meyering(xfields): Only <blank>s separate fields, not <space>s.
1999-05-15 Jim Meyering(xfields): Don't interpret a trailing blank as a
1999-05-03 Jim Meyering(TOLOWER): Remove definition.
1999-04-04 Jim MeyeringStandardize --help and --version processing.
1999-04-03 Jim MeyeringUse AUTHORS in place of string in parse_long_options...
1999-04-03 Jim MeyeringInsert AUTHORS definition.
1999-04-03 Jim MeyeringUse PROGRAM_NAME in place of string in parse_long_optio...
1999-04-03 Jim Meyeringdefine PROGRAM_NAME
1999-03-04 Jim Meyering(main): Include author name argument.
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-14 Jim MeyeringDon't prototype usage as static.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-07-26 Jim MeyeringConvert some char* dcls to `unsigned char*' and remove...
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-04-26 Jim MeyeringDo not define _GNU_SOURCE and/or NDEBUG
1998-04-17 Jim Meyering(xfields): Used unsigned char* pointers to avoid
1998-04-12 Jim MeyeringUse STREQ rather than strcmp
1998-01-10 Jim MeyeringCHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX...
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-03 Jim MeyeringMove alloca-related preprocessor code into system.h.
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
next