summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* update copyright yearGurusamy Sarathy2001-03-221-1/+1
* integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainlineGurusamy Sarathy2001-03-191-34/+34
* Integrate changes #9017 and 9018 from mainline into maintperl.Jarkko Hietaniemi2001-03-041-1/+1
* UTF-8 s/// patch from Inaba Hiroto.Jarkko Hietaniemi2001-02-021-4/+7
* integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,Gurusamy Sarathy2001-01-301-2/+42
* integrate changes#7984,7987,8010 from mainline (gets rid ofGurusamy Sarathy2001-01-301-5/+0
* Needed bits of #8439 (should have been in #8576),Jarkko Hietaniemi2001-01-281-1/+1
* Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377Jarkko Hietaniemi2001-01-281-2/+2
* Integrate changes #8267,8272[perlio],8274,8298,8300,8303,Jarkko Hietaniemi2001-01-281-91/+47
* Integrate changes #8090,8093[perlio,only the sv.c tweak],Jarkko Hietaniemi2001-01-281-4/+11
* Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,Jarkko Hietaniemi2001-01-271-20/+20
* integrate changes#7643,7646..7649,7651..7654,7658,7659,Gurusamy Sarathy2000-12-181-4/+0
* integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,Gurusamy Sarathy2000-12-181-5/+9
* integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,Gurusamy Sarathy2000-12-181-6/+11
* integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,Gurusamy Sarathy2000-12-171-4/+17
* integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,Gurusamy Sarathy2000-12-171-0/+3
* integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,Gurusamy Sarathy2000-11-271-8/+5
* integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,Gurusamy Sarathy2000-11-271-18/+32
* integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468Gurusamy Sarathy2000-11-271-24/+58
* integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375Gurusamy Sarathy2000-11-201-1/+3
* integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,Barrie Slaymaker2000-11-201-5/+16
* integrate changes#6176,6177,6178,6182 from cfgperlGurusamy Sarathy2000-10-161-1/+1
* integrate change#6126 from mainlineGurusamy Sarathy2000-10-161-6/+14
* concat doesn't preserve utf8-ness, and doesn't invalidateGurusamy Sarathy2000-05-071-10/+17
* fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)Gurusamy Sarathy2000-04-241-1/+2
* make return values from match in a list context, as well as $& etGurusamy Sarathy2000-03-181-0/+4
* avoid compiler warningsGurusamy Sarathy2000-03-131-2/+2
* the premature FREETMPS calls in change#1187 weren't defensive enoughGurusamy Sarathy2000-03-131-2/+6
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-16/+11
* support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-29/+109
* allow $fh->autoflush on globrefs, and thence autovivified filehandlesGurusamy Sarathy2000-02-261-1/+5
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-9/+9
* some rearrangement of the includes for easier "microperl" build;Gurusamy Sarathy2000-02-191-7/+0
* make comparisons promote to utf8 as necessary (from Gisle Aas)Gurusamy Sarathy2000-02-191-0/+9
* stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"Gurusamy Sarathy2000-02-071-0/+2
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)Gurusamy Sarathy2000-02-021-0/+1
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-1/+1
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-1/+1
* patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-211-12/+7
* disable optimization in change#3612 for join() and quotemeta()--thisGurusamy Sarathy2000-01-021-0/+6
* slurp mode fix in change#2910 wasn't quite right (spotted by HansGurusamy Sarathy1999-12-291-5/+4
* integrate mainline contentsGurusamy Sarathy1999-12-281-2/+2
|\
| * partly fix perldiag regressions identified by Tom ChristiansenGurusamy Sarathy1999-12-281-2/+2
| * make uninitialized value warnings report opcodeGurusamy Sarathy1999-12-041-2/+2
| * minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-011-4/+4
| * more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-21/+20
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-5/+8
| |\
| | * avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-111-1/+1
| | * more cleanups for change#4539Gurusamy Sarathy1999-11-101-0/+3