diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-21 03:24:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-21 03:24:54 +0000 |
commit | 6783ad783282d18b7358a026d5f236e947761be6 (patch) | |
tree | 718e240379114723a58ade2305a1b72b69e4a0b8 /old/sh-utils | |
parent | e8b570e45a18f2f304149246aca24ecd24b6b84c (diff) | |
download | coreutils-6783ad783282d18b7358a026d5f236e947761be6.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 9b6261b41..f8027f341 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,5 +1,7 @@ Changes in release 1.17 [1.16g] +* factor now uses uintmax_t, so the largest number it can factor is now 2^64 - 1 + on systems with type `long long'. * nohup no longer modifies the shell's search path * `basename /' now prints `/', per the single unix spec * `who --lookup' no longer erroneously reports `localhost' for IP addresses |