author | Petr Baudis <pasky@suse.cz> | |
Sat, 1 Jul 2006 23:38:56 +0000 (01:38 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 3 Jul 2006 00:14:44 +0000 (17:14 -0700) | ||
commit | e6634ac9841f8df3ce1c0c461c677faf2d59af3e | |
tree | 21037803f265201bc6e64b49a05e2821847fea88 | tree | snapshot |
parent | b9795608c4d82ba119d78980b479d78bdfe753b6 | commit | diff |
Git.pm: Remove PerlIO usage from Git.xs
PerlIO_*() is not portable before 5.7.3, according to ppport.h, and it's
more clear what is going on when we do it in the Perl part of the Git module
anyway.
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
PerlIO_*() is not portable before 5.7.3, according to ppport.h, and it's
more clear what is going on when we do it in the Perl part of the Git module
anyway.
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
perl/Git.pm | diff | blob | history | |
perl/Git.xs | diff | blob | history |