p5sagit/p5-mst-13.2.git
2006-03-09 Nicholas Clark Remove two NEWSV()s in the non-ithread dump code that...
2006-03-09 Ronald J. Kimball Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek...
2006-03-09 Nicholas Clark Add the Perl 5 to Perl 5 convertor scripts.
2006-03-09 Nicholas Clark Superior *printf-fu lets us avoid modifying source...
2006-03-09 Nicholas Clark Avoid scribbling on the passed in command line string...
2006-03-09 Nicholas Clark -Dmad works, albeit with some test failures:
2006-03-09 Nicholas Clark Oops. Failed to add madly.c
2006-03-09 Steve Peters The Coverity audit is upset that the scream_olds variab...
2006-03-09 Nicholas Clark Add the madly parser. I believe that this is all the...
2006-03-09 Nicholas Clark It helps to run embed.pl in the correct directory....
2006-03-09 Nicholas Clark The remainder of the toke.c MAD changes. Now to investi...
2006-03-09 Nicholas Clark Another refactoring from Larry implicit in the MAD...
2006-03-09 Nicholas Clark Refactoring from Larry implicit in the MAD patch.
2006-03-09 Nicholas Clark Replace PL_nextval[PL_nexttoke].opval with the macro...
2006-03-09 Steve Peters Need to update test count from change #27440.
2006-03-09 Steve Peters croak in POSIX::sigaction() when passed a negative...
2006-03-09 Nicholas Clark MAD changes for bare skipspace()
2006-03-09 John E. Malmberg patch@27385 - VMS thread fixes (was: threads and VMS)
2006-03-09 Nicholas Clark Add the MAD change to perly.y, which brings a new PEG...
2006-03-09 Marcus Holland... Fix a memory leak in ck_grep(), spotted by coverity:
2006-03-09 Nicholas Clark Tweaking the order of op creation/op free in Perl_ck_re...
2006-03-09 Nicholas Clark Fix C99ism in dump.c
2006-03-09 Nicholas Clark Unroll 27425 - keeping Larry's order in op.c means...
2006-03-09 Nicholas Clark Note the weakref.t failure that commenting out this...
2006-03-09 Nicholas Clark Note the cause of another MAD test failure - an explici...
2006-03-09 Nicholas Clark Bodge MAD code to get pack.t and ext/Encode/t/Encode...
2006-03-08 Nicholas Clark Make MAD at least compile and link once more. Although...
2006-03-08 Nicholas Clark Further MAD changes.
2006-03-08 Nicholas Clark Oops. Didn't mean to commit 27426 to maint first. Integ...
2006-03-08 Nicholas Clark The last MAD change to op.c changes the pad offsets...
2006-03-08 Nicholas Clark Almost all the MAD changes for op.c
2006-03-08 Nicholas Clark Change from Larry in the MAD code which seems to be...
2006-03-08 Nicholas Clark MAD changes to dump.c
2006-03-08 Steve Hay Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
2006-03-08 Steve Hay Sort the ext/ and lib/ tests when running under t/harness
2006-03-08 Nicholas Clark Add MAD changes to pad code (new function Perl_pad_peg)
2006-03-08 Steve Hay Adjust Win32 distclean as per changes #27411 and #27417
2006-03-08 Rafael Garcia... "make distclean" fix noticed by Steve Hay
2006-03-08 Steve Hay Cleanup Archive-Tar temporary test files
2006-03-08 Stephen McCamant Re: [perl #38684] O::Deparse not working as expected
2006-03-08 Andy Lester Removed unused check and assignment in pp_hot.c
2006-03-08 Steve Hay Don't try to export PL_madskills/PL_xmlfp when they...
2006-03-08 Steve Hay Complete change #27407/27410 on Win32 and tidy up chang...
2006-03-08 Rafael Garcia... "make distclean" adjustments for the new Compress modules
2006-03-08 H.Merijn Brand Backport #27407
2006-03-07 Nicholas Clark Some of the MAD structures in headers, plus PL_madskill...
2006-03-07 Nicholas Clark Add a Configure question for mad (Misc Attribute Decora...
2006-03-07 Nicholas Clark Two more TODOs for those with C knowledge.
2006-03-07 Nicholas Clark Remove the #define - ARENASETS are always on now.
2006-03-07 Nicholas Clark TPF++ # perlfoundation.org/gc/grants/2006-perl5-improve...
2006-03-07 Rafael Garcia... This looks like a memory leak.
2006-03-07 Rafael Garcia... $[ = 2 should not warn.
2006-03-07 Steve Hay Fix lib/Module/Build/t/compat.t
2006-03-07 Rafael Garcia... Make report on bad filenames easier to read
2006-03-07 Rafael Garcia... FAQ sync. (FAQ now moved to svn)
2006-03-07 Steve Peters Upgrade to PathTools-3.17
2006-03-06 Paul Johnson Re: [PATCH] Removed a redundant o->op_type
2006-03-06 Marcus Holland... Don't free thread memory if PERL_DESTRUCT_LEVEL is...
2006-03-06 Nicholas Clark Update David Dyck's e-mail address.
2006-03-06 Rafael Garcia... Add all new utilities in the perlutil man page.
2006-03-06 Yitzchak Scott... add Module::Build 0.27_08
2006-03-06 Rafael Garcia... Upgrade to Archive::Tar 1.29
2006-03-06 Rafael Garcia... Add and remove files forgotten in change #27384
2006-03-06 Peter Prymmer PATCH: 2 vms specific build files in perl @ 27383
2006-03-06 John E. Malmberg Re: threads and VMS
2006-03-06 Paul Marquess Compress::Zlib
2006-03-05 Nicholas Clark Change 27380 (HEK into the IV union failed to convert...
2006-03-05 Nicholas Clark Perl_gv_name_set should not leak the old HEK. Allow...
2006-03-05 Nicholas Clark Change hv_name_set to take U32 length and flags parameters.
2006-03-05 Nicholas Clark Move the GvNAME HEK into the IV union - every GV is...
2006-03-05 Nicholas Clark Use a HEK to store the GV's name, rather than a malloc...
2006-03-05 Nicholas Clark Only #define PERL_DONT_CREATE_GVSV if it wasn't already...
2006-03-05 Nicholas Clark Provide Perl_gv_name_set to replace LVALUE use of GvNAM...
2006-03-05 John E. Malmberg Re: threads and VMS
2006-03-04 John E. Malmberg patch@27373 VMS build fix + more long pathname stuff
2006-03-04 Abe Timmerman Re: [PATCH] include configure.com in Porting/checkcfgvar.pl
2006-03-03 Steve Peters Add d_builtin_choose_expr and d_builtin_expect to confi...
2006-03-03 Steve Peters Make Win32 configuration changes for HAS_BUILTIN_CHOOSE...
2006-03-03 Abe Timmerman include configure.com in Porting/checkcfgvar.pl
2006-03-03 Andy Lester Support for __builtin_expect and __builtin_choose_expr
2006-03-03 Jarkko Hietaniemi Re: [perl #38657] -d:Foo=bar broke in 5.8.8
2006-03-03 H.Merijn Brand #27363 broke HP-UX (and others). if [[ ... ]] syntax...
2006-03-03 Jarkko Hietaniemi Re: [PATCH] Re: [perl #38612] Data::Dumper core dump...
2006-03-02 H.Merijn Brand Taint handling for runperl:
2006-03-02 Jason Vas Dias [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits...
2006-03-02 Andy Lester mgvtbl initialization
2006-03-02 Andy Lester Non-null optimizations
2006-03-01 Rafael Garcia... Don't put strings with embedded NULs in the environment.
2006-03-01 Steve Peters Grammar nit in Locale::Maketext::TPJ13.pod, found by...
2006-03-01 Steve Peters Upgrade to podlators-2.04
2006-03-01 Steve Peters Upgrade to assertions-0.03
2006-03-01 Anton Berezin a buglet in fakesdio.h
2006-03-01 Steve Peters Upgrade to CGI.pm-3.17, but continuing the version...
2006-03-01 Joshua ben... Re: Patch lint for grep { /.../ } and grep /.../,
2006-02-28 Steve Hay Silence another VC++ warning
2006-02-28 Steve Hay Silence a VC++ warning with DEBUGGING builds
2006-02-27 Nicholas Clark In Perl_sv_setsv_flags, swap the default in the type...
2006-02-27 Andy Lester Removed a redundant o->op_type
2006-02-27 Steve Hay Silence a GCC warning
2006-02-27 Steve Hay Silence a VC++ warning
next