p5sagit/p5-mst-13.2.git
2006-01-03 Steve Peters Attemting to readdir() something that isn't a dirhandle...
2006-01-03 Steve Hay Fix release mode builds following change 26598
2006-01-03 Steve Peters perldiag.pod additions to go with change #26602.
2006-01-03 Steve Peters Add probe for snprintf () and vsnprintf ()
2006-01-03 Rafael Garcia... Update perldelta, up to change 25344 more or less.
2006-01-03 Steve Peters Bad symbols that are pretending to be dirhandles, shoul...
2006-01-03 Rafael Garcia... Sync perlfaq.
2006-01-03 Dave Mitchell silence some compiler warnings
2006-01-03 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2006-01-03 Stephen McCamant Re: [perl #36837] B::Deparse fails when it comes to...
2006-01-03 John E. Malmberg [patch@26561] utf8.c const issue.
2006-01-03 Andreas König [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
2006-01-03 Dave Mitchell ithreads: SVs that were only on the tmps stack leaked
2006-01-02 Nicholas Clark The two never used NOTYET switch ops can go.
2006-01-02 Dave Mitchell stop DEBUG_LEAKING_SCALARS producing spurious memory...
2006-01-02 Nicholas Clark More missing AUTHORS
2006-01-02 John E. Malmberg patch@26561 & earlier - buffer overrun in VMS.C
2006-01-02 Nicholas Clark Erk! craigb's changes come out of p4 with ^Ms as line...
2006-01-02 Nicholas Clark More missing AUTHORS
2006-01-02 Nicholas Clark Fix up missing and duplicate AUTHORS
2006-01-02 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2006-01-02 Rafael Garcia... Since we no longer autovivify stashes (change #26370...
2006-01-02 pm@capmon.dk Documentation fix for File::Temp::new
2006-01-02 Nicholas Clark Happy New Year. (It's not just embed.pl).
2006-01-02 Steve Peters Note that the "unlink"ing directories is attempted...
2006-01-02 Nicholas Clark Typo fix in the description of change 26370.
2006-01-02 Dave Mitchell add svt_local slot to magic vtable, and fix local ...
2006-01-02 Nicholas Clark Add 2006 to the copyright years in the header generated...
2006-01-02 Jim Cromie [patch] comment grammar and indentation, spurious tab
2006-01-02 Andreas König [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
2006-01-02 Rafael Garcia... Update copyrights for files modified in 2006
2006-01-01 Gisle Aas Get rid of length argument for the FEATURE_IS_ENABLED...
2006-01-01 Andy Lester Making 0 pointers to NULLs
2006-01-01 Jarkko Hietaniemi Configure: stdio char (un)signedness
2006-01-01 Andy Lester Making 0 pointers to NULLs
2005-12-31 Dave Mitchell make threads use MY_CXT API rather than using PL_modglobal
2005-12-31 Dave Mitchell tidy index arrangements in new MY_CXT code
2005-12-31 Steve Peters Upgrade to CPAN-1.80_57
2005-12-31 Nicholas Clark Turn a for loop that's almost a while into an honest...
2005-12-31 Nicholas Clark Calling Perl_hv_clear_placeholders while the hash itera...
2005-12-31 Nicholas Clark Remove unneeded test in Perl_hv_clear_placeholders.
2005-12-31 Jan Dubois op/pack.t failure on Win64
2005-12-31 Nicholas Clark Add a test for change 26547. (We no longer expect to...
2005-12-31 Nicholas Clark Re-attempt to clear the hash in S_hfreeentries if anyth...
2005-12-31 Nicholas Clark Stop 'sub a { // }; %::=()' panicing because the backre...
2005-12-30 Nicholas Clark Marcus Holland-Moritz suggested that assert should
2005-12-30 Nicholas Clark Tweak S_init_main_stash so as allocate PL_curstname...
2005-12-30 Steve Peters Convert t/op/sleep.t to using test.pl
2005-12-30 Nicholas Clark Document why it's a bad plan to move the backreferences...
2005-12-30 Nicholas Clark Now that the backreference array has no NULL entries...
2005-12-30 Nicholas Clark POSIX now declares missing constants as sub ... ()...
2005-12-30 Rafael Garcia... Update perltodo. First shot at perl593delta.
2005-12-30 Nicholas Clark In the shared string table, if we add new entries to...
2005-12-30 Robin Houston Differences from Perl 6
2005-12-30 Rafael Garcia... Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
2005-12-30 Dave Mitchell fix errors in new MY_CTX code
2005-12-30 Tels Reduce size of buffers for identifier names, as suggest...
2005-12-30 Tels perlio.c - gv_stashpvn() vs gv_stashpv()
2005-12-30 Tels Perl_gv_fetchpv vs. gv_fetchpvn
2005-12-30 Rafael Garcia... Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
2005-12-30 Nicholas Clark RMAGIC on symbol tables is bad, m'kay.
2005-12-30 Dave Mitchell change #26523 didn't make my_cxt_init public
2005-12-29 Tels $a = \$a oddity
2005-12-29 Andy Lester Actual real consting of parms
2005-12-29 Andy Lester av.c cleanup, plus!
2005-12-29 Rafael Garcia... Fix test for perl version number in Makefile.PL
2005-12-29 Andy Lester Fixing the SVREFCNT macro
2005-12-29 Dave Mitchell re-implement MY_CXT API more efficiently, and add explicit
2005-12-29 Dave Mitchell add tests for MY_CXT API and improve its documentation
2005-12-29 Robin Houston Test that constant overloading is propagated into eval
2005-12-29 Yitzchak Scott... [DOC PATCH] rindex clarification
2005-12-29 Craig A. Berry fortify Pod::Simple::Search against non-case-preserving...
2005-12-29 Nicholas Clark A GVs stash can be NULL, so don't call macros that...
2005-12-28 Nicholas Clark As the backreferences AV doesn't hold references on...
2005-12-28 Nicholas Clark PL_amagic_generation is always non-zero, so remove...
2005-12-28 Steve Peters Upgrade to Sys-Syslog-0.11
2005-12-28 Gisle Aas Cleanup; replace a croak("panic: ...") with assert().
2005-12-28 Gisle Aas assert(av); Cleanup the way that the av_*() functions...
2005-12-28 Gisle Aas Use memchr() instead of ninstr() to locate the end...
2005-12-28 Gisle Aas Leaner ninstr().
2005-12-28 Gisle Aas Remove test for NUL ending in r?instr().
2005-12-28 Gisle Aas Fix 2 off-by-one errors in the call to ninstr().
2005-12-28 Steve Peters Upgrade to PathTools-3.15
2005-12-27 Nicholas Clark s/%/%%/ in the package name so that it can be used...
2005-12-27 Nicholas Clark Pass in the full arguments to ExtUtils::Constant::ProxySubs
2005-12-27 Andy Lester pre-likely cleanup
2005-12-27 Steve Peters It'd be nice if I hadn't broken corecpan.pl. Its fixed...
2005-12-27 Nicholas Clark gv_fetch_flags in newATTRSUB can actually be const.
2005-12-27 Nicholas Clark As what we're doing is generating subroutines, which...
2005-12-27 Yves Orton [patch] ext/b/t/lint.t fails on win32
2005-12-27 Nicholas Clark Refactor the require failure message generation to...
2005-12-27 Nicholas Clark Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make...
2005-12-26 Nicholas Clark tabs, not spaces, in MANIFEST. No, I can't remember...
2005-12-26 Nicholas Clark Remove the hard wired test numbers in the generated...
2005-12-26 Nicholas Clark Support type UNDEF, and correct a bug in the macro...
2005-12-26 Nicholas Clark Add method macro_from_item to encapsulate the entire...
2005-12-26 Nicholas Clark Don't try to store PL_sv_undef in pads. (For now)
2005-12-26 Steve Peters Upgrade to CPAN-1.80_56
2005-12-26 Steve Peters In this, the last tale of the NGROUPS saga, a former...
2005-12-26 Nicholas Clark Add a couple of newlines for tidier regen output, consi...
next