summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* assumption about @_ always being non-REAL doesn't hold whenGurusamy Sarathy1999-10-161-1/+7
* various cleanupsGurusamy Sarathy1999-10-121-3/+3
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-3/+3
* POPSUB() gave up the refcount to the CV before LEAVE had a chance toGurusamy Sarathy1999-10-091-6/+18
* revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24Gurusamy Sarathy1999-10-081-14/+10
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-061-8/+2
|\
| * Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-021-8/+2
* | make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-9/+9
|/
* fix buggy popping of subroutine contexts in the lvalueGurusamy Sarathy1999-09-261-12/+25
* avoid clearing @_ at all for faster subroutine calls; fix bugsGurusamy Sarathy1999-09-191-5/+1
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-131-1/+14
|\
| * add -DPERL_Y2KWARN build option that will generate additionalGurusamy Sarathy1999-09-131-1/+14
* | Replace change #4100 withRobin Barker1999-09-131-1/+1
|/
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-09-081-2/+2
|\
| * Fix pointer casts.Robin Barker1999-09-071-2/+2
* | fix memory leak in C<sub f { @_ = 1 } f() while 1>Gurusamy Sarathy1999-09-081-0/+1
|/
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-4/+140
* Unapply an experimental patch that accidentally escapedJarkko Hietaniemi1999-08-111-1/+0
* Patches needed to get _60 building withDan Sugalski1999-08-101-0/+1
* Gratuitous uid and gid casts to I32s and ints removed.Jarkko Hietaniemi1999-08-101-4/+4
* Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so thatJarkko Hietaniemi1999-08-021-1/+2
* 64-bit work. Now 32-bit platforms get a 100% make testJarkko Hietaniemi1999-08-011-2/+7
* typo in change#3768Gurusamy Sarathy1999-07-261-1/+1
* optimize method name lookupChip Salzenberg1999-07-261-18/+51
* applied suggested patch for tracking line numbers correctly inHugo van der Sanden1999-07-231-0/+6
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-22/+25
* Eliminate CONDOPsStephen McCamant1999-07-071-2/+2
* better diagnostics on read operations from write-onlyGurusamy Sarathy1999-07-071-13/+28
* applied slightly tweaked version of suggested patch forIlya Zakharevich1999-07-061-133/+40
* cygwin32 updateFifer, Eric1999-07-051-6/+0
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-1/+1
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-57/+57
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-9/+10
* remove _() non-ansismGurusamy Sarathy1999-06-021-2/+2
* REx engine improvementsIlya Zakharevich1999-05-251-53/+81
* fix glob() bug that resulted in missing symlinks that don't pointGurusamy Sarathy1999-05-251-1/+1
* emit more appropriate diagnostic for failed glob (variantGurusamy Sarathy1999-05-171-3/+8
* avoid creating spurious subroutine stubs on failed subroutineGurusamy Sarathy1999-05-111-13/+19
* Self-consistent numeric conversion againIlya Zakharevich1999-05-101-1/+1
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-0/+6
* allow readline($globref), <$globref> already worksGurusamy Sarathy1999-05-091-7/+3
* scrounge and save three extra branches in pp_entersub()Gurusamy Sarathy1999-04-031-17/+23
* remove duplicate code and an extra branch in sv_setsv() andGurusamy Sarathy1999-04-031-10/+4
* fix failure of C<&locked_sub;> under -DusethreadsGurusamy Sarathy1999-03-241-2/+7
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* 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