perl 5.003_05: pp.c
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Tue, 3 Sep 1996 21:49:22 +0000 (17:49 -0400)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Tue, 3 Sep 1996 21:49:22 +0000 (17:49 -0400)
commit1e11cddc85856dc36c8916d69f33899971799644
tree22112e7b8c00b8b66f7c5451856d39fcf702d517
parent303f2f76425edd3b59c90912b081ea27ca197620
perl 5.003_05: pp.c

Date: Fri, 23 Aug 1996 17:22:40 -0400 (EDT)
From: Chip Salzenberg <salzench@nielsenmedia.com>
Subject: Minor integer speedups in mathematics

This patch provides minor speedups by using integer math and SVt_IV
values when performing bitwise operations and modulus.

Date: Tue, 3 Sep 1996 17:49:22 -0400 (EDT)
From: Kenneth Albanowski <kjahds@kjahds.com>
Subject: Pack Patch (was Re: 5.002 - pack/unpack does not do "I" right)

(double)auint cast added for call to sv_setnv().
pp.c