This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2007-03-31 Nicholas ClarkReorder the members of various regexp structs to reduce...
2007-03-31 Craig A. BerryFix URL rot in README.vms
2007-03-31 Craig A. BerryMake Perl_vms_start_glob return the input pattern when...
2007-03-31 Nicholas Clarkprecomp in struct regexp can be const char *.
2007-03-31 Rafael Garcia... Fix bug #42224, perl -MO=Deparse -e 'print readpipe...
2007-03-31 Rafael Garcia... Fix the error message "Can't call method "DOES" on...
2007-03-31 Rafael Garcia... Don't use utf8.pm in the test (avoiding embedding utf8...
2007-03-31 Abhijit Menon-SenThis was released as 2.16.
2007-03-31 Abhijit Menon-SenAdd new hints files.
2007-03-30 Nicholas ClarkBump File::Glob's VERSION to go with change 30103.
2007-03-30 Nicholas ClarkRemove the never-used numeric and character switch...
2007-03-30 Nicholas ClarkA logical rearrangement of ops, to get the post 5.005...
2007-03-30 Nicholas ClarkOops. Failed to remove the now obsolete comment about...
2007-03-30 Nicholas ClarkRemove the restriction that op_custom has to be the...
2007-03-30 Rafael Garcia... When dup'ing a filehandle, retain the :utf8 layer
2007-03-30 Rafael Garcia... Add two deprecation warnings:
2007-03-30 Jarkko Hietaniemicflags.SH: 30327 wasn't portable Bourne (avoid '!:...
2007-03-29 Steve PetersUpgrade to CGI.pm-3.28
2007-03-29 Jerry D. HeddenShorten 'skipping...' test message
2007-03-29 Rafael Garcia... Back out changes 30762 and 30763
2007-03-28 John P. Linderman: perlguts.pod
2007-03-27 Jarkko Hietaniemistop the cargo cult of (MEM_SIZE)~0
2007-03-27 Rafael Garcia... Compress::Zlib isn't a good example of extra modules,
2007-03-27 Rafael Garcia... Fix return value of state assignment ($x=state $y=$z).
2007-03-27 Jarkko Hietaniemiutil.c [PATCH] perlhack.pod (Was: Re: threads crashes...
2007-03-27 H.Merijn BrandDocumented the PA-RISC End-Of_Life plan; more servers...
2007-03-26 Nicholas ClarkIn struct regexp replace the two arrays of I32s accesse...
2007-03-26 Gerard Goossenadd p55.t MAD tests, and convert renamed mad/nomad...
2007-03-26 Gerard GoossenRename mad/nomad to mad/Nomad.pm
2007-03-26 Nicholas ClarkMove the declaration of two variables into the only...
2007-03-26 Rafael Garcia... Nit to change 30762 by Gisle.
2007-03-26 Yitzchak Scott... Re: substr($megabytes, 30) =
2007-03-26 Rafael Garcia... Make the warning "interpreted as function" a bit less...
2007-03-26 Rafael Garcia... say() should parse exactly like print()
2007-03-26 Rafael Garcia... Remove the object_compatibility placeholder in the...
2007-03-26 Rafael Garcia... On Linux, don't compile with -DTHREADS_HAVE_PIDS if the
2007-03-26 Nicholas ClarkSimplify the logic in Perl_re_dup() - copy the structur...
2007-03-25 Nicholas ClarkChange 30753 forgot to remove 2 now unused variables.
2007-03-25 Nicholas ClarkLooks like re_dup has been leaking references on 2...
2007-03-25 Nicholas ClarkA more efficient copy in Perl_reg_temp_copy()
2007-03-25 Marcus Holland... Re: The performance problem of 30678
2007-03-24 Rafael Garcia... Make readline() default to *ARGV.
2007-03-24 Rafael Garcia... Now that readpipe defaults to $_, I should update the...
2007-03-24 Rafael Garcia... Make sure readpipe without argument can be followed...
2007-03-24 Rafael Garcia... Make readpipe default to $_
2007-03-24 Nicholas Clarkstartp and endp can allocate their array of I32s from...
2007-03-23 Nicholas ClarkIt's possible to write the dup of struct reg_substr_dat...
2007-03-23 Rafael Garcia... Don't use PL_na.
2007-03-23 Father Chrysostomos[perl #41775] Memoize bug (and patch): problem with...
2007-03-23 Marcus Holland... Upgrade to Devel::PPPort 3.11_01
2007-03-23 Nicholas ClarkMove CHECK_WORD in regcomp.c to a more generic memEQs...
2007-03-23 Jerry D. HeddenSilence compiler warning in util.c
2007-03-23 Nicholas ClarkChange 30080 was wrong to swap the BEGIN test to memEQ
2007-03-23 Jari AaltoRe: [perl #41683] [PATCH] v5.8.8 pod2html -- incorrect...
2007-03-23 Rafael Garcia... PerlFAQ sync.
2007-03-23 Jerry D. HeddenCwd doesn't need ppport.h in core
2007-03-23 Matthijs van... symbol-exports needed for Data::Alias
2007-03-23 Rafael Garcia... Convert file to proper line-endings
2007-03-23 Rafael Garcia... Missing file in MANIFEST
2007-03-23 Rafael Garcia... Fix path of a test file for running in the core
2007-03-23 Steve PetersUpgrade to CPAN-1.88_79
2007-03-23 Steve PetersUpgrade to Test-Simple-0.70
2007-03-23 Steve PetersRe-sorting the MANIFEST after the mess made of it with the
2007-03-23 Steve PetersPerforce appararently didn't like integrating this...
2007-03-23 Yves Ortonfix instalhtml and Pod::HTML issues.
2007-03-23 Steve PetersAdditional test file edits needed for Pod-Simple-3...
2007-03-23 Steve PetersUpgrade to Pod-Simple-3.05.
2007-03-22 Nicholas ClarkCan use memEQ instead of strnEQ in CHECK_WORD()
2007-03-22 Rafael Garcia... Re: [perl #32687] Encode::is_utf8 on tainted UTF8 string
2007-03-22 Steve HayMake sure Win32CORE.pm gets cleaned up
2007-03-22 Rafael Garcia... Misc. L<> fixes in core docs : don't link to man pages;
2007-03-22 Jerry D. HeddenFix to threads::shared t/waithires.t
2007-03-22 Rafael Garcia... Fix a broken link and a meaningless phrase in perldebguts
2007-03-22 Rafael Garcia... Remove references to perlcc from the core docs.
2007-03-22 Rafael Garcia... Fix internal POD link
2007-03-22 Nicholas ClarkRe-order the flags values for struct refcounted_he...
2007-03-22 Jarkko HietaniemiRe: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bug
2007-03-22 Rafael Garcia... regexp refcount is an integer, not a pointer
2007-03-22 Rafael Garcia... Fix error message for re::regnames_iterinit()
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-22 Jerry D. Heddenthreads 1.61
2007-03-22 Gerard Goossenfix MAD compilation of C-style for loop
2007-03-21 Steve PetersSilence a couple of warnings caused by change #30672.
2007-03-21 Nicholas ClarkAdjust test count for 5.8.x
2007-03-21 Steve PetersMake gcc warn in case code is not C++ compatible.
2007-03-21 Nicholas ClarkOnly use proxy constant subroutines for 5.9.x.
2007-03-21 Jerry D. HeddenChange 30661 could result in undefined variable
2007-03-21 Nicholas ClarkAdd some PERL_MEM* defines to the -V output that were...
2007-03-21 Nicholas ClarkRemove the (sometimes) unused variable from change...
2007-03-21 Steve PetersPod fix to h2ph from John Morrissey on the Debian bug...
2007-03-21 Nicholas ClarkDon't try to set the NV on a typeglob-in-action. Should...
2007-03-21 Nicholas ClarkAVs and HVs never had the NV slot. (Not that this error...
2007-03-21 Jerry D. HeddenSys::Syslog doesn't need ppport.h in core
2007-03-21 Jerry D. HeddenData::Dumper doesn't need ppport.h in core
2007-03-21 Jerry D. HeddenCompress::Raw::Zlib doesn't need ppport.h in core ...
2007-03-21 Jerry D. HeddenRemove unneeded pragma line from B/t/OptreeCheck.pm
2007-03-21 Rafael Garcia... Don't install XS::APItest and XS::Typemap
2007-03-20 Nicholas ClarkIn safecalloc, use the system calloc() for the non...
2007-03-20 Jerry D. HeddenRe: ppport.h in core
2007-03-20 Michael Stevensmy email address changed
next