| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate changes #9584,9587 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-06 | 1 | -0/+2 |
* | Catch die in %SIG handler and unblock the signal before re-dying. | Nick Ing-Simmons | 2001-01-11 | 1 | -1/+1 |
* | Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK. | Nick Ing-Simmons | 2001-01-10 | 1 | -2/+6 |
* | C<foreach my $x ...> in pseudo-fork()ed process may diddle | Gurusamy Sarathy | 2000-11-25 | 1 | -0/+2 |
* | Integrate scope.h@7790 from perlio, works better with multiplicity. | Jarkko Hietaniemi | 2000-11-21 | 1 | -5/+5 |
* | The first step in removing recursion from the REx engine | Ilya Zakharevich | 2000-11-20 | 1 | -3/+6 |
* | fix small eval"" memory leaks under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 1 | -5/+11 |
* | make change#3386 a build-time option (avoids problems due to | Gurusamy Sarathy | 2000-02-20 | 1 | -19/+58 |
* | fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }> | Gurusamy Sarathy | 2000-02-04 | 1 | -0/+14 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+18 |
* | introduce save_I8() for saving byte values | Gurusamy Sarathy | 1999-12-08 | 1 | -0/+2 |
* | avoid PTR->IV cast warnings | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+1 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -0/+2 |
* | avoid stash pointers in optree under USE_ITHREADS | Gurusamy Sarathy | 1999-11-11 | 1 | -0/+2 |
* | another change towards a shareable optree: avoid pointer to filegv | Gurusamy Sarathy | 1999-11-11 | 1 | -0/+8 |
* | avoid inefficiency in change#3386 (every longjmp() was followed | Gurusamy Sarathy | 1999-10-14 | 1 | -29/+37 |
* | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 1 | -2/+7 |
* | make die/warn and other diagnostics go to wherever STDERR happens | Gurusamy Sarathy | 1999-10-06 | 1 | -1/+1 |
* | fixups for sundry warnings about function pointers | Gurusamy Sarathy | 1999-07-12 | 1 | -2/+1 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -4/+0 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -1/+1 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -6/+6 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -7/+4 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -3/+3 |
* | fixing eval in the compiler | Vishal Bhatia | 1999-05-28 | 1 | -10/+22 |
* | various fixes for clean build and test on win32; configpm broken, | Gurusamy Sarathy | 1999-05-11 | 1 | -3/+2 |
* | gutsupport for C++ exceptions | Chip Salzenberg | 1999-05-11 | 1 | -12/+92 |
* | properly restore PL_rsfp_filters after require | Gurusamy Sarathy | 1998-10-25 | 1 | -30/+32 |
* | SSNEW() API for allocating memory on the savestack | Albert Dvornik | 1998-09-23 | 1 | -0/+18 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -2/+2 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -26/+26 |
* | tweaks to overloaded constants (change#1259) | Gurusamy Sarathy | 1998-06-30 | 1 | -15/+20 |
* | add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259 | Gurusamy Sarathy | 1998-06-29 | 1 | -0/+2 |
* | added patch for overloading constants, made PERL_OBJECT-aware | Ilya Zakharevich | 1998-06-29 | 1 | -1/+9 |
* | back out previous change (it breaks PERL_OBJECT) | Gurusamy Sarathy | 1998-06-15 | 1 | -110/+27 |
* | added patch, fixed typo, reworked documentation | Joshua Pritikin | 1998-06-15 | 1 | -27/+110 |
* | [asperl] various changes to get asperl working under Borland | Gurusamy Sarathy | 1998-03-16 | 1 | -2/+4 |
* | [win32] integrate mainline changes | Gurusamy Sarathy | 1998-03-07 | 1 | -1/+3 |
|\ |
|
| * | [win32] fix misapplied hunks in change#614 | Gurusamy Sarathy | 1998-03-02 | 1 | -1/+1 |
| * | [win32] this one with adjusted test numbers | Stephen McCamant | 1998-03-02 | 1 | -0/+2 |
* | | [asperl] bring ASPerl uptodate with mainline changes | Gurusamy Sarathy | 1998-02-14 | 1 | -0/+15 |
|\ \
| |/ |
|
| * | Missing WITH_THR from new deb() in ENTER/LEAVE caused builds | Malcolm Beattie | 1998-02-12 | 1 | -4/+4 |
| * | [win32] fix extra LEAVE when require fails | Gurusamy Sarathy | 1998-02-12 | 1 | -0/+15 |
| * | [win32] foo() -> PerlGroup_foo() patch from ActiveState | Gurusamy Sarathy | 1998-01-19 | 1 | -4/+4 |
* | | [asperl] added AS patch#3 | Douglas Lankshear | 1998-02-01 | 1 | -1/+3 |
* | | [asperl] added AS patch#2 | Gurusamy Sarathy | 1998-01-30 | 1 | -0/+5 |
* | | [asperl] Created new branch from win32@396, added AS patch#1 | Gurusamy Sarathy | 1998-01-30 | 1 | -4/+4 |
|/ |
|
* | Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS(). | Malcolm Beattie | 1997-11-06 | 1 | -3/+0 |
* | Support for op in global register (still buggy) | Malcolm Beattie | 1997-07-01 | 1 | -1/+13 |
* | Don't use setjmp() and longjmp() in complex exprs | Chip Salzenberg | 1997-04-01 | 1 | -10/+19 |