summaryrefslogtreecommitdiff
path: root/scope.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* fix various 5.00552 mishaps (fixes suggested by Jan Dubois,Gurusamy Sarathy1998-09-281-2/+0
* SSNEW() API for allocating memory on the savestackAlbert Dvornik1998-09-231-0/+19
* tweaked version of suggested patchIlya Zakharevich1998-08-021-2/+2
* fix memory leak in C<local(*foo) = 'bar'>Gurusamy Sarathy1998-07-211-1/+1
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-1/+1
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-2/+2
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-58/+58
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-1/+1
* tweaks to overloaded constants (change#1259)Gurusamy Sarathy1998-06-301-1/+1
* added patch for overloading constants, made PERL_OBJECT-awareIlya Zakharevich1998-06-291-0/+7
* back out previous change (it breaks PERL_OBJECT)Gurusamy Sarathy1998-06-151-77/+0
* added patch, fixed typo, reworked documentationJoshua Pritikin1998-06-151-0/+77
* Invalidate method cache on C<local *subname>Chip Salzenberg1998-06-101-0/+5
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-1/+1
|\