summaryrefslogtreecommitdiff
path: root/src/sort.c
AgeCommit message (Expand)Author
2000-11-30Port GNU "sort" to hosts where sizes don't fit in "int",Jim Meyering
2000-10-22add missing backslashJim Meyering
2000-10-21(SORT_OUT_OF_ORDER): Define.Jim Meyering
2000-10-21(main): Use EXIT_SUCCESS rather than 0.Jim Meyering
2000-08-11(usage): Describe -d and -i in a locale-independent way.Jim Meyering
2000-08-07(usage): Warn more succintly about the effects ofJim Meyering
2000-08-05(main): Rename local `t' to `tmp_dir' to avoid shadowingJim Meyering
2000-07-29(temp_dir): Remove.Jim Meyering
2000-05-20Arrange to call close_stdout upon exit. Don't close stdout explicitly.Jim Meyering
2000-03-06(struct buffer.newline_free): New member.Jim Meyering
2000-03-03(fillbuf): Move declaration of local, cc, into scope ofJim Meyering
2000-03-03Big performance improvement when sorting many small files,Jim Meyering
2000-01-22(keycompare): Use global, hard_LC_COLLATE in place ofJim Meyering
2000-01-19Tweak sort performance.Jim Meyering
2000-01-18(sighandler, main):Jim Meyering
2000-01-13(fillbuf): Avoid quadratic behavior with long lines.Jim Meyering
1999-11-05(SORTALLOC): New macro.Jim Meyering
1999-11-04(begfield, limfield, findlines, keycompare, compare):Jim Meyering
1999-09-02Remove xstrdup declaration.Jim Meyering
1999-08-22(checkfp): Use IF_LINT macro instead of #ifdef lint...Jim Meyering
1999-08-06Include file name in `write error' diagnostics.Jim Meyering
1999-07-04Include hard-locale.h, memcoll.h.Jim Meyering
1999-05-22(general_numcompare): Put exceptional casesJim Meyering
1999-05-22(strtod): Declare if STDC_HEADERS is not defined.Jim Meyering
1999-05-21Treat the trailing newline as part of the line, as required by POSIX.2.Jim Meyering
1999-05-20(keycompare): Ignore any length difference if theJim Meyering
1999-05-20(memcoll, keycompare, compare): Handle NULJim Meyering
1999-05-20(MONTHTAB_CONST): Renamed from NLS_CONST; the useJim Meyering
1999-05-16Don't autodetect the locale of numbers andJim Meyering
1999-05-15(usage): Whoops.Jim Meyering
1999-05-12(usage): Split the --help message into two pieces so thatJim Meyering
1999-05-09(fraccompare, numcompare): Merge the NLS andJim Meyering
1999-05-06(numcompare): Handle comparison of two negativeJim Meyering
1999-05-05add missing backslash-before-newline in usage messageJim Meyering
1999-05-05add missing backslash-before-newline in usage messageJim Meyering
1999-05-01(usage): Document the differences between theJim Meyering
1999-04-19(tempname): Wrap after 99999 only for length-impaired file systems.Jim Meyering
1999-04-18(tempname): Add a FIXME comment.Jim Meyering
1999-04-18(NAME_MAX_IN_DIR): Rename from PATH_MAX_IN_DIR. Use _POSIX_NAME_MAX,Jim Meyering
1999-04-18Rename global: s/temp_file_prefix/temp_dir/.Jim Meyering
1999-04-18(usage): s/DIRECT/DIRECTORY/gJim Meyering
1999-04-03Use AUTHORS in place of string in parse_long_options call.Jim Meyering
1999-04-03Insert AUTHORS definition.Jim Meyering
1999-04-03Use PROGRAM_NAME in place of string in parse_long_options call.Jim Meyering
1999-04-03define PROGRAM_NAMEJim Meyering
1999-03-07(main): Use a `%s' format in error call,Jim Meyering
1999-03-04(main): Include author name argument in call to parse_long_options.Jim Meyering
1999-02-16update copyright datesJim Meyering
1999-01-14Don't prototype usage as static.Jim Meyering
1999-01-01(PATH_MAX_IN_DIR) [HAVE_UNISTD_H]: New macro, for maxJim Meyering