mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-07 05:23:02 +02:00
25f95ca91e54d573732cd22ecedc35e97ee81248
representing temp files. This improved CPU performance of 'sort -S 1 *.[ch]' by 17% on my host. (struct tempnode): name member now uses struct hack. (temphead): Now a pointer, not a structure. All uses changed. (create_temp_file): Allocate node using struct hack. (zaptemp): Free node using struct hack. Use pointer comparison, not string comparison.
Description
These are the GNU core utilities. This package is the union of
the GNU fileutils, sh-utils, and textutils packages.
Languages
C
57.3%
Shell
26.8%
Perl
11.5%
Makefile
2.3%
M4
1%
Other
1.1%