History log of /freebsd-9.3-release/gnu/usr.bin/sort/
Revision Date Author Comments
267654 20-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


225736 23-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


185777 08-Dec-2008 kib

Add strndup(3) prototype to string.h.

This change was erronously ommitted from the r185690, and attempt
to simply add the prototype to string.h has revealed that several
contributed programs defined local prototypes for strndup(), controlled
by autoconfed config.h. So, manually change #undef HAVE_STRNDUP to
#define HAVE_STRNDUP 1. Next import of the corresponding program would
regenerate config.h, overriding the changes in this commit.

No objections from: kan


178781 05-May-2008 jhb

Go back to fondling FILE internals.


178755 03-May-2008 marcel

Unbreak build: gnu sort has been configured to grope inside struct
__sFILE. It's opaque now, so add a function that returns the pending
output bytes.

Pointy hat: jhb


172595 12-Oct-2007 obrien

style.Makefile(5)


133551 12-Aug-2004 tjr

Update version strings to better reflect reality.


133549 12-Aug-2004 tjr

Hook xalloc-die.c up to the build.


131454 02-Jul-2004 tjr

Hook strnlen.c up to the build - the i18n patch uses it.


131452 02-Jul-2004 tjr

Update build infrastructure for sort from GNU coreutils 5.2.1.


125907 17-Feb-2004 ache

Remove getopt*.c, we already have compatible getopt_long() in libc


119587 30-Aug-2003 ache

Upgrade to textutils 2.1 sort


105502 20-Oct-2002 obrien

We HAVE_STPCPY now.


98047 08-Jun-2002 ache

Activate new GNU sort from contrib


94243 08-Apr-2002 ache

Get decimal point from locale


94208 08-Apr-2002 ache

Revive GNU sort