1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-25 14:24:27 +02:00
Jim Meyering 39ae860d5b (simple_cat, cat, main): Used char * rather than
unsigned char *, to avoid some technical violations of the C
standard, and to avoid the need for casts.  I guess the
unsigned char * was probably there for improved performance
with ancient compilers, but the code wasn't using the
unsignedness any more.
Reported by Nelson H. F. Beebe.

(cat): int -> size_t for full_write arg.  This doesn't
fix any bugs since the buffer size is small, but it makes
the code a bit clearer.
2002-02-23 09:12:20 +00:00
2002-02-17 19:05:53 +00:00
2002-02-19 20:41:18 +00:00
2002-02-23 09:02:23 +00:00
.
2002-02-17 20:15:49 +00:00
.
2001-12-01 15:41:16 +00:00
2002-02-20 16:06:29 +00:00
2002-02-18 12:41:49 +00:00
2002-02-16 14:08:46 +00:00
2001-06-17 04:11:12 +00:00
2002-02-16 14:15:27 +00:00
2002-01-18 19:13:27 +00:00
Description
These are the GNU core utilities. This package is the union of the GNU fileutils, sh-utils, and textutils packages.
88 MiB
Languages
C 57.1%
Shell 27%
Perl 11.4%
Makefile 2.3%
M4 1%
Other 1.2%