mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-25 14:24:27 +02:00
39ae860d5b45e577bfd5adabd57cd7ed6ec5ed2d
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.
…
Description
These are the GNU core utilities. This package is the union of
the GNU fileutils, sh-utils, and textutils packages.
Languages
C
57.1%
Shell
27%
Perl
11.4%
Makefile
2.3%
M4
1%
Other
1.2%