Factor out some common strings to make translation easier.
[platform/upstream/coreutils.git] / src / sort.c
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-11 Jim Meyering(usage): Fix typo in last change to usage.
2001-11-11 Jim Meyering(struct_month_cmp): Guard definition with the same
2001-11-11 Jim Meyering(usage): Split --help output into smaller pieces.
2001-11-05 Jim Meyering(usage): Don't recommend setting LC_COLLATE=C.
2001-11-04 Jim Meyering(usage): Say that
2001-08-26 Jim Meyering(mergefps): Do not allocate at least sort_size bytes...
2001-08-13 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2001-07-01 Jim Meyering(usage): Suggest setting LC_COLLATE=C, rather than...
2001-04-15 Jim Meyering(default_sort_size): Leave a 1/16 margin for RSS.
2001-04-13 Jim Meyering(main): Add a comment justifying the use of
2001-04-13 Jim Meyering(RLIMIT_AS): Do not define; just use conditional
2001-04-02 Jim MeyeringInclude <getopt.h>.
2001-03-18 Jim Meyering(usage): Warn that the +N form will be withdrawn.
2001-03-13 Jim Meyering(die): New message arg, to describe failures
2001-03-13 Jim MeyeringDecrease buffer size when only merging or checking.
2001-03-13 Jim Meyering(sort): If all the input files are empty, create an...
2001-03-13 Jim Meyering(merge): Move declarations of local variables into
2001-03-13 Jim MeyeringDo not include closeout.h.
2001-03-03 Jim Meyering(die): New function.
2001-03-03 Jim Meyering(xfclose): Add FILE arg, and report the file name
2001-03-03 Jim Meyering(main): When fclose (stdin) fails, do not mention
2001-03-03 Jim Meyering(xfopen): Set have_read_stdin to 1 only if file is...
2001-03-03 Jim Meyering(initbuf): If the desired size cannot be
2001-03-03 Jim Meyering(parse_field_count): Comment fix.
2001-03-03 Jim MeyeringTune allocation and comparison of nodes
2001-03-02 Jim Meyering(eolchar, trim_trailing_blanks): Now static.
2001-03-02 Jim Meyering'sort' race condition fixes.
2001-02-22 Jim Meyering(keycompare): Move declarations of locals, lena and...
2001-02-19 Jim Meyering(AUTHORS): Add Paul Eggert.
2001-02-19 Jim MeyeringFix a race condition: freed storage accessed during...
2001-02-19 Jim MeyeringCheck for input size, and do not overallocate memory.
2001-01-17 Jim Meyering(main): Use PACKAGE, not GNU_PACKAGE.
2001-01-17 Jim Meyering(usage): Convert each TAB in --help output to a sequenc...
2001-01-03 Jim Meyering(main): Remove embedded \n from diagnostic.
2000-12-19 Jim Meyeringadjust indentation
2000-12-19 Jim MeyeringInclude physmem.h.
2000-12-02 Jim Meyeringwhoops. rename the use, too -- not just the decl!!
2000-12-02 Jim Meyering(checkfp): Rename local `buf' to avoid shadowing previo...
2000-12-02 Jim Meyering(NONZERO): Define and use it to make the code a tiny
2000-11-30 Jim Meyerings/SIZE_T_MAX/SIZE_MAX/.
2000-11-30 Jim MeyeringPort GNU "sort" to hosts where sizes don't fit in ...
2000-10-22 Jim Meyeringadd missing backslash
2000-10-21 Jim Meyering(SORT_OUT_OF_ORDER): Define.
2000-10-21 Jim Meyering(main): Use EXIT_SUCCESS rather than 0.
2000-08-11 Jim Meyering(usage): Describe -d and -i in a locale-independent...
2000-08-07 Jim Meyering(usage): Warn more succintly about the effects of
2000-08-05 Jim Meyering(main): Rename local `t' to `tmp_dir' to avoid shadowing
2000-07-29 Jim Meyering(temp_dir): Remove.
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
2000-03-06 Jim Meyering(struct buffer.newline_free): New member.
2000-03-03 Jim Meyering(fillbuf): Move declaration of local, cc, into scope of
2000-03-03 Jim MeyeringBig performance improvement when sorting many small...
2000-01-22 Jim Meyering(keycompare): Use global, hard_LC_COLLATE in place of
2000-01-19 Jim MeyeringTweak sort performance.
2000-01-18 Jim Meyering(sighandler, main):
2000-01-13 Jim Meyering(fillbuf): Avoid quadratic behavior with long lines.
1999-11-05 Jim Meyering(SORTALLOC): New macro.
1999-11-04 Jim Meyering(begfield, limfield, findlines, keycompare, compare):
1999-09-02 Jim MeyeringRemove xstrdup declaration.
1999-08-22 Jim Meyering(checkfp): Use IF_LINT macro instead of #ifdef lint...
1999-08-06 Jim MeyeringInclude file name in `write error' diagnostics.
1999-07-04 Jim MeyeringInclude hard-locale.h, memcoll.h.
1999-05-22 Jim Meyering(general_numcompare): Put exceptional cases
1999-05-22 Jim Meyering(strtod): Declare if STDC_HEADERS is not defined.
1999-05-21 Jim MeyeringTreat the trailing newline as part of the line, as...
1999-05-20 Jim Meyering(keycompare): Ignore any length difference if the
1999-05-20 Jim Meyering(memcoll, keycompare, compare): Handle NUL
1999-05-20 Jim Meyering(MONTHTAB_CONST): Renamed from NLS_CONST; the use
1999-05-16 Jim MeyeringDon't autodetect the locale of numbers and
1999-05-15 Jim Meyering(usage): Whoops.
1999-05-12 Jim Meyering(usage): Split the --help message into two pieces so...
1999-05-09 Jim Meyering(fraccompare, numcompare): Merge the NLS and
1999-05-06 Jim Meyering(numcompare): Handle comparison of two negative
1999-05-05 Jim Meyeringadd missing backslash-before-newline in usage message
1999-05-05 Jim Meyeringadd missing backslash-before-newline in usage message
1999-05-01 Jim Meyering(usage): Document the differences between the
1999-04-19 Jim Meyering(tempname): Wrap after 99999 only for length-impaired...
1999-04-18 Jim Meyering(tempname): Add a FIXME comment.
1999-04-18 Jim Meyering(NAME_MAX_IN_DIR): Rename from PATH_MAX_IN_DIR. Use...
1999-04-18 Jim MeyeringRename global: s/temp_file_prefix/temp_dir/.
1999-04-18 Jim Meyering(usage): s/DIRECT/DIRECTORY/g
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-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...
next