2006-04-09 |
Andy Lester |
Rename variables in some mg_* funcs |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Dave Mitchell |
fix potential null deref introduced by change #27716 |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Jarkko Hietaniemi |
perlio.c: Coverity finding: finding false (Coverity... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Jarkko Hietaniemi |
sv.c, rs.t, perlvar.pod (Coverity finding: did you... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Nicholas Clark |
As av_dup, gv_dup and hv_dup are the same as sv_dup... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Nicholas Clark |
By swapping the order of pushes onto the save stack for |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Nicholas Clark |
Teach ss_dup about SAVEt_RE_STATE. (As correctly as... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Nicholas Clark |
ss_dup of SAVEt_COP_ARYBASE can use the same code as... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Nicholas Clark |
Give more information in the panic in ss_dup. (Although... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Gisle Aas |
Make perl_fini() run when compiling perl with |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Steve Hay |
Patch from Jarkko to fix breakage caused by change... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Nicholas Clark |
Oops. Being too terse for my own good - it's not a... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
John E. Malmberg |
[patch@27694] VMS RMSEXPAND/PERL_CANDO fixes |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Nicholas Clark |
Move all the regexp state variables into a single struc... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Rafael Garcia... |
Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Steve Hay |
Fix skip count in ext\B\t\lint.t |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Nicholas Clark |
Save the regexp engine state as 1 block on the save... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Joshua ben... |
Re: expr foreach (...) isn't a B::Lint warning anymore |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Nicholas Clark |
Perl_save_alloc can use the new(er) SSGROW rather than... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Rafael Garcia... |
Assigning undef to an entry in %ENV shouldn't produce... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Steve Peters |
Try not to use negative values when accessing arrays... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Steve Peters |
Initializing variables is good. This is another Coveri... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Alan Burlison |
perlio.c breaks on Solaris/gcc when > 256 FDs are available |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Rafael Garcia... |
There should be only one META.yml file |
commit | commitdiff | tree | snapshot |
2006-04-05 |
SADAHIRO Tomoyuki |
Fix test portability on non-ASCII platforms |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Steve Peters |
Document the functions htmlify() and anchorify() in... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Steve Hay |
Simplify tests for fork() capabilities |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Dave Mitchell |
(??{...}) didn't always restore PL_reg_re. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Dave Mitchell |
eliminate PL_regprecomp, PL_regprogram, PL_regnpar... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Dave Mitchell |
restructure the EVAL branch of regmatch() to minimise... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Jim Cromie |
Re: Making IO::Socket pass test on Win32 |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Rafael Garcia... |
FEATURE_IS_ENABLED takes only one parameter now, so... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Jan Dubois |
threads.pm should overload != operator |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Rafael Garcia... |
Fix syntax error in io_pipe test |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Yves Orton |
Re: Making IO::Socket pass test on Win32 |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Andy Lester |
Move conditional SOCKS5 code into #ifdefs |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Gisle Aas |
Change 27592 disabled the building of manpages for... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Jan Dubois |
"smart match" description in overload.pm is in the... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Craig A. Berry |
sort out some utime() issues on VMS |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Jerry D. Hedden |
2nd patch to sync blead 'threads' with CPAN [REPOST] |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Nicholas Clark |
Two modules in ext/ have dependencies that are post... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
H.Merijn Brand |
Regeneration after backports of #27447, #27484, #27485... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Dave Mitchell |
undo #27700 and add a missing Safefree() |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Andy Lester |
SvREFCNT_inc tweaks |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Andy Lester |
Removed unused code in regexec.c |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Jarkko Hietaniemi |
ext/IO/t/io_unix.t |
commit | commitdiff | tree | snapshot |
2006-04-03 |
John L. Allen |
revisited: pow.t test failures on AIX 5.1 perl588 with... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Dominic Dunlop |
Document that the regexp engine is not currently reentrant |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Rafael Garcia... |
Take splint into account for PERL_UNUSED_ARG (patch... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Dave Mitchell |
anonymous unions aren't legal ANSI c |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Nicholas Clark |
The make_ext script should pass MAKE=$MAKE to submakes... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Dave Mitchell |
whoops, change 27691 blew away the regexec.c changes... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Dave Mitchell |
subsume CURCUR (current curly) struct within the main... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Andy Lester |
Removed unnecessary pointers checks |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Robin Houston |
Prevent "use sort 'stable'" from reversing the order |
commit | commitdiff | tree | snapshot |
2006-04-02 |
SADAHIRO Tomoyuki |
Re: [perl #38293] chr(65535) should be allowed in regexes |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Nicholas Clark |
Change 27677 missed two direct accesses to op_private... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
H.Merijn Brand |
First stab at a more reliable Glossary. This now is... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Dave Mitchell |
make parts of struct regmatch_state unions |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Nicholas Clark |
Better failure diagnostics from switch.t. |
commit | commitdiff | tree | snapshot |
2006-04-02 |
SADAHIRO Tomoyuki |
Re: recent changes have some unmatching of parameters... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Dave Mitchell |
use slabs to allocate save state space in regmatch() |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Nicholas Clark |
Abstract all reads/writes of the hints in COPs with... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Nicholas Clark |
'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)'... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Nicholas Clark |
Convert ByteLoader to use CopARYBASE_set(). |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Nicholas Clark |
Abstract all the accesses to cop_arybase (apart from... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Craig A. Berry |
fix typo in vms/gen_shrfls.pl itanium detector |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark |
If the passed in target rv for Perl_newSVrv() was alrea... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark |
Test no mypragma; |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark |
Automatically set HINT_LOCALIZE_HH whenever %^H is... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark |
The call to Perl_hv_assert(aTHX_ hv) should be wrapped... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark |
Test that user pragmas work inside string eval. |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark |
Add Rafael's example user pragma, and convert his demo... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark |
If the comment says "(and not ours)" then it should... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark |
Rewrite t/op/getppid.t to remove the assumption that... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark |
Propagate cop_hints inside string evals. For the unthre... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark |
Inconsistencies in paramter const-ness noticed by SADAH... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Dominic Dunlop |
Re: recursion now removed from the regex engine |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Rafael Garcia... |
Updated version of the grumpy comment deleted by change... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
H.Merijn Brand |
Glossary part for #27447 (madlyh, madlyobj, madlysrc) |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Nicholas Clark |
Need to dup any hints HV stored on the save stack. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Andy Lester |
Redo PERL_UNUSED_DECL |
commit | commitdiff | tree | snapshot |
2006-03-31 |
John E. Malmberg |
[patch@27638] Enable standard stat for VMS >=8.2 |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Nicholas Clark |
Note future possible flexibility for Perl_magic_sethint(). |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Nicholas Clark |
Test that entries in %^H are actually independant. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Nicholas Clark |
I can't spell. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Rafael Garcia... |
Document new magic types in perlguts. Fix a comment... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Nicholas Clark |
Serialise changes to %^H onto the current COP. Return... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Rafael Garcia... |
Upgrade to Time::Local 1.12_01 |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Andy Lester |
Random accumulated patches |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Paul Marquess |
IO::Compress::Zip |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Rafael Garcia... |
Test for fileno definedness instead of truth |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Nicholas Clark |
Localising hash slices with UTF-8 encoded keys was... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Nicholas Clark |
Fix bug #38815 (localising keys which are UTF-8 encoded... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Nicholas Clark |
Fix bug 36267 - assigning to a tied hash shouldn't... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Steve Peters |
Pod nit mentioned in Debian bug #358455. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Gisle Aas |
Populate pre-canned config.sh files with |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Robin Barker |
PATCH t/op/tie.t |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Gisle Aas |
Introduce d_sitearch and d_inc_version_list config... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Randy W. Sims |
Re: New Module::Build released |
commit | commitdiff | tree | snapshot |
next |