Age | Commit message (Collapse) | Author | Files | Lines |
|
found on DragonFly. Add one more check for DTTOIF, otherwise it can end
up as implicit prototype and undefined reference.
|
|
rather than >= 200040000 and one enterprisingly hidden as > 200050000
|
|
|
|
categories to 'misc'. From Kibum Han in PR pkg/25642.
Changes since 5.0 include:
* When given -l and similar options, ls now adjusts the output column
widths to fit the data, so that output lines are shorter and have
columns that line up better. This may adversely affect shell
scripts that expect fixed-width columns, but such shell scripts were
not portable anyway, even with old GNU ls where the columns became
ragged when a datum was too wide.
* ls --width=N (for very large N) is no longer subject to an address
arithmetic bug that could result in bounds violations.
* ls --width=N (with -x or -C) no longer allocates more space
(potentially much more) than necessary for a given directory.
|
|
This package provides the GNU ls utility, from the GNU coreutils package.
It also includes the dircolors program, which is intended to be used together
with it.
This replaces the extremely outdated (and maybe broken) linuxls package.
|