OpenBSD CVS

CVS log for src/usr.bin/sort/coll.c


[BACK] Up to [local] / src / usr.bin / sort

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Mon May 13 17:00:12 2019 UTC (5 years ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, HEAD
Changes since 1.11: +4 -13 lines
Diff to previous 1.11 (colored)

Delete tentacles of LC_NUMERIC support.
Our libc doesn't support that now and won't in the future.
Minus ~90 lines of code, no functional change.
OK tb@

Revision 1.11 / (download) - annotate - [select for diffs], Fri Dec 11 21:41:51 2015 UTC (8 years, 5 months ago) by mmcc
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Use %zu to print size_t's rather than casting to int.

ok millert@

Revision 1.10 / (download) - annotate - [select for diffs], Sun Apr 5 13:59:26 2015 UTC (9 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.9: +18 -6 lines
Diff to previous 1.9 (colored)

For the -g flag, treat non-floating point keys as 0, similar to -n.
This makes "sort -gu" and "sort -nu" behave similarly and passes
our sort regress tests.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Apr 5 13:56:04 2015 UTC (9 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

The -b flag should only apply when key fields are specified.
If -b follows -k it has no effect.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Apr 2 22:14:51 2015 UTC (9 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

murder excessive whitespace

Revision 1.7 / (download) - annotate - [select for diffs], Thu Apr 2 20:58:43 2015 UTC (9 years, 1 month ago) by tobias
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Zap some more NULL checks in front of free.

ok millert@

Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 1 21:47:19 2015 UTC (9 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.5: +1 -3 lines
Diff to previous 1.5 (colored)

Revert unintentional commit.  This will be revisited shortly.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 1 21:46:38 2015 UTC (9 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

Style nits, remove whitespace at the start of a function.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 1 20:58:13 2015 UTC (9 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.3: +1 -21 lines
Diff to previous 1.3 (colored)

Style nits, remove whitespace at the start of a function.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 29 18:47:19 2015 UTC (9 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.2: +5 -2 lines
Diff to previous 1.2 (colored)

Fix build on vax, a problem FreeBSD doesn't have.
Why they don't trust isnan() is beyond me.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 17 17:49:27 2015 UTC (9 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.1: +3 -5 lines
Diff to previous 1.1 (colored)

Add sort_calloc() and use it.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Mar 17 17:45:13 2015 UTC (9 years, 2 months ago) by millert
Branch: MAIN

Initial import of FreeBSD sort.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.