This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[patch] xsub AUTOLOAD fix/optimization
[perl5.git] / pp_ctl.c
2001-01-05 Jarkko HietaniemiUTF-8 cleanup.
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-30 Nick Ing-SimmonsIntegrate mainline
2000-12-30 Inaba Hirotomore UTF8 test suites and an UTF8 patch
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-17 Jarkko HietaniemiPolymorphic regexps.
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-25 Gurusamy SarathyC<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-20 Jarkko Hietaniemilexicals not recognized in a run-time (?{})
2000-11-18 Nick Ing-SimmonsLexical use open ... support:
2000-11-05 Jarkko HietaniemiFix for bug id 19990615.008, pos() unset during s/...
2000-10-25 John PeacockZero-padded Numerics in Perl Format
2000-10-25 Jarkko HietaniemiContinue the internal UTF-8 API tweaking.
2000-10-24 Jarkko HietaniemiMake the UTF-8 decoding stricter and more verbose when
2000-10-20 Charles BaileySYN SYN
2000-10-18 Hugo van der SandenRe: [ID 20001018.008] flip-flop bug when there's no...
2000-10-08 Gurusamy Sarathysave_re_context() could reset PL_curcop to freed memory...
2000-10-06 Jarkko HietaniemiThe HINT_BYTE patch is apparently unnecessary, retracted.
2000-10-06 Jarkko HietaniemiPatch from Peter Prymmer to disable utf8 in EBCDIC...
2000-10-03 Ilya ZakharevichInside require() $^S was always left undefined.
2000-09-30 Nick Ing-SimmonsRe-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Jarkko HietaniemiBatch of UTF-8 patches from Simon Cozens.
2000-09-01 Jarkko HietaniemiMi splgn s gnin.g
2000-09-01 Jarkko HietaniemiMergesort is back.
2000-09-01 Jarkko HietaniemiRetract the mergesort code, way too incompatible licensing
2000-08-31 Jarkko HietaniemiSmall tweaks all over.
2000-08-31 Jarkko HietaniemiFurther rewording.
2000-08-31 Jarkko HietaniemiClarify the mergesort situation.
2000-08-30 Jarkko HietaniemiChange the internal implementation of sort() to be...
2000-08-16 Christian KirschThe numeric locale was reset to "C" by s?printf and...
2000-08-06 Jarkko HietaniemiHave symbols for the IoTYPEs.
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-26 Jarkko HietaniemiMacOS nits from Matthias Neeracher.
2000-07-24 Ben TillyAdd an optimization for map-maps-a-list-element-to...
2000-07-24 Gurusamy SarathyDocumentation to explain the behaviour of map().
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko HietaniemiWin32 patches for cfgperl from Sarathy.
2000-06-30 Jarkko HietaniemiIntegrate with Sarathy.
2000-06-30 Gurusamy Sarathydounwind() may cause POPSUB() to diddle the wrong PL_curpad
2000-06-09 Jarkko HietaniemiRename the fdpid locking and integrate with Sarathy.
2000-06-08 Gurusamy Sarathytweak comment about @DB::args
2000-06-06 Dan SugalskiThreadsafe patches
2000-06-02 Gurusamy Sarathyfix small eval"" memory leaks under USE_ITHREADS
2000-05-28 Gurusamy SarathyMacOS support, part 1 (from Matthias Neeracher
2000-05-28 Gurusamy Sarathywarnings::enabled() doesn't fall back to looking at...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-27 Gurusamy Sarathyallow sort() reentrancy (variant of patch suggested by
2000-04-27 Gurusamy Sarathychange#4197 somehow missed initializing PL_errors,...
2000-04-24 Jarkko HietaniemiFurther Unicos fixes for Mark Lutz.
2000-04-24 Mark P LutzVarious Unicos 10.0.0.6 fixes.
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathypropagate lexical warnings from surrounding scope correctly
2000-04-24 Gurusamy Sarathyarrange for next() to resume at the unstack op rather...
2000-04-24 Gurusamy Sarathyavoid using uninitialized memory in require version...
2000-04-24 Gurusamy Sarathycaller() wasn't returning the right number of elements for
2000-03-21 Gurusamy Sarathymake parenthetic warnings look consistent; make diagnos...
2000-03-19 Gurusamy Sarathysupport for C<use vmsish 'hushed'>; move VMSISH_EXIT...
2000-03-13 Gurusamy Sarathyfinal touches for lexical warnings (from Paul Marquess)
2000-03-13 Gurusamy Sarathythe premature FREETMPS calls in change#1187 weren't...
2000-03-11 Gurusamy Sarathyanother long-standing eval bug: return doesn't reset...
2000-03-11 Gurusamy Sarathychange#3511 was not defensive enough about try blocks...
2000-03-08 Gurusamy Sarathydo FILE should not see outside lexicals (from Rick...
2000-03-07 Gurusamy Sarathyskip null siblings encountered by goto out of loopish...
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-02-25 Gurusamy Sarathychange#4849 wasn't restoring savestack correctly; make...
2000-02-22 Gurusamy Sarathyadjust for lost fp precision in require version check
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathymake change#3386 a build-time option (avoids problems...
2000-02-13 Gurusamy Sarathymore purification (pp_require() could access free memor...
2000-02-10 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-10 Gurusamy Sarathyformline() could wipe out readonly-ness, freeing constants
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-02-04 Gurusamy Sarathypatch to provide more informative names for evals and...
2000-02-01 Gurusamy SarathyHINT_UTF8 is not propagated to the op tree anymore...
2000-01-31 Gurusamy Sarathyruntime now looks at the SVf_UTF8 bit on the SV to...
2000-01-23 Gurusamy Sarathyfix localization in while BLOCK when there is a continu...
2000-01-23 Gurusamy Sarathyfix scope cleanup when next jumps to a continue block...
2000-01-22 Gurusamy Sarathyadd patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathyrange operator does magical string increment iff both...
1999-12-24 Gurusamy Sarathysupport for v5.5.640 style version numbers
1999-12-20 Gurusamy Sarathyrevert optimization in change#4700 (it appears OPpRUNTI...
1999-12-20 Gurusamy Sarathyavoid pp_regcomp() changing optree at run time under...
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-09 Gurusamy Sarathyallow new style sort subs to work under usethreads
1999-12-04 Gurusamy Sarathys/block/loop block/ in diagnostics about next, last...
1999-12-02 Gurusamy Sarathyallow XSUBs and prototyped subroutines to be used with...
1999-12-01 Gurusamy Sarathyavoid "Callback called exit" error on intentional exit()
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-14 Gurusamy Sarathysundry cleanups for cloned interpreters (only known...
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-11-10 Gurusamy Sarathymore cleanups for change#4539
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-04 Jarkko HietaniemiIncremental Mac integration from Matthias.
1999-11-04 Gurusamy Sarathyremove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-11-02 Jarkko HietaniemiInitial integration of the MacPerl changes form Matthias.
next