This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Gratuitous uid and gid casts to I32s and ints removed.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 10 Aug 1999 09:06:42 +0000 (09:06 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 10 Aug 1999 09:06:42 +0000 (09:06 +0000)
commitd8eceb896c98708a63dcc63f7bf202b095342359
tree9701b08cb03f36f95bdc3bc268845cf99e36dd6f
parent1ff81528d9b685c68d4fe91564f636f46d635496
Gratuitous uid and gid casts to I32s and ints removed.
There are still problem spots in printfing such ids:
width (%d vs %ld) and signedness %d vs %u.

p4raw-id: //depot/cfgperl@3945
doio.c
embed.pl
intrpvar.h
mg.c
perl.c
perlapi.c
pp_hot.c
proto.h