Age | Commit message (Expand) | Author |
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 |
1998-01-08 | (inittables): Add && HAVE_NL_LANGINFO to the #if-test | Jim Meyering |
1997-12-06 | revert last change | Jim Meyering |
1997-12-06 | use SORT_INITIAL_LINE_LENGTH envvar for testing | Jim Meyering |
1997-12-06 | (fillbuf): split longer-than-80-char line | Jim Meyering |
1997-11-08 | (keycompare): call alloca(0) after each iteration | Jim Meyering |
1997-11-06 | (getmonth): Remove HAVE_ALLOCA #ifdefs. | Jim Meyering |
1997-10-26 | (NLS_STRNCMP) [!ENABLE_NLS]: s/strcmp/strncmp/ | Jim Meyering |
1997-10-25 | s/xmalloc_exit_failure/xalloc_exit_failure | Jim Meyering |
1997-10-25 | Include xalloc.h. | Jim Meyering |
1997-10-23 | Remove free, malloc, and realloc dcls. | Jim Meyering |
1997-10-16 | indent | Jim Meyering |
1997-10-16 | Add comments. From Orn. | Jim Meyering |
1997-10-16 | add assertions | Jim Meyering |
1997-10-16 | (look_for_fraction): Patch from Orn Hansen. | Jim Meyering |
1997-10-16 | begin merging Orn's changes | Jim Meyering |
1997-10-15 | (_NL_ITEM) [!defined]: Define. | Jim Meyering |
1997-10-14 | Remove ChangeLog entry from Orn. | Jim Meyering |
1997-10-14 | Use STREQ in place of most uses of strcmp. | Jim Meyering |
1997-10-14 | (NLS_STRCMP): Define. | Jim Meyering |