2005-12-07 |
Nicholas Clark |
Pull the regexp stringification code out into S_stringi... |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Nicholas Clark |
3 instances of SvIsUV_on(sv); can be replaced with... |
commit | commitdiff | tree | snapshot |
2005-12-07 |
Steve Peters |
Upgrade to CGI-3.14. |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Nicholas Clark |
Add a ; that 26281 was lacking. |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Nicholas Clark |
Move vast swathes of common code from sv_2iv_flags... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Nicholas Clark |
The early return for SvIOKp(sv) in sv_2[iu]v_flags... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Andy Lester |
More consting, and putting stuff in embed.fnc |
commit | commitdiff | tree | snapshot |
2005-12-06 |
John Peacock |
Re: stringification of v-string references |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Gisle Aas |
Fix typo spotted by Ronald J Kimball. |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Ronald J. Kimball |
Re: Perl PR: "Security holes in Sys::Syslog" |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Gisle Aas |
Document why syslog($priority, "%s", $message) is a... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
H.Merijn Brand |
Itanium blade servers added to the model list |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Nicholas Clark |
Don't use Copy for 1 and 2 character string constants. |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Nicholas Clark |
Eliminate an unneeded local variable. |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Nicholas Clark |
Eliminate all the gotos in sv_2pv_flags, by moving... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Nicholas Clark |
sv_2pv_flags shouldn't return a constant string "NULLRE... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Nicholas Clark |
Make all the return statements closer to the final... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Nicholas Clark |
Move the scope of origsv inwards, and rename variables... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Nicholas Clark |
Clone the brief return logic and thereby remove a goto. |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Nicholas Clark |
As they are now the same, can fold the entire switch... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Nicholas Clark |
Untease the regexp stringification from the reference... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Nicholas Clark |
References to version objects should stringify as VSTRI... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Nicholas Clark |
The extra return is actually a duplicated code path... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Nicholas Clark |
Fix typo in description. |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Nicholas Clark |
Add ext/MIME/Base64/README to MANIFEST |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Steve Peters |
Upgrade to MIME-Base64-3.07 |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Steve Peters |
Upgrade to Digest-MD5-2.36 |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Steve Peters |
Upgrade to CGI.pm-3.13 |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Rafael Garcia... |
"Malformed UTF-8 character" was a severe warning, and... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
SADAHIRO Tomoyuki |
Re: [perl #37836] Simple Regex causes SEGV when run... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
SADAHIRO Tomoyuki |
Better variable names make code clearer |
commit | commitdiff | tree | snapshot |
2005-12-05 |
SADAHIRO Tomoyuki |
Rework the error messages from the swashget code. |
commit | commitdiff | tree | snapshot |
2005-12-05 |
SADAHIRO Tomoyuki |
Clarification and cleanup of the XS SWASHGET code |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Andreas König |
[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Marcus Holland... |
NULL is a legal value for newXS()'s name parameter. |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Steve Peters |
Fix handling of author's names that had apostrophes... |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Dave Mitchell |
clarify description of vector (v) sprintf format modifier |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Craig A. Berry |
In vms/vms.c, don't use the thread-specific Newx()... |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Steve Peters |
Update perlhack.pod with the updated, permanent ActiveS... |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Rafael Garcia... |
Missing chunk in change #26247. |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Gisle Aas |
Sys::Syslog::syslog can accept a message without printf |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Steve Peters |
Upgrade to version-0.50 |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Rafael Garcia... |
Replace ^M by a space in test for bug #37716, to make |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Nicholas Clark |
Address Hugo's comment on Dave's change (26240) |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Gisle Aas |
Storable retrieve_lscalar fails for empty strings ... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Andy Lester |
Signs, signs, everywhere a sign |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Steve Peters |
Nit from change #26232 noticed by H. Merijn Brand |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Dave Mitchell |
sprintf %NNN$ check for large values wrapping to negative |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Rafael Garcia... |
Always define PL_memory_wrap, and use it for the new... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Rafael Garcia... |
Missing #ifdef, noticed by Jan Dubois |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Gisle Aas |
[PATCH] Re: Perl PR: "Security holes in Sys::Syslog" |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Gisle Aas |
Disable constant folding of sprintf |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Philippe M... |
[patch] Re: Perl PR: "Security holes in Sys::Syslog" |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Rafael Garcia... |
Revert change #26110 (already reverted in maintperl... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Rafael Garcia... |
Jan Dubois notices that sitecustomize.pl is to be found... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Steve Peters |
dor-assign (//=) was missing from perlop.pod |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Gisle Aas |
Remove redundant SvUTF8_on() calls |
commit | commitdiff | tree | snapshot |
2005-11-30 |
SADAHIRO Tomoyuki |
Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Nicholas Clark |
The regexp engine should check SV flags rather than... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Rafael Garcia... |
Fix B::Concise tests after change #26226 |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Rafael Garcia... |
Revert change #22520 (optimise away my $foo = undef... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Andreas König |
Re: [perl #37716] Re: File::Compare broken for filename... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Steve Peters |
Assimilate Pod-Escapes-1.04. This is a prereq for... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Rafael Garcia... |
Typo fix, by Olivier Blin |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Steve Hay |
Fix ext/POSIX/t/time.t on Win32 |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Steve Peters |
Mac OS X/Darwin seems to have problems with tzname(). |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Rafael Garcia... |
FAQ sync. |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Jarkko Hietaniemi |
Math::Trig: blead and maint (doc patch only): s/Bay... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Steve Peters |
Mention of possible use of a scalar variable on the... |
commit | commitdiff | tree | snapshot |
2005-11-27 |
Rafael Garcia... |
Don't let MakeMaker install doc for MIME::Base64 |
commit | commitdiff | tree | snapshot |
2005-11-27 |
Rafael Garcia... |
Upgrade to Getopt::Long 2.34_04 |
commit | commitdiff | tree | snapshot |
2005-11-27 |
Yitzchak Scott... |
fix wrong pool error in cygwin build |
commit | commitdiff | tree | snapshot |
2005-11-27 |
Steve Peters |
Upgrade to MIME-Base64-3.06 |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Steve Peters |
Deal with differences in what clock() does between... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Steve Peters |
Upgrade to Scalar-List-Utils-1.18 |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Steve Peters |
Upgrade to Digest-MD5-2.35 |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Steve Peters |
Actually update one of the files from the previous... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Steve Peters |
Upgrade to Digest-1.14 |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Steve Peters |
Just be explicit about $TZ. |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Steve Peters |
Hmmm...strftime() does work on Win32, but tzset() is... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Steve Peters |
Additional tests for B and POSIX. The POSIX ones conce... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Nicholas Clark |
Move report_uninit() and its static supporting function... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Yves Orton |
perlpod documentation discrepancy in 5.8.6 ( and maybe... |
commit | commitdiff | tree | snapshot |
2005-11-24 |
SADAHIRO Tomoyuki |
Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Enrico Sorcinelli |
Document new perldoc -L switch |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Rafael Garcia... |
Delete a README made redundant by change 26200. |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Vadim Konovalov |
perlce touches |
commit | commitdiff | tree | snapshot |
2005-11-23 |
SADAHIRO Tomoyuki |
XS-assisted SWASHGET (esp. for t/uni/class.t speedup) |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Rafael Garcia... |
Notes in perlstyle about POD formatting, by Sébastien |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Nicholas Clark |
Note the URL describing the vast riches awaiting us. |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Dave Mitchell |
include PERL_TRACK_MEMPOOL in perl -V output |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Dave Mitchell |
[perl #37725] perl segfaults on reversed array reference |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Robin Houston |
[DOC PATCH] Sort subs *can* now be recursive |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Rafael Garcia... |
Use the system's free to dealloc a PV allocated by... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Robin Houston |
Re: [PATCH] concat interacts badly with magic |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Enrico Sorcinelli |
Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10) |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Rafael Garcia... |
Revert change #26185, which could have some unwanted... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Jan Dubois |
RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Andy Lester |
ff_chop.patch redux |
commit | commitdiff | tree | snapshot |
2005-11-22 |
John E. Malmberg |
patch@26180 - t/op/pat.t : Can't reset %ENV on VMS |
commit | commitdiff | tree | snapshot |
next |