1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-30 06:16:58 +02:00
This commit is contained in:
Jim Meyering
1996-07-10 03:06:54 +00:00
parent 3e0fdc1a0b
commit 778dd49f55
+4
View File
@@ -1,5 +1,9 @@
Tue Jul 9 18:07:23 1996 Jim Meyering <meyering@na-net.ornl.gov>
* src/fmt.c (MAXCOST): Use `(unsigned long)1' rather than `(COST)1'
so the left operand of the << isn't signed.
From Kjetil Torgrim Homme.
* po/Makefile.in.in (install-data): Don't install NLS files when
they're not requested. From Ulrich Drepper. Reported by
Kjetil Torgrim Homme <kjetilho@ifi.uio.no>.