Age | Commit message (Expand) | Author |
2004-01-04 | (add_temp_dir): Use x2nrealloc rather than xrealloc. | Jim Meyering |
2003-11-04 | (new_key): Use xzalloc, not xcalloc. | Jim Meyering |
2003-11-02 | (inittables): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'. | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering |
2003-10-15 | (parse_field_count): Handle the case where overflow | Jim Meyering |
2003-09-28 | Remove unnecessary casts of alloca, since now it's guaranteed to be (void *). | Jim Meyering |
2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering |
2003-09-18 | revert previous change | Jim Meyering |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering |
2003-09-18 | (numcompare): Rename local, logb, to log_b to avoid | Jim Meyering |
2003-09-05 | Don't ignore -S if input is a pipe. Bug report by Michael McFarland in | Jim Meyering |
2003-09-04 | (usage): Say "blanks" instead of "whitespace", | Jim Meyering |
2003-08-04 | (main): Use unsigned int instead of int for `nsigs' | Jim Meyering |
2003-08-03 | Minor code cleanups, mostly to use more accurate | Jim Meyering |
2003-08-02 | (sortlines): Add description and references. | Jim Meyering |
2003-07-28 | (sortlines_temp): Undo previous change. | Jim Meyering |
2003-07-27 | (sortlines_temp): Declare local `swap' to be `int', not | Jim Meyering |
2003-07-27 | remove trailing blanks | Jim Meyering |
2003-07-27 | (sort): Don't require two `struct line's per text line, | Jim Meyering |
2003-07-27 | This change was inspired by a similar proposal by Stepan Kasal. | Jim Meyering |
2003-07-23 | Don't include headers already included by system.h: | Jim Meyering |
2003-07-19 | Include "exitfail.h". | Jim Meyering |
2003-07-18 | (main): Use close_stdout via atexit. | Jim Meyering |
2003-07-18 | Include "exitfail.h". | Jim Meyering |
2003-06-17 | (main): Call initialize_main. | Jim Meyering |
2003-05-13 | (sort): Don't apply cast to argument of free. | Jim Meyering |
2003-05-13 | (zaptemp): Don't apply cast to argument of free. | Jim Meyering |
2003-05-09 | fix off-by-one error in last change | Jim Meyering |
2003-05-09 | (main): Don't overrun array bound if argc is 0. | Jim Meyering |
2003-04-11 | Remove anachronistic casts of xmalloc, | Jim Meyering |
2002-12-15 | Remove all uses of `PARAMS'. | Jim Meyering |
2002-11-10 | (main): Also declare `i' to be unsigned, not int. | Jim Meyering |
2002-11-10 | (sighandler): Use raise, rather than kill+getpid. | Jim Meyering |
2002-11-05 | (checkfp): Use primitives from inttostr.h, not human.h, | Jim Meyering |
2002-10-08 | (begfield, limfield): Don't advance the write pointer past the | Jim Meyering |
2002-09-28 | (begfield, limfield): Rearrange comparisons to avoid compiler warnings. | Jim Meyering |
2002-08-08 | Guard inclusion of <langinfo.h> with | Jim Meyering |
2002-07-29 | Adjust command examples in comments to use POSIX 1003.1-2001 option syntax. | Jim Meyering |
2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering |
2002-04-30 | (keycompare, compare): Replace #ifdef ENABLE_NLS with if (HAVE_SETLOCALE). | Jim Meyering |
2002-02-16 | Include posixver.h. | Jim Meyering |
2002-02-02 | Add more support for POSIX 1003.1-2001, which requires removal for | Jim Meyering |
2002-01-22 | Include xmemcoll.h, not memcoll.h. | Jim Meyering |
2002-01-21 | (CMP_WITH_IGNORE): Don't assume that the difference | Jim Meyering |
2002-01-21 | Don't include "xalloc.h", as system.h already does that via sys2.h. | Jim Meyering |
2002-01-18 | (main): Issue a warning for obsolete usage, unless POSIXLY_CORRECT. | Jim Meyering |
2002-01-16 | Add support for POSIX 1003.1-2001, which requires removal for | Jim Meyering |
2002-01-14 | (mergefps): Fix bug when eliminating empty files. | Jim Meyering |
2001-12-20 | (usage, specify_sort_size): Accept 'K' (which is | Jim Meyering |
2001-12-01 | Reflect renaming to, and new usage of these macros: | Jim Meyering |