Unfinished EBCDIC branch.
[p5sagit/p5-mst-13.2.git] / pp_hot.c
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-24 Andreas König The
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-12 Jarkko Hietaniemi Special treatment for U+03B0 and U+0390 in //i,
2002-01-05 Jarkko Hietaniemi Finish up (ha!) the Unicode case folding;
2001-12-03 Nicholas Clark shared hash keys and ++/--
2001-11-21 Nicholas Clark spaceship and refs
2001-11-20 Nicholas Clark [?PATCH] terser pp_eq
2001-11-18 Jarkko Hietaniemi Retract #13048: that introduced a malloc() (through...
2001-11-16 Jeff Pinyan Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te...
2001-11-12 Abhijit Menon-Sen [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
2001-10-25 Nicholas Clark remove small IVop redundancy
2001-10-17 Jarkko Hietaniemi Oh, bother. In Tru64 cc -std1 was looking rather nice
2001-10-17 Jarkko Hietaniemi (retracted by #12485)
2001-09-02 Jarkko Hietaniemi Rename the variable: it *used* to be (wrongly) that the
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-18 Jarkko Hietaniemi New try for ID 20010407.006: detach the semantics
2001-08-18 Jarkko Hietaniemi Retract #11712 for now. The real fix would probably
2001-08-18 Jarkko Hietaniemi (Retracted by #11714)
2001-08-17 Hugo van der Sanden Re: [ID 20010814.004] pos() doesn't work when using...
2001-08-12 Abhijit Menon-Sen Re: Can't localize *FH, then tie it
2001-08-07 Abhijit Menon-Sen Re: [ID 20010806.006] Can't read coderef from tied...
2001-08-04 Jarkko Hietaniemi Continuation of #11575: SANY_SEEN completely deprecated,
2001-07-08 Jarkko Hietaniemi Retract #11212.
2001-07-08 Graham Barr (Retracted by #11223.)
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-04 Jarkko Hietaniemi gcc -Wall nit.
2001-07-03 Philip Newton Re: [PATCH @11016] Fixes compile errors in four files
2001-06-29 Richard Soderberg Fixes compile errors in four files
2001-06-21 Nick Ing-Simmons Integrate mainline
2001-06-21 Richard Soderberg Step 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-06-21 Abhijit Menon-Sen Re: Opinion on undef lvalue
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-05-26 Hugo van der Sanden Re: 5.6.*, bleadperl: bugs in pp_concat
2001-05-25 Ilmari Karonen stash autovivification and method call error messages
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-05-17 Jarkko Hietaniemi Integrate #10145 from maintperl.
2001-05-16 Philip Newton Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what...
2001-05-01 Hugo van der Sanden Re: bleadperl: s/// failure with \b and /g
2001-04-18 Gisle Aas foreach defelem magic should only be applied to PL_sv_undef
2001-03-26 Andreas Schwab $ref1 == $ref2 without NV_PRESERVES_UV
2001-03-25 Nick Ing-Simmons Fix readline in list mode to tell rest of world that...
2001-03-22 Nick Ing-Simmons If stdin, stdout or stderr get opened in unexpected...
2001-03-04 Jeff Pinyan pattern in G_ARRAY context
2001-02-28 Tim Jenness Re: sync sync sync: have I missed any patches?
2001-02-18 Jarkko Hietaniemi Tweak on #8234 (Subject: Re: [PATCH] Warn on use of...
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-17 Doug MacEachern [patch] -Wall
2001-02-08 Charles Bailey SYN SYN
2001-01-31 Nicholas Clark Re: [PATCH] Re: [ID 20010105.023] numeric problems...
2001-01-24 Charles Bailey SYN SYN
2001-01-15 Jarkko Hietaniemi More UTF-8 patches from Inaba Hiroto.
2001-01-12 Stephen McCamant Consolidated lvalue sub changes
2001-01-09 Jarkko Hietaniemi save_delete(), err, SAVEDELETE() fixes from Charles...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-05 Jarkko Hietaniemi UTF-8 cleanup.
2001-01-04 Jarkko Hietaniemi Rewrite pp_concat() in terms of sv_catsv().
2001-01-02 Nick Ing-Simmons Turn SvUTF8 off if not required in pp_chr and pp_stringify.
2001-01-01 Jarkko Hietaniemi Integrate perlio:
2001-01-01 Nick Ing-Simmons Integrate mainline
2001-01-01 Nick Ing-Simmons More rigor in UTF-8-ness of Encode's toUnicode
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-29 Jarkko Hietaniemi Signedness nit.
2000-12-28 Jarkko Hietaniemi The maxiters upper limit sanity check (guarding against
2000-12-28 Jarkko Hietaniemi Make some panic messages a bit more logical.
2000-12-28 Simon Cozens Re: [PATCH] Warn on use of reference as array elem
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-17 Jarkko Hietaniemi Polymorphic regexps.
2000-12-15 Jarkko Hietaniemi Return of the IVUV-preservation, now seems to be happy...
2000-12-15 Jarkko Hietaniemi This seems to be a stage sane and stable enough to...
2000-12-14 Nicholas Clark faster and 64 bit preserving arithmetic
2000-12-13 Nicholas Clark move startglob out of pp_hot.c
2000-12-11 Nick Ing-Simmons Integrate mainline
2000-12-11 Simon Cozens Re: [Fwd: BUG 20001205.022] Local on Hash elements
2000-12-09 Nick Ing-Simmons UTF8 output prework.
2000-12-08 Simon Cozens Re: ebcdic <-> ascii tables interjected in uv <-> utf8...
2000-12-05 Nicholas Clark shrink pp_hot fractionally
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-22 Jarkko Hietaniemi Go ahead and #include <unistd.h> in perl.h.
2000-11-04 Andrew Pimlott Fix for
2000-10-21 Jarkko Hietaniemi The #7383 was right only in the context of the original...
2000-10-21 Jarkko Hietaniemi Fix for ID 20001020.006, concatenating an unset submatch
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-17 Jarkko Hietaniemi More IoTYPE sprinkling.
2000-10-16 Jarkko Hietaniemi Fix few quad issues, which for example broke chr(~chr...
2000-10-11 Jarkko Hietaniemi SvPV() (via mg_get() of sv_2pv()) can update the UTF8ne...
2000-10-11 Jarkko Hietaniemi The #7198 was a false alarm.
2000-10-10 Jarkko Hietaniemi (Retracted by #7200.)
2000-10-10 Simon Cozens Re: utf8 concat, mg_get
2000-10-02 Daniel Chetlin Fix aliasing of tied filehandles
2000-09-30 Spider Boardman Re: unicode support and perl [ID 20000901.097]
2000-09-11 Nick Ing-Simmons Point fix for s/// on foreach (keys %xxx).
2000-09-08 Simon Cozens Re: [ID 20000906.004] segfault with bad perl statement
2000-09-03 Nick Ing-Simmons Hash lookup of constant strings optimization:
2000-08-20 Hugo van der Sanden UTF8 concat fixes.
2000-08-06 Jarkko Hietaniemi Continue fixing the io warnings. This also
next