platform/upstream/perl.git
2007-04-07 Nicholas ClarkTurn op_pmreplroot in struct pmop into a real union.
2007-04-07 Nicholas ClarkRemove a now un-needed goto from Perl_peep().
2007-04-07 Nicholas ClarkRejig Perl_peep() to assume that ops are optimised...
2007-04-07 Nicholas ClarkRe-ordering OP_STUB in the switch statement in Perl_pee...
2007-04-06 Nicholas ClarkMerge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-06 Nicholas Clarkassert() that OP_QR and OP_MATCH never set op_pmreplsta...
2007-04-06 Nicholas ClarkAdd editor block.
2007-04-06 Nicholas ClarkOnly append ?? match ops to the list used by reset...
2007-04-06 Nicholas ClarkAvoid accessing free()d memory when calling reset in...
2007-04-06 Nicholas ClarkGive accurate failure diagnostics when unlike() fails.
2007-04-06 Nicholas ClarkOoops. Forgot to update proto.h in change 30853.
2007-04-06 Nicholas ClarkRemove op_pmnext from PMOPs, and instead store the...
2007-04-06 Jerry D. HeddenAllow any *DBM_File to work for DynaLoader testing
2007-04-06 Gerard GoossenMAD do not ignore errors from 'use'
2007-04-06 Gerard Goossenmadprop about forced words
2007-04-06 Ævar Arnfjörð... Re: Proposed changes and to regular expression interfac...
2007-04-05 Steve Petersg++ on NetBSD needs to have environ declared as well.
2007-04-05 Rafael Garcia... C++ compilation fix by Steve Peters
2007-04-05 Nicholas ClarkS_op_destroy() was not static. Also tidy all other...
2007-04-04 Nicholas ClarkAdd TODO tests for the (sometimes) crashing threads...
2007-04-04 Nicholas ClarkA test for reset.
2007-04-04 Nicholas ClarkGet further through the build with read-only optrees...
2007-04-04 Rafael Garcia... Symbol export nit, found by Yves
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-04-04 Yves Ortonext\ExtUtils\t\Embed.t fails test when upgrading a...
2007-04-04 Jarkko HietaniemiRe: [PATCH] microperl plus missing config vars
2007-04-03 Gerard GoossenRe: [PATCH] MAD prototype checking
2007-04-03 Gerard GoossenRe: [PATCH] MAD disable constant inlining
2007-04-03 Rafael Garcia... C++ compilation patch by Jarkko
2007-04-02 Nicholas ClarkWe may not even have a list of slabs when Perl_Slab_Fre...
2007-04-02 Nicholas ClarkCleanups for PERL_DEBUG_READONLY_OPS debugging code...
2007-04-02 Jerry D. HeddenAllow testing of DBM_Filter with any *DBM_File
2007-04-02 Nicholas ClarkFor Perl_Slab_Alloc(), eliminate the unused parameter...
2007-04-02 Jerry D. HeddenDon't install dbm_filter_util.pl
2007-04-02 Nicholas ClarkThe op slab allocator can call calloc() instead of...
2007-04-02 Nicholas ClarkAdd a new compile option PERL_DEBUG_READONLY_OPS which...
2007-04-02 Christian Winterperlfunc.pod: Lexical visibility hint in require docu
2007-04-01 Craig A. BerryUpdate name of Perl executable on VMS following #30414.
2007-04-01 Craig A. BerryMark new regex glob test as a TODO on VMS.
2007-04-01 Steffen MüllerREADME.$OS URLs
2007-04-01 Jarkko HietaniemiSymbian sync
2007-04-01 Jarkko Hietaniemimicroperl plus missing config vars
2007-04-01 Dave MitchellMake parser_free() be called slightly later,
2007-04-01 Dave MitchellEliminate the use of PL_curforce outside of toke.c
2007-04-01 Dave MitchellEliminate the use of PL_bufend outside of toke.c:
2007-04-01 Dave Mitchellfree backtrack track when on unexpected exit, eg /...
2007-04-01 Dave Mitchellfix $^R scoping bug.
2007-03-31 Nicholas ClarkRearrange members of structures to reduce memory size...
2007-03-31 Nicholas ClarkIntegrate:
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...
next