EBCDIC sanity - phase I
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
2001-03-10 Nick Ing-Simmons EBCDIC sanity - phase I
2001-03-09 Dave Mitchell Re: [ PATCH perl@8956 ] new debug option -DR shows...
2001-02-28 Tim Jenness Re: sync sync sync: have I missed any patches?
2001-02-26 Nicholas Clark Documenting coderef @INC (Re: CPAN "make this script...
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-17 Doug MacEachern [patch] -Wall
2001-02-13 Chris Nandor buncha MacPerl patches for bleadperl
2001-01-24 Charles Bailey SYN SYN
2001-01-15 Jarkko Hietaniemi Signedness nit.
2001-01-15 Jarkko Hietaniemi More UTF-8 patches from Inaba Hiroto.
2001-01-12 Stephen McCamant Consolidated lvalue sub changes
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-05 Jarkko Hietaniemi UTF-8 cleanup.
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-30 Nick Ing-Simmons Integrate mainline
2000-12-30 Inaba Hiroto more UTF8 test suites and an UTF8 patch
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-17 Jarkko Hietaniemi Polymorphic regexps.
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-25 Gurusamy Sarathy C<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-20 Jarkko Hietaniemi lexicals not recognized in a run-time (?{})
2000-11-18 Nick Ing-Simmons Lexical use open ... support:
2000-11-05 Jarkko Hietaniemi Fix for bug id 19990615.008, pos() unset during s/...
2000-10-25 John Peacock Zero-padded Numerics in Perl Format
2000-10-25 Jarkko Hietaniemi Continue the internal UTF-8 API tweaking.
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-20 Charles Bailey SYN SYN
2000-10-18 Hugo van der Sanden Re: [ID 20001018.008] flip-flop bug when there's no...
2000-10-08 Gurusamy Sarathy save_re_context() could reset PL_curcop to freed memory...
2000-10-06 Jarkko Hietaniemi The HINT_BYTE patch is apparently unnecessary, retracted.
2000-10-06 Jarkko Hietaniemi Patch from Peter Prymmer to disable utf8 in EBCDIC...
2000-10-03 Ilya Zakharevich Inside require() $^S was always left undefined.
2000-09-30 Nick Ing-Simmons Re-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Jarkko Hietaniemi Batch of UTF-8 patches from Simon Cozens.
2000-09-01 Jarkko Hietaniemi Mi splgn s gnin.g
2000-09-01 Jarkko Hietaniemi Mergesort is back.
2000-09-01 Jarkko Hietaniemi Retract the mergesort code, way too incompatible licensing
2000-08-31 Jarkko Hietaniemi Small tweaks all over.
2000-08-31 Jarkko Hietaniemi Further rewording.
2000-08-31 Jarkko Hietaniemi Clarify the mergesort situation.
2000-08-30 Jarkko Hietaniemi Change the internal implementation of sort() to be...
2000-08-16 Christian Kirsch The numeric locale was reset to "C" by s?printf and...
2000-08-06 Jarkko Hietaniemi Have symbols for the IoTYPEs.
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-26 Jarkko Hietaniemi MacOS nits from Matthias Neeracher.
2000-07-24 Ben Tilly Add an optimization for map-maps-a-list-element-to...
2000-07-24 Gurusamy Sarathy Documentation to explain the behaviour of map().
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko Hietaniemi Win32 patches for cfgperl from Sarathy.
2000-06-30 Jarkko Hietaniemi Integrate with Sarathy.
2000-06-30 Gurusamy Sarathy dounwind() may cause POPSUB() to diddle the wrong PL_curpad
2000-06-09 Jarkko Hietaniemi Rename the fdpid locking and integrate with Sarathy.
2000-06-08 Gurusamy Sarathy tweak comment about @DB::args
2000-06-06 Dan Sugalski Threadsafe patches
2000-06-02 Gurusamy Sarathy fix small eval"" memory leaks under USE_ITHREADS
2000-05-28 Gurusamy Sarathy MacOS support, part 1 (from Matthias Neeracher
2000-05-28 Gurusamy Sarathy warnings::enabled() doesn't fall back to looking at...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-27 Gurusamy Sarathy allow sort() reentrancy (variant of patch suggested by
2000-04-27 Gurusamy Sarathy change#4197 somehow missed initializing PL_errors,...
2000-04-24 Jarkko Hietaniemi Further Unicos fixes for Mark Lutz.
2000-04-24 Mark P Lutz Various Unicos 10.0.0.6 fixes.
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy propagate lexical warnings from surrounding scope correctly
2000-04-24 Gurusamy Sarathy arrange for next() to resume at the unstack op rather...
2000-04-24 Gurusamy Sarathy avoid using uninitialized memory in require version...
2000-04-24 Gurusamy Sarathy caller() wasn't returning the right number of elements for
2000-03-21 Gurusamy Sarathy make parenthetic warnings look consistent; make diagnos...
2000-03-19 Gurusamy Sarathy support for C<use vmsish 'hushed'>; move VMSISH_EXIT...
2000-03-13 Gurusamy Sarathy final touches for lexical warnings (from Paul Marquess)
2000-03-13 Gurusamy Sarathy the premature FREETMPS calls in change#1187 weren't...
2000-03-11 Gurusamy Sarathy another long-standing eval bug: return doesn't reset...
2000-03-11 Gurusamy Sarathy change#3511 was not defensive enough about try blocks...
2000-03-08 Gurusamy Sarathy do FILE should not see outside lexicals (from Rick...
2000-03-07 Gurusamy Sarathy skip null siblings encountered by goto out of loopish...
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-02-25 Gurusamy Sarathy change#4849 wasn't restoring savestack correctly; make...
2000-02-22 Gurusamy Sarathy adjust for lost fp precision in require version check
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathy make change#3386 a build-time option (avoids problems...
2000-02-13 Gurusamy Sarathy more purification (pp_require() could access free memor...
2000-02-10 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-10 Gurusamy Sarathy formline() could wipe out readonly-ness, freeing constants
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-02-04 Gurusamy Sarathy patch to provide more informative names for evals and...
2000-02-01 Gurusamy Sarathy HINT_UTF8 is not propagated to the op tree anymore...
2000-01-31 Gurusamy Sarathy runtime now looks at the SVf_UTF8 bit on the SV to...
2000-01-23 Gurusamy Sarathy fix localization in while BLOCK when there is a continu...
2000-01-23 Gurusamy Sarathy fix scope cleanup when next jumps to a continue block...
2000-01-22 Gurusamy Sarathy add patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathy range operator does magical string increment iff both...
1999-12-24 Gurusamy Sarathy support for v5.5.640 style version numbers
1999-12-20 Gurusamy Sarathy revert optimization in change#4700 (it appears OPpRUNTI...
1999-12-20 Gurusamy Sarathy avoid pp_regcomp() changing optree at run time under...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-09 Gurusamy Sarathy allow new style sort subs to work under usethreads
next