Age | Commit message (Expand) | Author |
1999-11-05 | (SORTALLOC): New macro. | Jim Meyering |
1999-11-04 | (begfield, limfield, findlines, keycompare, compare): | Jim Meyering |
1999-09-02 | Remove xstrdup declaration. | Jim Meyering |
1999-08-22 | (checkfp): Use IF_LINT macro instead of #ifdef lint... | Jim Meyering |
1999-08-06 | Include file name in `write error' diagnostics. | Jim Meyering |
1999-07-04 | Include hard-locale.h, memcoll.h. | Jim Meyering |
1999-05-22 | (general_numcompare): Put exceptional cases | Jim Meyering |
1999-05-22 | (strtod): Declare if STDC_HEADERS is not defined. | Jim Meyering |
1999-05-21 | Treat the trailing newline as part of the line, as required by POSIX.2. | Jim Meyering |
1999-05-20 | (keycompare): Ignore any length difference if the | Jim Meyering |
1999-05-20 | (memcoll, keycompare, compare): Handle NUL | Jim Meyering |
1999-05-20 | (MONTHTAB_CONST): Renamed from NLS_CONST; the use | Jim Meyering |
1999-05-16 | Don't autodetect the locale of numbers and | Jim Meyering |
1999-05-15 | (usage): Whoops. | Jim Meyering |
1999-05-12 | (usage): Split the --help message into two pieces so that | Jim Meyering |
1999-05-09 | (fraccompare, numcompare): Merge the NLS and | Jim Meyering |
1999-05-06 | (numcompare): Handle comparison of two negative | Jim Meyering |
1999-05-05 | add missing backslash-before-newline in usage message | Jim Meyering |
1999-05-05 | add missing backslash-before-newline in usage message | Jim Meyering |
1999-05-01 | (usage): Document the differences between the | Jim 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-18 | Rename global: s/temp_file_prefix/temp_dir/. | Jim Meyering |
1999-04-18 | (usage): s/DIRECT/DIRECTORY/g | Jim Meyering |
1999-04-03 | Use AUTHORS in place of string in parse_long_options call. | Jim Meyering |
1999-04-03 | Insert AUTHORS definition. | Jim Meyering |
1999-04-03 | Use PROGRAM_NAME in place of string in parse_long_options call. | Jim Meyering |
1999-04-03 | define PROGRAM_NAME | Jim 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-16 | update copyright dates | Jim Meyering |
1999-01-14 | Don't prototype usage as static. | Jim Meyering |
1999-01-01 | (PATH_MAX_IN_DIR) [HAVE_UNISTD_H]: New macro, for max | Jim Meyering |
1998-12-13 | add comment about opening exclusively | Jim Meyering |
1998-09-19 | update bug-reporting address | Jim Meyering |
1998-08-01 | (my_setlocale): Guard definition within #ifdef ENABLE_NLS. | Jim Meyering |
1998-07-30 | * src/sort.c (usage): Add angle brackets to make `Report bugs...' | Jim Meyering |
1998-07-29 | (NEGATION_SIGN): Renamed from NEGATIVE_SIGN to avoid | Jim Meyering |
1998-07-26 | (main): Stat all non-`-' input file files (and fail if a | Jim Meyering |
1998-06-29 | revert back to using lower case _unlocked wrapper names | Jim Meyering |
1998-06-29 | Change all uses of unlocked-wrapped functions to their upper case wrapper names. | Jim Meyering |
1998-04-27 | (keycompare): Don't return 0 from inside the keyspec-iterating loop. | Jim Meyering |
1998-04-27 | (strncoll): Remove bogus assertion. | Jim Meyering |
1998-04-26 | Do not define _GNU_SOURCE and/or NDEBUG | Jim Meyering |
1998-03-11 | (xtmpfopen): Open temporary file exclusively, to | Jim Meyering |
1998-01-18 | (strncoll, strncoll_s2_readonly, look_for_fraction, numcompare): | Jim Meyering |
1998-01-16 | Guard inclusion of langinfo.h also with HAVE_LANGINFO_H, | Jim Meyering |
1998-01-16 | (mergefps): Add braces to avoid ambiguous `else' statement. | Jim Meyering |
1998-01-10 | CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX LONG_MAX ULONG_MAX | Jim Meyering |