summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* test failures with MIME-tools-4.122 and perl 5.005_55 Hugo van der Sanden1999-02-201-4/+8
* slurping an empty file should return '' rather than undef, withGurusamy Sarathy1999-02-141-1/+11
* fix ops that are not filehandle constructors to not create GV if itGurusamy Sarathy1999-02-121-8/+28
* make qw() into a true list at compile time (slightly modifiedGurusamy Sarathy1999-02-081-3/+3
* Fix list-context //g with zero-length matchesIlya Zakharevich1999-02-071-3/+3
* Fixing \G bug by Francois DesarmenienIlya Zakharevich1999-01-191-1/+2
* Bugs in hairy interactions of feature in RExIlya Zakharevich1998-12-291-1/+5
* 5.005_54, as releasedGurusamy Sarathy1998-12-011-2/+2
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-9/+15
* various fixes for race conditions under threads: mutex locks basedGurusamy Sarathy1998-11-291-2/+1
* backout change#2334Gurusamy Sarathy1998-11-291-1/+1
* Fix \G in REx without //gIlya Zakharevich1998-11-281-22/+20
* s/Regexp/re/ and clarify policy on lowercased object namespacesGurusamy Sarathy1998-11-281-1/+1
* Overloaded <> and deref againIlya Zakharevich1998-10-301-7/+34
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-14/+14
* various win32 tweaks; disable new xs_cpp section (it createsGurusamy Sarathy1998-10-261-1/+1
* Speed up aassignIlya Zakharevich1998-10-251-0/+1
* integrate changes#1982,2014,2021 (from maint-5.005)Gurusamy Sarathy1998-10-251-4/+4
* avoid the circular refcnt logic in magic_mutexfree()Gurusamy Sarathy1998-10-251-1/+0
* Program with utf8 identifiers fails to compileLarry Wall1998-10-231-1/+7
* two typosGurusamy Sarathy1998-10-141-1/+1
* defer "deep recursion" warnings until CXt_SUB context is properlyGurusamy Sarathy1998-10-131-3/+7
* change#1614 merely disabled earlier fix (doh!); undo it and properlyGurusamy Sarathy1998-10-131-1/+6
* force copy of substrings when matching against temporariesGurusamy Sarathy1998-10-131-4/+5
* make warning about glob process failure optionalGurusamy Sarathy1998-10-021-2/+6
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-6/+6
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-18/+22
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-14/+24
|\
| * tweaked version of suggested patchIlya Zakharevich1998-08-021-9/+9
| * support OE/MVSJarkko Hietaniemi1998-08-021-2/+8
| * avoid reusing foreach itervar if magic got tacked onto itStephen McCamant1998-08-021-2/+6
| * fix buggy detection of failed glob()Gurusamy Sarathy1998-08-011-1/+1
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-16/+24
|/
* applied patch, add new message to perldetaStephen McCamant1998-07-221-0/+2
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-1/+1
* Add PL_ to merged fileNick Ing-Simmons1998-07-191-1/+1
* Merge MainlineNick Ing-Simmons1998-07-191-3/+5
|\
| * fix flawed substitution-loop detection on zero-length matchesIlya Zakharevich1998-07-191-1/+3
| * make failed matches return empty list in list contextGurusamy Sarathy1998-07-191-2/+2
* | PL_ scheme Builds under Minw32 - some SEGFAULT snagsNick Ing-Simmons1998-07-181-20/+20
* | PL_ stuff for threadsNick Ing-Simmons1998-07-181-53/+53
* | PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-148/+148
|/
* don't copy foreach itervar when no external refs existGisle Aas1998-07-151-10/+28
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-0/+10
* Update os2's OS2::ProcessIlya Zakharevich1998-07-111-2/+11
* undo problematic change#1367Gurusamy Sarathy1998-07-091-8/+1
* merge changes from maintbranch (1354, and relevant part of 1356); allGurusamy Sarathy1998-07-091-1/+3
* get it building again on win32Gurusamy Sarathy1998-07-091-5/+5
* add patch for C<use re 'debug'>Ilya Zakharevich1998-07-081-5/+5
* Faster foreach integer rangeGisle Aas1998-07-081-1/+8