log toys/sort.c @ 538:9ab5ee341d47

age author description
Fri, 09 Mar 2012 20:33:16 -0600 Rob Landley Replace deprecated libc function with its totally renamed equivalent.
Wed, 07 Mar 2012 19:04:50 -0600 Rob Landley Consolidate headers.
Mon, 13 Feb 2012 21:48:22 -0600 Rob Landley Tweak from Frank Bergmann: some broken optimizers complain about "type-punned pointers", so typecast to void * instead to shut it up. (Up there with the "may be used uninitialized" gripes.)
Tue, 07 Feb 2012 00:31:37 -0600 Rob Landley Fix sort -uc (pointer vs pointer to pointer confusion, covered by typecast).
Mon, 06 Feb 2012 21:14:22 -0600 Rob Landley Bugfix for -x, add CONFIG_SORT_FLOAT, and new test suite entry.
Wed, 18 Jan 2012 20:31:59 -0600 Rob Landley Add -x option to sort (like -n, but hexadecimal), because I needed it for something.
Tue, 05 Jan 2010 10:46:16 -0600 Rob Landley menuconfig indentation should be handled by dependencies, not whitespace in description.
Sun, 22 Jun 2008 04:15:36 -0500 Rob Landley Only apply global flags to fallback sort.
Wed, 18 Jun 2008 19:31:32 -0500 Rob Landley Most of an susv3 compliant sort implementation (loosely based on the one I wrote back in 2005).