Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
2001-06-06 Jarkko Hietaniemi Integrate change #10448 from maintperl; lexicals
2001-06-03 Jarkko Hietaniemi Integrate change #10412 from maintperl; locale is now
2001-05-31 Nick Ing-Simmons Integrate mainline.
2001-05-31 Abhijit Menon-Sen [PATCH] DEBUG_* macro cleanups
2001-05-31 Jarkko Hietaniemi Salvage bits and pieces from the experimental 'utf8...
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-05-29 Hugo van der Sanden Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8...
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-05-20 Gisle Aas require $mod where $mod has touched numeric context
2001-05-14 Jarkko Hietaniemi Integrate change #10100 from maintperl.
2001-04-06 Jarkko Hietaniemi Integrate changes #9584,9587 from maintperl into mainline.
2001-04-05 Gisle Aas Propagate calling context for do '...'
2001-03-19 Robin Houston PATCH: cosmetic tweak in pp_ctl.c
2001-03-18 Nick Ing-Simmons Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED...
2001-03-14 Robin Houston PATCH: make goto work in nested eval ""
2001-03-14 Robin Houston PATCH for [ID 20010305.003]
2001-03-14 Robin Houston Re: [ID 20010309.004] my-variables lose values while...
2001-03-12 Jarkko Hietaniemi Integrate change #9108 from maintperl to mainline.
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...
next