CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/05 07:59:26
Modified files:
usr.bin/sort : coll.c
Log message:
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.
