| Commit message (Expand) | Author | Age | Files | Lines |
* | allow sort() reentrancy (variant of patch suggested by | Gurusamy Sarathy | 2000-04-27 | 1 | -7/+10 |
* | change#4197 somehow missed initializing PL_errors, meaning | Gurusamy Sarathy | 2000-04-27 | 1 | -0/+1 |
* | propagate lexical warnings from surrounding scope correctly | Gurusamy Sarathy | 2000-04-24 | 1 | -3/+5 |
* | arrange for next() to resume at the unstack op rather than the | Gurusamy Sarathy | 2000-04-24 | 1 | -7/+6 |
* | avoid using uninitialized memory in require version check | Gurusamy Sarathy | 2000-04-24 | 1 | -9/+4 |
* | caller() wasn't returning the right number of elements for | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+7 |
* | make parenthetic warnings look consistent; make diagnostic on | Gurusamy Sarathy | 2000-03-21 | 1 | -4/+15 |
* | support for C<use vmsish 'hushed'>; move VMSISH_EXIT out of | Gurusamy Sarathy | 2000-03-19 | 1 | -2/+2 |
* | final touches for lexical warnings (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -5/+5 |
* | the premature FREETMPS calls in change#1187 weren't defensive enough | Gurusamy Sarathy | 2000-03-13 | 1 | -5/+11 |
* | another long-standing eval bug: return doesn't reset $@ correctly | Gurusamy Sarathy | 2000-03-11 | 1 | -0/+5 |
* | change#3511 was not defensive enough about try blocks, causing | Gurusamy Sarathy | 2000-03-11 | 1 | -1/+3 |
* | do FILE should not see outside lexicals (from Rick Delaney | Gurusamy Sarathy | 2000-03-08 | 1 | -1/+4 |
* | skip null siblings encountered by goto out of loopish block | Gurusamy Sarathy | 2000-03-07 | 1 | -4/+6 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -8/+5 |
* | change#4849 wasn't restoring savestack correctly; make loops that have | Gurusamy Sarathy | 2000-02-25 | 1 | -10/+7 |
* | adjust for lost fp precision in require version check | Gurusamy Sarathy | 2000-02-22 | 1 | -5/+7 |
* | lexical warnings update, ability to inspect bitmask in calling | Gurusamy Sarathy | 2000-02-20 | 1 | -23/+34 |
* | make change#3386 a build-time option (avoids problems due to | Gurusamy Sarathy | 2000-02-20 | 1 | -0/+18 |
* | more purification (pp_require() could access free memory; vdie() | Gurusamy Sarathy | 2000-02-13 | 1 | -10/+10 |
* | formline() could wipe out readonly-ness, freeing constants | Gurusamy Sarathy | 2000-02-10 | 1 | -2/+7 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -2/+2 |
* | patch to provide more informative names for evals and anonymous | Gurusamy Sarathy | 2000-02-04 | 1 | -4/+22 |
* | HINT_UTF8 is not propagated to the op tree anymore; add a | Gurusamy Sarathy | 2000-02-01 | 1 | -2/+0 |
* | runtime now looks at the SVf_UTF8 bit on the SV to decide | Gurusamy Sarathy | 2000-01-31 | 1 | -4/+14 |
* | fix localization in while BLOCK when there is a continue BLOCK | Gurusamy Sarathy | 2000-01-23 | 1 | -1/+2 |
* | fix scope cleanup when next jumps to a continue block; this is rather | Gurusamy Sarathy | 2000-01-23 | 1 | -3/+9 |
* | add patch for printf-style format typechecks (from Robin Barker | Gurusamy Sarathy | 2000-01-22 | 1 | -5/+4 |
* | range operator does magical string increment iff both operands | Gurusamy Sarathy | 1999-12-28 | 1 | -2/+8 |
* | support for v5.5.640 style version numbers | Gurusamy Sarathy | 1999-12-24 | 1 | -4/+48 |
* | revert optimization in change#4700 (it appears OPpRUNTIME flag | Gurusamy Sarathy | 1999-12-20 | 1 | -7/+0 |
* | avoid pp_regcomp() changing optree at run time under USE_*THREADS (or | Gurusamy Sarathy | 1999-12-20 | 1 | -0/+11 |
* | allow new style sort subs to work under usethreads | Gurusamy Sarathy | 1999-12-09 | 1 | -1/+7 |
* | s/block/loop block/ in diagnostics about next, last, redo | Gurusamy Sarathy | 1999-12-04 | 1 | -4/+4 |
* | allow XSUBs and prototyped subroutines to be used with sort() (tweaked | Gurusamy Sarathy | 1999-12-02 | 1 | -14/+107 |
* | avoid "Callback called exit" error on intentional exit() | Gurusamy Sarathy | 1999-12-01 | 1 | -0/+1 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -22/+62 |
* | sundry cleanups for cloned interpreters (only known failure mode | Gurusamy Sarathy | 1999-11-14 | 1 | -13/+11 |
* | avoid stash pointers in optree under USE_ITHREADS | Gurusamy Sarathy | 1999-11-11 | 1 | -9/+8 |
* | another change towards a shareable optree: avoid pointer to filegv | Gurusamy Sarathy | 1999-11-11 | 1 | -28/+16 |
* | more cleanups for change#4539 | Gurusamy Sarathy | 1999-11-10 | 1 | -0/+3 |
* | remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore | Gurusamy Sarathy | 1999-11-04 | 1 | -1/+0 |
* | macros for COP.cop_filegv access | Gurusamy Sarathy | 1999-11-01 | 1 | -14/+13 |
* | More printf-fixes (see also #4426). | Jarkko Hietaniemi | 1999-10-23 | 1 | -2/+2 |
* | serious bug introduced by G_VOID changes in 5.003_96: scalar | Gurusamy Sarathy | 1999-10-17 | 1 | -0/+1 |
* | fix POPSTACK panics that ensued from bad interaction between | Gurusamy Sarathy | 1999-10-14 | 1 | -1/+2 |
* | avoid inefficiency in change#3386 (every longjmp() was followed | Gurusamy Sarathy | 1999-10-14 | 1 | -1/+2 |
* | POPSUB() gave up the refcount to the CV before LEAVE had a chance to | Gurusamy Sarathy | 1999-10-09 | 1 | -3/+11 |
* | revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24 | Gurusamy Sarathy | 1999-10-08 | 1 | -15/+10 |
* | remove kludgey duplicate background error avoidance (caused | Gurusamy Sarathy | 1999-10-08 | 1 | -19/+18 |