summaryrefslogtreecommitdiff
path: root/scope.h
Commit message (Expand)AuthorAgeFilesLines
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-19/+58
* fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>Gurusamy Sarathy2000-02-041-0/+14
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+18
* introduce save_I8() for saving byte valuesGurusamy Sarathy1999-12-081-0/+2
* avoid PTR->IV cast warningsGurusamy Sarathy1999-12-011-1/+1
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-0/+2
* avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-111-0/+2
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-0/+8
* avoid inefficiency in change#3386 (every longjmp() was followedGurusamy Sarathy1999-10-141-29/+37
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-2/+7
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-1/+1
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-121-2/+1
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-4/+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-6/+6
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-7/+4
* remove _() non-ansismGurusamy Sarathy1999-06-021-3/+3
* fixing eval in the compilerVishal Bhatia1999-05-281-10/+22
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-3/+2
* gutsupport for C++ exceptionsChip Salzenberg1999-05-111-12/+92
* properly restore PL_rsfp_filters after requireGurusamy Sarathy1998-10-251-30/+32
* SSNEW() API for allocating memory on the savestackAlbert Dvornik1998-09-231-0/+18
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-2/+2
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-26/+26
* tweaks to overloaded constants (change#1259)Gurusamy Sarathy1998-06-301-15/+20
* add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259Gurusamy Sarathy1998-06-291-0/+2
* added patch for overloading constants, made PERL_OBJECT-awareIlya Zakharevich1998-06-291-1/+9
* back out previous change (it breaks PERL_OBJECT)Gurusamy Sarathy1998-06-151-110/+27
* added patch, fixed typo, reworked documentationJoshua Pritikin1998-06-151-27/+110
* [asperl] various changes to get asperl working under BorlandGurusamy Sarathy1998-03-161-2/+4
* [win32] integrate mainline changesGurusamy Sarathy1998-03-071-1/+3
|\
| * [win32] fix misapplied hunks in change#614Gurusamy Sarathy1998-03-021-1/+1
| * [win32] this one with adjusted test numbersStephen McCamant1998-03-021-0/+2
* | [asperl] bring ASPerl uptodate with mainline changesGurusamy Sarathy1998-02-141-0/+15
|\ \ | |/
| * Missing WITH_THR from new deb() in ENTER/LEAVE caused buildsMalcolm Beattie1998-02-121-4/+4
| * [win32] fix extra LEAVE when require failsGurusamy Sarathy1998-02-121-0/+15
| * [win32] foo() -> PerlGroup_foo() patch from ActiveStateGurusamy Sarathy1998-01-191-4/+4
* | [asperl] added AS patch#3Douglas Lankshear1998-02-011-1/+3
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-0/+5
* | [asperl] Created new branch from win32@396, added AS patch#1Gurusamy Sarathy1998-01-301-4/+4
|/
* Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().Malcolm Beattie1997-11-061-3/+0
* Support for op in global register (still buggy)Malcolm Beattie1997-07-011-1/+13
* Don't use setjmp() and longjmp() in complex exprsChip Salzenberg1997-04-011-10/+19
* [inseperable changes from patch from perl-5.003_95 to perl-5.003_86]Perl 5 Porters1997-03-261-0/+40
* [inseparable changes from patch from perl5.003_25 to perl5.003_26]perl-5.003_26Perl 5 Porters1997-02-111-5/+5
* [inseparable changes from patch from perl5.003_07 to perl5.003_08]Perl 5 Porters1996-11-191-12/+26
* Correct cast in SAVEDESTRUCTOR macroPerl 5 Porters1996-06-181-1/+1
* perl 5.000perl-5.000Larry Wall1994-10-171-13/+41
* perl 5.0 alpha 9perl-5a9Larry Wall1994-05-041-11/+15
* perl 5.0 alpha 6Larry Wall1994-03-181-0/+8