summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* serious bug introduced by G_VOID changes in 5.003_96: scalarGurusamy Sarathy1999-10-171-0/+1
* fix POPSTACK panics that ensued from bad interaction betweenGurusamy Sarathy1999-10-141-1/+2
* avoid inefficiency in change#3386 (every longjmp() was followedGurusamy Sarathy1999-10-141-1/+2
* POPSUB() gave up the refcount to the CV before LEAVE had a chance toGurusamy Sarathy1999-10-091-3/+11
* revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24Gurusamy Sarathy1999-10-081-15/+10
* remove kludgey duplicate background error avoidance (causedGurusamy Sarathy1999-10-081-19/+18
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-6/+8
* fix buggy popping of subroutine contexts in the lvalueGurusamy Sarathy1999-09-261-2/+2
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-5/+23
* avoid clearing @_ at all for faster subroutine calls; fix bugsGurusamy Sarathy1999-09-191-11/+9
* Replace change #4100 withRobin Barker1999-09-131-5/+5
* Fix pointer casts.Robin Barker1999-09-071-5/+5
* deadcode removalGurusamy Sarathy1999-08-291-7/+1
* change#3692 had an unintentional patch leak through!Gurusamy Sarathy1999-08-021-11/+8
* 64-bit work. Now 32-bit platforms get a 100% make testJarkko Hietaniemi1999-08-011-2/+2
* warnings identified by Borland compilerGurusamy Sarathy1999-07-261-3/+3
* alpha-stage support for user-hooks in @INCKen Fox1999-07-261-16/+207
* change#3534 didn't preserve undef return values from caller()Gurusamy Sarathy1999-07-261-3/+6
* remove spurious newSTATEOP() that causes goto to enter one too manyGurusamy Sarathy1999-07-181-8/+11
* minor efficiency tweakGurusamy Sarathy1999-07-141-0/+9
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-121-13/+7
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-153/+180
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-5/+8
* Eliminate CONDOPsStephen McCamant1999-07-071-5/+5
* slightly tweaked version of suggested patchDan Sugalski1999-07-061-9/+18
* make overload, Data::Dumper, and dumpvar understand qr// stringifyGurusamy Sarathy1999-07-041-1/+1
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-1/+1
* Fixed two long-standing locale bugs.Jarkko Hietaniemi1999-06-171-8/+12
* implement C<use caller 'encoding'>Gurusamy Sarathy1999-06-111-1/+6
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-104/+104
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-59/+36
* remove _() non-ansismGurusamy Sarathy1999-06-021-23/+23
* remove stray K&R-ismsGurusamy Sarathy1999-06-021-4/+1
* fix memory leak in C<eval 'return sub {...}'>Gurusamy Sarathy1999-05-311-29/+42
* REx engine improvementsIlya Zakharevich1999-05-251-14/+15
* avoid enumerating @INC contents in diagnostic if @INC was neverGurusamy Sarathy1999-05-251-16/+21
* change#3455 had a typoGurusamy Sarathy1999-05-241-1/+1
* name PL_in_eval bitsHugo van der Sanden1999-05-241-4/+4
* return 0 rather than "" when scalar grep has nothing to iterateGurusamy Sarathy1999-05-241-1/+1
* straighten some code to avoid NeXT compiler bugs (fromGurusamy Sarathy1999-05-241-1/+4
* valist vs va_list typoNick Ing-Simmons1999-05-131-1/+1
* docatch_body() declaration mismatchGurusamy Sarathy1999-05-131-1/+1
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-19/+22
* gutsupport for C++ exceptionsChip Salzenberg1999-05-111-17/+21
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-101-2/+32
* allow embedded null characters in diagnosticsGurusamy Sarathy1999-04-261-11/+11
* integrate change#3229 from maint-5.004Gurusamy Sarathy1999-04-261-2/+11
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-5/+6
* scrounge and save three extra branches in pp_entersub()Gurusamy Sarathy1999-04-031-1/+4
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1