summaryrefslogtreecommitdiff
path: root/scope.h
Commit message (Expand)AuthorAgeFilesLines
* add "$lexical not available" warning in C<for my $lex ()>Dave Mitchell2003-08-091-0/+2
* line numbers are given % 64kJames Jurach2003-07-021-1/+1
* Two debugging patches.Dave Mitchell2003-06-281-4/+2
* [patch] Re: [perl #21728] regexp SEGVAdrian M. Enache2003-05-051-1/+2
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* [Fwd: Patch for perl utf8-related bug]Richard Hitt2002-12-171-0/+4
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-9/+3
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-0/+9
* Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!Nick Ing-Simmons2002-01-141-2/+4
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+2
* Integrate changes #9584,9587 from maintperl into mainline.Jarkko Hietaniemi2001-04-061-0/+2
* Catch die in %SIG handler and unblock the signal before re-dying.Nick Ing-Simmons2001-01-111-1/+1
* Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.Nick Ing-Simmons2001-01-101-2/+6
* C<foreach my $x ...> in pseudo-fork()ed process may diddleGurusamy Sarathy2000-11-251-0/+2
* Integrate scope.h@7790 from perlio, works better with multiplicity.Jarkko Hietaniemi2000-11-211-5/+5
* The first step in removing recursion from the REx engineIlya Zakharevich2000-11-201-3/+6
* fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-5/+11
* 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
|\