p5sagit/p5-mst-13.2.git
2005-11-16 Nicholas Clark Oi gcc, No! sizeof(void) is an error. *Not* 1.
2005-11-16 Nicholas Clark PL_pte_root and PL_pte_arenaroot can be exterminated...
2005-11-16 Jim Cromie Re: eliminate discreet arenaroots
2005-11-16 Vadim Konovalov for wince
2005-11-16 Hugo van der... Re: [perl #37688] Unexpected regex failure.
2005-11-15 SADAHIRO Tomoyuki Re: [perl #37616] Bug in &= (string) and/or m//
2005-11-15 Yitzchak Scott... Re: Cygwin status, maint and blead
2005-11-14 Nicholas Clark Remove the two register keywords from auto variables...
2005-11-14 Nicholas Clark More PERL_POISON - poison SvANY() and SvREFCNT() in...
2005-11-14 Nicholas Clark Mark all places where perl needs to look at a possibly...
2005-11-14 Steve Peters Removed reference to the non-existent C<Opcode::Custom>.
2005-11-14 Rafael Garcia... The warning "Field too wide in 'u' format in pack"...
2005-11-14 Nicholas Clark Provide a crude way for specifying the command line for
2005-11-14 Rafael Garcia... A better fix for [perl #35847] File::Find not performin...
2005-11-14 Rafael Garcia... Don't warn about lack of docs for functions that appear...
2005-11-14 Rafael Garcia... Fix indentation of apidoc for sv_2pvutf8
2005-11-14 Rafael Garcia... Suppress gcc warnings when ignoring the return value...
2005-11-14 Gisle Aas Missing ; in Storable.xs
2005-11-14 Paul Marquess Compress::Zlib
2005-11-14 Steve Hay Fix code-before-declaration in boot_Storable added...
2005-11-14 Yitzchak Scott... consting perlbug breaking in blead & maint
2005-11-13 Nicholas Clark Fix breakages that prevended -DPERL_POISON from compiling.
2005-11-13 Nicholas Clark Integrate:
2005-11-13 Gisle Aas Re: [PATCH] Enhanced Storable::read_magic()
2005-11-12 Steve Peters Upgrade to Locale-Maketext-1.10. As change #25547...
2005-11-12 Peter Dintelmann [perl #37657] segfault with binmode ":pop"
2005-11-12 Nicholas Clark Make B's tests skip correctly when PerlIO is not config...
2005-11-12 Andy Lester mathoms prototypes aren't prototypes
2005-11-12 Steve Peters Andy Lester maintains Locale::Maketext now.
2005-11-12 Nicholas Clark Change 26063 got one conditional the wrong way round.
2005-11-12 Nicholas Clark Make the removal of references to AvFLAGS in the B...
2005-11-11 Steve Peters const'ing Netdb_host_t broke HP-UX and created warnings...
2005-11-11 Nicholas Clark 26085 was wrong. Undo it.
2005-11-11 Paul Marquess DB_File 1.814
2005-11-11 Gisle Aas Storable 0.1 compatibility
2005-11-11 Nicholas Clark Correct the version-dependant expression for the number...
2005-11-11 Andy Lester Const & local: Special Victims Unit
2005-11-11 Steve Peters Pod nit in Encode.pm, found by Marc Lehmann in RT ...
2005-11-11 Steve Peters Fix for RT #37654. Added $COMPILING to list of variabl...
2005-11-10 Dominic Dunlop Suppress leaked warnings in ExtUtils tests
2005-11-10 Rafael Garcia... Patch by Ilya Zakharevich to give more meaningful error
2005-11-10 Rafael Garcia... Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier...
2005-11-10 jms@mathras... [perl #35847] File::Find not performing as documented
2005-11-10 Peter Dintelmann [perl #37648] segfault with PERLIO_DEBUG
2005-11-10 Jason Vas Dias [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend...
2005-11-10 Steven Schubiger remove whitespace preceding semicolon in docs
2005-11-10 Rafael Garcia... Really apply change #26071.
2005-11-10 Vadim Konovalov wince patch
2005-11-10 Rafael Garcia... Add tests for two untested syntax error messages about \N
2005-11-10 Steve Hay Make Perl_seed public
2005-11-10 Jarkko Hietaniemi blead@26052 Symbian update
2005-11-09 Nicholas Clark As using -C to turn on utf8 IO is equivalent to the...
2005-11-09 Nicholas Clark I/O is UTF-8, not "UNICODE"
2005-11-09 Nicholas Clark As using -C to turn on utf8 IO is equivalent to the...
2005-11-09 Nicholas Clark Better diagnostics from io/utf8.t
2005-11-09 Nicholas Clark Make the Bytecode changes conditional on perl version.
2005-11-09 Graham Barr Re: [PATCH] Re: [perl #32383] DProf breaks List::Util...
2005-11-09 Nicholas Clark Simplify Perl_allocmy slightly, and cope better with...
2005-11-09 Nicholas Clark Add a comment about possible future refactoring of...
2005-11-09 Nicholas Clark Remove superfluous strlen() from pp_require().
2005-11-09 Steve Peters Patch from Gisle to add NO_MATHOMS to the Compile-time...
2005-11-09 Rafael Garcia... Don't declare a function inside another function
2005-11-09 Yitzchak Scott... Configure setting patchlevel broken
2005-11-09 Robin Houston Re: [perl #32383] DProf breaks List::Util::shuffle
2005-11-09 John E. Malmberg patch@26052 - compile rule for mathoms.c
2005-11-08 Nicholas Clark It helps to actually *remove* the now-superfluous strlen().
2005-11-08 Nicholas Clark Moving the 4 writes of PL_no_mem followed by exit(1...
2005-11-08 Nicholas Clark Eliminate some unnecessary strlen()s
2005-11-08 Nicholas Clark Eliminate duplicate strlen()s by explicitly calling it.
2005-11-08 Nicholas Clark 3 calls to strlen() we can avoid.
2005-11-08 Yitzchak Scott... [DOC PATCH] mention @-, @+ in perl56delta.pod
2005-11-08 Nicholas Clark Probaby a good idea to include DEBUG_LEAKING_SCALARS...
2005-11-08 SADAHIRO Tomoyuki Re: A surprising segfault
2005-11-08 Steve Hay Remove an unused variable left over from change #26041
2005-11-08 Benjamin Sugars Re: C<undef %::> considered harmful
2005-11-08 Rafael Garcia... Upgrade to CPAN 1.76_65
2005-11-08 Jan Dubois Remove unused USING_WIDE code from win32 and wince...
2005-11-08 Steve Peters Updated perldiag.pod entry for "Can't use subscript..."
2005-11-07 Nicholas Clark Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most...
2005-11-07 Dominic Dunlop Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level...
2005-11-07 Nicholas Clark s/Nick Clark/Nicholas Clark/
2005-11-07 Nicholas Clark For each test function, test it as is, and with extra...
2005-11-07 Nicholas Clark The rarely used lcfirst and ucfirst share almost all...
2005-11-07 Nicholas Clark Fix bug #37628 (both lcfirst and ucfirst)
2005-11-07 Andy Lester Cleaning up x2p directory
2005-11-07 Gisle Aas Missing static declarations
2005-11-07 Rafael Garcia... Remove CPAN.pm's META.yml.
2005-11-07 Jarkko Hietaniemi Symbian update blead@26025
2005-11-07 Nicholas Clark Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
2005-11-07 Andy Lester Consting and localizing: Part LXVIII
2005-11-07 Chris Heath [perl #24254] Attempt to free unreferenced scalar
2005-11-07 Abe Timmerman follow up on 25969 for VMS
2005-11-07 Steve Peters Added note to README.macosx regarding failures from...
2005-11-07 Steve Peters Fix documentation for gmtime().
2005-11-06 Steve Peters Upgrade to CPAN-1.76_61
2005-11-06 Steve Peters Nits in the pp_defined code spotted by Jarkko.
2005-11-06 Steve Peters Upgrade to Time-HiRes-1.82
2005-11-06 John E. Malmberg Re: [PATCH configure.com] add the new d_futimes as...
2005-11-05 Nicholas Clark Make the 5.9 changes to B conditional on perl version.
2005-11-05 Nicholas Clark '[at]' should be '@'
next