summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* more purification (pp_require() could access free memory; vdie()Gurusamy Sarathy2000-02-131-10/+10
* formline() could wipe out readonly-ness, freeing constantsGurusamy Sarathy2000-02-101-2/+7
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-2/+2
* patch to provide more informative names for evals and anonymousGurusamy Sarathy2000-02-041-4/+22
* HINT_UTF8 is not propagated to the op tree anymore; add aGurusamy Sarathy2000-02-011-2/+0
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-4/+14
* fix localization in while BLOCK when there is a continue BLOCKGurusamy Sarathy2000-01-231-1/+2
* fix scope cleanup when next jumps to a continue block; this is ratherGurusamy Sarathy2000-01-231-3/+9
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-5/+4
* range operator does magical string increment iff both operandsGurusamy Sarathy1999-12-281-2/+8
* support for v5.5.640 style version numbersGurusamy Sarathy1999-12-241-4/+48
* revert optimization in change#4700 (it appears OPpRUNTIME flagGurusamy Sarathy1999-12-201-7/+0
* avoid pp_regcomp() changing optree at run time under USE_*THREADS (orGurusamy Sarathy1999-12-201-0/+11
* allow new style sort subs to work under usethreadsGurusamy Sarathy1999-12-091-1/+7
* s/block/loop block/ in diagnostics about next, last, redoGurusamy Sarathy1999-12-041-4/+4
* allow XSUBs and prototyped subroutines to be used with sort() (tweakedGurusamy Sarathy1999-12-021-14/+107
* avoid "Callback called exit" error on intentional exit()Gurusamy Sarathy1999-12-011-0/+1
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-22/+62
* sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-13/+11
* avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-111-9/+8
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-28/+16
* more cleanups for change#4539Gurusamy Sarathy1999-11-101-0/+3
* remove VIRTUAL tag, PERL_OBJECT doesn't need it anymoreGurusamy Sarathy1999-11-041-1/+0
* macros for COP.cop_filegv accessGurusamy Sarathy1999-11-011-14/+13
* More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-2/+2
* 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