Use PROGRAM_NAME in place of string in parse_long_options call.
[platform/upstream/coreutils.git] / src / sort.c
1999-04-03 Jim MeyeringUse PROGRAM_NAME in place of string in parse_long_optio...
1999-04-03 Jim Meyeringdefine PROGRAM_NAME
1999-03-07 Jim Meyering(main): Use a `%s' format in error call,
1999-03-04 Jim Meyering(main): Include author name argument in call to parse_l...
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-14 Jim MeyeringDon't prototype usage as static.
1999-01-01 Jim Meyering(PATH_MAX_IN_DIR) [HAVE_UNISTD_H]: New macro, for max
1998-12-13 Jim Meyeringadd comment about opening exclusively
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-08-01 Jim Meyering(my_setlocale): Guard definition within #ifdef ENABLE_NLS.
1998-07-30 Jim Meyering * src/sort.c (usage): Add angle brackets to make ...
1998-07-29 Jim Meyering(NEGATION_SIGN): Renamed from NEGATIVE_SIGN to avoid
1998-07-26 Jim Meyering(main): Stat all non-`-' input file files (and fail...
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-27 Jim Meyering(keycompare): Don't return 0 from inside the keyspec...
1998-04-27 Jim Meyering(strncoll): Remove bogus assertion.
1998-04-26 Jim MeyeringDo not define _GNU_SOURCE and/or NDEBUG
1998-03-11 Jim Meyering(xtmpfopen): Open temporary file exclusively, to
1998-01-18 Jim Meyering(strncoll, strncoll_s2_readonly, look_for_fraction...
1998-01-16 Jim MeyeringGuard inclusion of langinfo.h also with HAVE_LANGINFO_H,
1998-01-16 Jim Meyering(mergefps): Add braces to avoid ambiguous `else' statement.
1998-01-10 Jim MeyeringCHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX...
1998-01-08 Jim Meyering(inittables): Add && HAVE_NL_LANGINFO to the #if-test
1997-12-06 Jim Meyeringrevert last change
1997-12-06 Jim Meyeringuse SORT_INITIAL_LINE_LENGTH envvar for testing
1997-12-06 Jim Meyering(fillbuf): split longer-than-80-char line
1997-11-08 Jim Meyering(keycompare): call alloca(0) after each iteration
1997-11-06 Jim Meyering(getmonth): Remove HAVE_ALLOCA #ifdefs.
1997-10-26 Jim Meyering(NLS_STRNCMP) [!ENABLE_NLS]: s/strcmp/strncmp/
1997-10-25 Jim Meyerings/xmalloc_exit_failure/xalloc_exit_failure
1997-10-25 Jim MeyeringInclude xalloc.h.
1997-10-23 Jim MeyeringRemove free, malloc, and realloc dcls.
1997-10-16 Jim Meyeringindent
1997-10-16 Jim MeyeringAdd comments. From Orn.
1997-10-16 Jim Meyeringadd assertions
1997-10-16 Jim Meyering(look_for_fraction): Patch from Orn Hansen.
1997-10-16 Jim Meyeringbegin merging Orn's changes
1997-10-15 Jim Meyering(_NL_ITEM) [!defined]: Define.
1997-10-14 Jim MeyeringRemove ChangeLog entry from Orn.
1997-10-14 Jim MeyeringUse STREQ in place of most uses of strcmp.
1997-10-14 Jim Meyering(NLS_STRCMP): Define.
1997-10-14 Jim Meyering(CHARS_IN_ABM): Remove definition
1997-10-14 Jim Meyeringtweak Orn's fraccompare. Always use it.
1997-10-14 Jim Meyering(fraccompare): Indent.
1997-10-14 Jim Meyeringfix spelling errors in comments
1997-10-14 Jim Meyering(keycompare): Move assignment out of if-expression.
1997-10-14 Jim Meyering(strncoll): Rename parameter to LEN.
1997-10-14 Jim MeyeringDeclare xstrdup.
1997-10-14 Jim Meyering[patch from Orn]
1997-10-13 Jim Meyeringeliminate a comma expr,
1997-10-13 Jim Meyering(NLS_MAP): Remove unused definitions.
1997-10-13 Jim Meyering(NLS_MEMCMP): Define.
1997-10-13 Jim Meyeringindent and clean up some more
1997-10-13 Jim MeyeringIndent some more.
1997-10-13 Jim Meyeringindent and add FIXME comments
1997-10-13 Jim Meyeringfilter through cppi
1997-10-13 Jim MeyeringApply big patch from Ørn E. Hansen.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-07-19 Jim Meyering(checkfp): tweak comment
1997-07-19 Jim Meyering(checkfp): Print the `disorder' message. Include both
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1996-12-14 Jim Meyering(digits): Remove; subsumed by new ISDIGIT.
1996-12-13 Jim Meyering(usage): Clarify description of -u option.
1996-11-27 Jim Meyering(fraccompare): Add explicit `int' in `register' dcl, to
1996-11-25 Jim Meyering(set_ordering): Revert 1994-05-04 change to this function
1996-11-23 Jim Meyering(usage): Alphabetize options like sort -f would.
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyering.
1996-11-02 Jim Meyering[!ENABLE_ASSERTIONS]: Guard NDEBUG definition.
1996-11-01 Jim Meyering(key_init): New function.
1996-10-04 Jim Meyering(main): update --version output again
1996-09-23 Jim Meyering(keycompare): Declare translate to be unsigned char *.
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-05-31 Jim Meyering(limfield): #ifdef-out a block of code that makes
1996-05-30 Jim Meyering(main): Use STDIN_FILENO instead of less portable filen...
1996-04-29 Jim Meyering(main): Give a better diagnostic for `sort -0'. Report...
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-03-24 Jim Meyering[SORT_FAILURE]: New macro.
1996-03-21 Jim Meyering(main): Declare to return int, not void. From Peter...
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-11 Jim Meyering(write_bytes): Renamed from xfwrite.
1996-03-09 Jim Meyering(main): Initialize for internationalized message suppor...
1996-02-18 Jim MeyeringAdd -z option. Change all occurrences of '\n' to ...
1996-01-02 Jim Meyering(keycompare): Rewrite cases handling -i and -if to...
1995-12-05 Jim Meyering(main): Diagnose improper form of arguments to -k,...
1995-12-05 Jim Meyering(numcompare): Properly handle all cases in which signs...
1995-12-01 Jim Meyeringtreat `-' as if it were zero. Reported by Ross Alexander
1995-11-29 Jim Meyering(limfield): Remove field_start junk.
1995-11-28 Jim Meyering(begfield): Replace unnecessary loop with if-else.
1995-11-15 Jim MeyeringAdd support for sorting numbers in scientific notation.
1995-11-11 Jim Meyering(xmalloc): Declare static.
1995-10-26 Jim Meyering(main): Use xfopen, not xtmpopen to open final output...
1995-10-26 Jim Meyering(xtmpfopen): New function -- for opening temp files.
1995-10-26 Jim Meyering(xfopen): Rewrite using open/fdopen in order to set
1995-10-16 Jim MeyeringMove struct dcls to precede dcls of file-scope variables.
1995-10-16 Jim Meyering(usage): Move function definition to precede uses and
1995-10-04 Jim MeyeringTest SA_INTERRUPT, not _POSIX_VERSION,
1995-09-19 Jim Meyering(checkfp): Rearrange loop to avoid duplicate test.
next