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
S
Description
No description provided
50 MiB
Languages
C 56.9%
Shell 27.2%
Perl 11.5%
Makefile 2.3%
M4 0.9%
Other 1.2%