Jim Meyering beb34bac0a (xreadlink): Omit size_t* arg. All uses changed.
Use ssize_t, not int, to store result of readlink.
Check for ssize_t overflow as well as size_t overflow,
as POSIX says the result of readlink is implementation-defined
when ssize_t overflows.
Remove unnecessary cast to char*.
Use free+malloc instead of realloc, as the storage doesn't need
to be preserved and it's clearer and can be more efficient that way.
(SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
2001-09-04 20:20:16 +00:00
.
2001-09-01 07:43:13 +00:00
2001-09-03 18:28:36 +00:00
2001-04-29 07:01:12 +00:00
2001-09-02 15:23:19 +00:00
2001-07-10 13:05:46 +00:00
.
2001-09-03 09:10:49 +00:00
1998-05-03 20:46:29 +00:00
2001-06-17 04:11:12 +00:00
.
1997-02-04 03:29:06 +00:00
2001-08-04 17:51:15 +00:00
2001-09-02 14:20:39 +00:00
S
Description
No description provided
51 MiB
Languages
C 56.9%
Shell 27.3%
Perl 11.5%
Makefile 2.2%
M4 0.9%
Other 1.2%