| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update version strings to better reflect reality. | Tim J. Robbins | 2004-08-12 | 1 | -3/+3 |
| | | | | | Notes: svn path=/head/; revision=133551 | ||||
| * | Hook xalloc-die.c up to the build. | Tim J. Robbins | 2004-08-12 | 1 | -0/+1 |
| | | | | | Notes: svn path=/head/; revision=133549 | ||||
| * | Hook strnlen.c up to the build - the i18n patch uses it. | Tim J. Robbins | 2004-07-02 | 1 | -0/+1 |
| | | | | | Notes: svn path=/head/; revision=131454 | ||||
| * | Update build infrastructure for sort from GNU coreutils 5.2.1. | Tim J. Robbins | 2004-07-02 | 4 | -147/+286 |
| | | | | | Notes: svn path=/head/; revision=131452 | ||||
| * | Remove getopt*.c, we already have compatible getopt_long() in libc | Andrey A. Chernov | 2004-02-17 | 1 | -2/+0 |
| | | | | | Notes: svn path=/head/; revision=125907 | ||||
| * | Upgrade to textutils 2.1 sort | Andrey A. Chernov | 2003-08-30 | 3 | -109/+176 |
| | | | | | Notes: svn path=/head/; revision=119587 | ||||
| * | We HAVE_STPCPY now. | David E. O'Brien | 2002-10-20 | 1 | -2/+2 |
| | | | | | Notes: svn path=/head/; revision=105502 | ||||
| * | Activate new GNU sort from contrib | Andrey A. Chernov | 2002-06-08 | 19 | -4468/+1299 |
| | | | | | Notes: svn path=/head/; revision=98047 | ||||
| * | Get decimal point from locale | Andrey A. Chernov | 2002-04-08 | 1 | -0/+41 |
| | | | | | Notes: svn path=/head/; revision=94243 | ||||
| * | Revive GNU sort | Andrey A. Chernov | 2002-04-08 | 17 | -0/+4482 |
| | | | | | Notes: svn path=/head/; revision=94208 | ||||
| * | Boot this into the Attic. We now have (Net)BSD sort. | Mark Murray | 2002-03-29 | 17 | -4461/+0 |
| | | | | | Notes: svn path=/head/; revision=93374 | ||||
| * | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | Dima Dorfman | 2001-07-09 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=79454 | ||||
| * | Create temporary filenames securely, don't just number them sequentially. | Kris Kennaway | 2000-11-11 | 1 | -9/+11 |
| | | | | | | | | Audited by: eivind, freebsd-audit Notes: svn path=/head/; revision=68594 | ||||
| * | Make style match the surrounding style. Use memset() instead of bzero() | Brian Feldman | 2000-07-31 | 1 | -1/+1 |
| | | | | | | | | | | because it's standard (bah, show me a real system without bzero()...) Noted by: bde Notes: svn path=/head/; revision=64074 | ||||
| * | Fix a bug in keyed sorting due to malloc abuse. | Kris Kennaway | 2000-07-31 | 1 | -0/+3 |
| | | | | | | | | Submitted by: green Notes: svn path=/head/; revision=64072 | ||||
| * | Use braces to avoid potentially ambiguous else clause. | Warner Losh | 1999-04-25 | 1 | -1/+1 |
| | | | | | | | | | | main's return type is int not void. Reviewed by: obrien and chuckr Notes: svn path=/head/; revision=46077 | ||||
| * | use minimum length for strcoll too | Andrey A. Chernov | 1999-02-14 | 1 | -4/+19 |
| | | | | | Notes: svn path=/head/; revision=43988 | ||||
| * | remove collating optimization - not work with substituted characters | Andrey A. Chernov | 1999-02-13 | 1 | -37/+2 |
| | | | | | Notes: svn path=/head/; revision=43969 | ||||
| * | use strcoll() where it is easy to sort german ss and similar properly | Andrey A. Chernov | 1999-02-13 | 1 | -21/+7 |
| | | | | | Notes: svn path=/head/; revision=43966 | ||||
| * | Open temporary files with O_EXCL. | Guido van Rooij | 1998-03-06 | 1 | -1/+1 |
| | | | | | | | | Obtained from:bugtraq Notes: svn path=/head/; revision=34136 | ||||
| * | Add (unsigned char) cast to ctype macros | Andrey A. Chernov | 1997-10-23 | 1 | -14/+14 |
| | | | | | Notes: svn path=/head/; revision=30658 | ||||
| * | Uncomment static from collate_range_cmp, no more in locale.h | Andrey A. Chernov | 1996-10-31 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=19290 | ||||
| * | Replace collate_range_cmp call by its code (GNU version) | Andrey A. Chernov | 1996-10-31 | 1 | -0/+16 |
| | | | | | Notes: svn path=/head/; revision=19283 | ||||
| * | Convert to newly aded collate compare function | Andrey A. Chernov | 1996-08-12 | 1 | -25/+1 |
| | | | | | Notes: svn path=/head/; revision=17555 | ||||
| * | Increase performance using pre-calculated collate table | Andrey A. Chernov | 1996-06-10 | 1 | -15/+42 |
| | | | | | Notes: svn path=/head/; revision=16272 | ||||
| * | Follow alphabetical order more closely, now ISO8859-1 characters | Andrey A. Chernov | 1996-06-09 | 1 | -1/+14 |
| | | | | | | | | sorted properly too. Notes: svn path=/head/; revision=16261 | ||||
| * | Compare 8bit alpha characters alphabetically using strcoll() | Andrey A. Chernov | 1996-06-09 | 1 | -4/+66 |
| | | | | | Notes: svn path=/head/; revision=16257 | ||||
| * | Merged in FreeBSD changes. | Nate Williams | 1996-02-12 | 11 | -646/+903 |
| | | | | | Notes: svn path=/head/; revision=14052 | ||||
| * | This commit was generated by cvs2svn to compensate for changes in r14049, | Nate Williams | 1996-02-12 | 4 | -0/+230 |
| |\ | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=14050 | ||||
| | * | Sort from GNU textutils 1.14vendor/misc-GNU/misc | Nate Williams | 1996-02-12 | 15 | -0/+4046 |
| | | | | | Notes: svn path=/vendor/misc-GNU/dist3/; revision=14049 | ||||
| * | Add setlocale LC_CTYPE | Andrey A. Chernov | 1995-10-28 | 2 | -15/+23 |
| | | | | | | | | Fix ctype functions for 8bit charsets Notes: svn path=/head/; revision=11888 | ||||
| * | Fix compilation warnings. | Paul Traina | 1995-08-23 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=10182 | ||||
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=8858 | ||||
| * | Changed a SORT 1L to a SORT 1. | Andreas Schulz | 1994-12-11 | 1 | -1/+1 |
| | | | | | Notes: svn path=/head/; revision=5047 | ||||
| * | Punt duplicate declaration of sys_errlist[]. | Jordan K. Hubbard | 1994-08-09 | 1 | -1/+0 |
| | | | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=1981 | ||||
| * | Removed some extra cruft from the man page to make it look more 'BSD'ish | Nate Williams | 1993-11-08 | 1 | -1/+1 |
| | | | | | | | | and less 'GNU'ish Notes: svn path=/head/; revision=732 | ||||
| * | Updated to GNU textutils 1.9 | Nate Williams | 1993-11-08 | 12 | -14/+1306 |
| | | | | | Notes: svn path=/head/; revision=730 | ||||
| * | #ifdef out an unecessary function prototype that conflicted with the | Nate Williams | 1993-07-06 | 1 | -0/+2 |
| | | | | | | | | system prototype. (Needed for gcc1) Notes: svn path=/head/; revision=92 | ||||
| * | GNU Textutils-1.6 | Nate Williams | 1993-06-29 | 6 | -0/+2608 |
| Notes: svn path=/vendor/misc-GNU/dist2/; revision=57 | |||||
