summaryrefslogtreecommitdiff
path: root/scope.c
Commit message (Expand)AuthorAgeFilesLines
* Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]John Peacock2001-05-261-2/+2
* [LARGE!] symbolic magicDave Mitchell2001-05-201-3/+4
* Integrate changes #9584,9587 from maintperl into mainline.Jarkko Hietaniemi2001-04-061-0/+12
* Integrate changes #9262,9264,9265,9266 from maintperl to mainline.Jarkko Hietaniemi2001-03-211-7/+11
* Integrate changes #9137,9138,9142 from maintperl into mainline.Jarkko Hietaniemi2001-03-141-2/+8
* Integrate pureperl changes #8844,8845,8850 to mainlineJarkko Hietaniemi2001-02-201-4/+0
* save_delete(), err, SAVEDELETE() fixes from Charles Lane.Jarkko Hietaniemi2001-01-091-1/+1
* save_delete() Safefree() doesn't (anymore?) work with sharedJarkko Hietaniemi2001-01-081-1/+1
* (Outcommented by #8369.)Simon Cozens2001-01-081-0/+1
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* Re: [Fwd: BUG 20001205.022] Local on Hash elementsSimon Cozens2000-12-111-1/+0
* Re: [PATCH] The largest hoax of all times?Ilya Zakharevich2000-12-051-1/+1
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-48/+0
* C<foreach my $x ...> in pseudo-fork()ed process may diddleGurusamy Sarathy2000-11-251-0/+19
* [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGVMike Guy2000-10-251-0/+1
* fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-6/+26
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-1/+0
* Resync with mainlineCharles Bailey2000-02-261-4/+5
|\
| * make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-2/+2
| * more purification (pp_require() could access free memory; vdie()Gurusamy Sarathy2000-02-131-2/+3
| * set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
| * fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>Gurusamy Sarathy2000-02-041-0/+7
| * introduce save_I8() for saving byte valuesGurusamy Sarathy1999-12-081-0/+14
| * more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-3/+22
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-1/+1
| |\
| | * another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-1/+1
| * | So many printfs, so little time.Jarkko Hietaniemi1999-11-061-2/+2
| |/
| * macros for COP.cop_filegv accessGurusamy Sarathy1999-11-011-1/+1
| * make nested ARGV/$^I loops work correctly; fixes several bugsGurusamy Sarathy1999-10-311-1/+6
| * More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-36/+38
| * avoid inefficiency in change#3386 (every longjmp() was followedGurusamy Sarathy1999-10-141-5/+6
| * revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-2/+16
| * make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-2/+2
* | Minor fixes to assuage picky compilers (unsigned comparisons andCharles Bailey2000-02-091-3/+3
* | Resync with mainlineCharles Bailey2000-02-091-1/+8
* | Quick integration of mainline changes to dateCharles Bailey2000-01-201-49/+104
|/
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-6/+13
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-1/+1
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-13/+9
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-46/+47
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-3/+3
* gutsupport for C++ exceptionsChip Salzenberg1999-05-111-0/+24
* grow PL_tmps_stack more efficiently; make it more amenable toGurusamy Sarathy1999-04-031-0/+13
* remove duplicate code and an extra branch in sv_setsv() andGurusamy Sarathy1999-04-031-6/+2
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* various tweaks; result passes all tests for normal build on Solaris;Gurusamy Sarathy1998-11-281-2/+2
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-3/+3
* integrate changes#1982,2014,2021 (from maint-5.005)Gurusamy Sarathy1998-10-251-2/+2
* properly restore PL_rsfp_filters after requireGurusamy Sarathy1998-10-251-0/+22
* change#1614 merely disabled earlier fix (doh!); undo it and properlyGurusamy Sarathy1998-10-131-3/+3