This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rewrite pp_concat() in terms of sv_catsv().
[perl5.git] / pp_hot.c
2001-01-04 Jarkko HietaniemiRewrite pp_concat() in terms of sv_catsv().
2001-01-02 Nick Ing-SimmonsTurn SvUTF8 off if not required in pp_chr and pp_stringify.
2001-01-01 Jarkko HietaniemiIntegrate perlio:
2001-01-01 Nick Ing-SimmonsIntegrate mainline
2001-01-01 Nick Ing-SimmonsMore rigor in UTF-8-ness of Encode's toUnicode
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-29 Jarkko HietaniemiSignedness nit.
2000-12-28 Jarkko HietaniemiThe maxiters upper limit sanity check (guarding against
2000-12-28 Jarkko HietaniemiMake some panic messages a bit more logical.
2000-12-28 Simon CozensRe: [PATCH] Warn on use of reference as array elem
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-17 Jarkko HietaniemiPolymorphic regexps.
2000-12-15 Jarkko HietaniemiReturn of the IVUV-preservation, now seems to be happy...
2000-12-15 Jarkko HietaniemiThis seems to be a stage sane and stable enough to...
2000-12-14 Nicholas Clarkfaster and 64 bit preserving arithmetic
2000-12-13 Nicholas Clarkmove startglob out of pp_hot.c
2000-12-11 Nick Ing-SimmonsIntegrate mainline
2000-12-11 Simon CozensRe: [Fwd: BUG 20001205.022] Local on Hash elements
2000-12-09 Nick Ing-SimmonsUTF8 output prework.
2000-12-08 Simon CozensRe: ebcdic <-> ascii tables interjected in uv <-> utf8...
2000-12-05 Nicholas Clarkshrink pp_hot fractionally
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-22 Jarkko HietaniemiGo ahead and #include <unistd.h> in perl.h.
2000-11-04 Andrew PimlottFix for
2000-10-21 Jarkko HietaniemiThe #7383 was right only in the context of the original...
2000-10-21 Jarkko HietaniemiFix for ID 20001020.006, concatenating an unset submatch
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-17 Jarkko HietaniemiMore IoTYPE sprinkling.
2000-10-16 Jarkko HietaniemiFix few quad issues, which for example broke chr(~chr...
2000-10-11 Jarkko HietaniemiSvPV() (via mg_get() of sv_2pv()) can update the UTF8ne...
2000-10-11 Jarkko HietaniemiThe #7198 was a false alarm.
2000-10-10 Jarkko Hietaniemi(Retracted by #7200.)
2000-10-10 Simon CozensRe: utf8 concat, mg_get
2000-10-02 Daniel ChetlinFix aliasing of tied filehandles
2000-09-30 Spider BoardmanRe: unicode support and perl [ID 20000901.097]
2000-09-11 Nick Ing-SimmonsPoint fix for s/// on foreach (keys %xxx).
2000-09-08 Simon CozensRe: [ID 20000906.004] segfault with bad perl statement
2000-09-03 Nick Ing-SimmonsHash lookup of constant strings optimization:
2000-08-20 Hugo van der SandenUTF8 concat fixes.
2000-08-06 Jarkko HietaniemiContinue fixing the io warnings. This also
2000-08-05 Ronald F. Guilmette[ID 20000724.004] Perl interpreter segfault when using...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-02 Gurusamy SarathyRemove the extraneous "main::" prefix from all the
2000-07-29 Jarkko HietaniemiUTF8 concat
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6325..6373 into mainline
2000-07-11 Jarkko HietaniemiTypo in #6341.
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6174..6203 into mainline...
2000-07-11 M. J. T. GuyRe: [ID 20000704.002] [PATCH] memory leak with debug...
2000-07-05 Jarkko HietaniemiIntegrate with Sarathy, preliminary fix for unicos
2000-07-04 Gurusamy Sarathytyop in change#6306
2000-07-04 Jarkko HietaniemiMultiline string literals ENONPORTABLE.
2000-07-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-07-04 Jarkko HietaniemiWin32 patches for cfgperl from Sarathy.
2000-07-04 Gurusamy Sarathybetter diagnostic on Frob->stuff() when Frob:: doesn...
2000-07-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-06-30 Gurusamy Sarathyslurp mode fix in change#4736 still not quite right
2000-06-30 Jarkko HietaniemiIntegrate with Sarathy.
2000-06-30 Simon CozensUTF8 concat
2000-06-30 Gurusamy Sarathydounwind() may cause POPSUB() to diddle the wrong PL_curpad
2000-05-31 Jarkko HietaniemiSubstitution utf8 patch from Simon Cozens.
2000-05-28 Gurusamy Sarathychange#2879 broke rvalue autovivification of magicals...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-07 Gurusamy Sarathyconcat doesn't preserve utf8-ness, and doesn't invalidate
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathyfix RE brokenness on refs/overloaded things (from Ilya...
2000-03-18 Gurusamy Sarathymake return values from match in a list context, as...
2000-03-13 Gurusamy Sarathyavoid compiler warnings
2000-03-13 Gurusamy Sarathythe premature FREETMPS calls in change#1187 weren't...
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-03-03 Gurusamy Sarathysupport for list assignment to pseudohashes (from John...
2000-02-26 Gurusamy Sarathyallow $fh->autoflush on globrefs, and thence autovivifi...
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-19 Gurusamy Sarathysome rearrangement of the includes for easier "microper...
2000-02-19 Gurusamy Sarathymake comparisons promote to utf8 as necessary (from...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathystringify "\x{FFF}" to utf8 correctly; set SvUTF8 on...
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-02-02 Gurusamy Sarathyfix coredump on C<"x" =~ /x/; print @-> (from Ilya...
2000-01-31 Gurusamy Sarathyruntime now looks at the SVf_UTF8 bit on the SV to...
2000-01-22 Gurusamy Sarathyadd patch for printf-style format typechecks (from...
2000-01-21 Gurusamy Sarathypatch to report warnings on bogus filehandles passed...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-02 Gurusamy Sarathydisable optimization in change#3612 for join() and...
1999-12-29 Gurusamy Sarathyslurp mode fix in change#2910 wasn't quite right (spott...
1999-12-28 Gurusamy Sarathyintegrate mainline contents
1999-12-28 Gurusamy Sarathypartly fix perldiag regressions identified by Tom Chris...
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-04 Gurusamy Sarathymake uninitialized value warnings report opcode
1999-12-01 Gurusamy Sarathyminor USE_ITHREADS tweaks
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-11 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-10 Gurusamy Sarathymore cleanups for change#4539
1999-11-08 Gurusamy Sarathypreliminary support for GVOP indirection via pad
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-04 Jarkko HietaniemiIncremental Mac integration from Matthias.
next