| Commit message (Expand) | Author | Age | Files | Lines |
* | [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV | Mike Guy | 2000-10-25 | 1 | -0/+1 |
* | fix small eval"" memory leaks under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 1 | -6/+26 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -1/+0 |
* | Resync with mainline | Charles Bailey | 2000-02-26 | 1 | -4/+5 |
|\ |
|
| * | make change#3386 a build-time option (avoids problems due to | Gurusamy Sarathy | 2000-02-20 | 1 | -2/+2 |
| * | more purification (pp_require() could access free memory; vdie() | Gurusamy Sarathy | 2000-02-13 | 1 | -2/+3 |
| * | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
| * | fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }> | Gurusamy Sarathy | 2000-02-04 | 1 | -0/+7 |
| * | introduce save_I8() for saving byte values | Gurusamy Sarathy | 1999-12-08 | 1 | -0/+14 |
| * | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -3/+22 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-11 | 1 | -1/+1 |
| |\ |
|
| | * | another change towards a shareable optree: avoid pointer to filegv | Gurusamy Sarathy | 1999-11-11 | 1 | -1/+1 |
| * | | So many printfs, so little time. | Jarkko Hietaniemi | 1999-11-06 | 1 | -2/+2 |
| |/ |
|
| * | macros for COP.cop_filegv access | Gurusamy Sarathy | 1999-11-01 | 1 | -1/+1 |
| * | make nested ARGV/$^I loops work correctly; fixes several bugs | Gurusamy Sarathy | 1999-10-31 | 1 | -1/+6 |
| * | More printf-fixes (see also #4426). | Jarkko Hietaniemi | 1999-10-23 | 1 | -36/+38 |
| * | avoid inefficiency in change#3386 (every longjmp() was followed | Gurusamy Sarathy | 1999-10-14 | 1 | -5/+6 |
| * | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 1 | -2/+16 |
| * | make die/warn and other diagnostics go to wherever STDERR happens | Gurusamy Sarathy | 1999-10-06 | 1 | -2/+2 |
* | | Minor fixes to assuage picky compilers (unsigned comparisons and | Charles Bailey | 2000-02-09 | 1 | -3/+3 |
* | | Resync with mainline | Charles Bailey | 2000-02-09 | 1 | -1/+8 |
* | | Quick integration of mainline changes to date | Charles Bailey | 2000-01-20 | 1 | -49/+104 |
|/ |
|
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -6/+13 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -1/+1 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -13/+9 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -46/+47 |
* | various fixes for clean build and test on win32; configpm broken, | Gurusamy Sarathy | 1999-05-11 | 1 | -3/+3 |
* | gutsupport for C++ exceptions | Chip Salzenberg | 1999-05-11 | 1 | -0/+24 |
* | grow PL_tmps_stack more efficiently; make it more amenable to | Gurusamy Sarathy | 1999-04-03 | 1 | -0/+13 |
* | remove duplicate code and an extra branch in sv_setsv() and | Gurusamy Sarathy | 1999-04-03 | 1 | -6/+2 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | various tweaks; result passes all tests for normal build on Solaris; | Gurusamy Sarathy | 1998-11-28 | 1 | -2/+2 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -3/+3 |
* | integrate changes#1982,2014,2021 (from maint-5.005) | Gurusamy Sarathy | 1998-10-25 | 1 | -2/+2 |
* | properly restore PL_rsfp_filters after require | Gurusamy Sarathy | 1998-10-25 | 1 | -0/+22 |
* | change#1614 merely disabled earlier fix (doh!); undo it and properly | Gurusamy Sarathy | 1998-10-13 | 1 | -3/+3 |
* | fix various 5.00552 mishaps (fixes suggested by Jan Dubois, | Gurusamy Sarathy | 1998-09-28 | 1 | -2/+0 |
* | SSNEW() API for allocating memory on the savestack | Albert Dvornik | 1998-09-23 | 1 | -0/+19 |
* | tweaked version of suggested patch | Ilya Zakharevich | 1998-08-02 | 1 | -2/+2 |
* | fix memory leak in C<local(*foo) = 'bar'> | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+1 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -1/+1 |
* | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 1 | -2/+2 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -58/+58 |
* | rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers | Gurusamy Sarathy | 1998-07-06 | 1 | -1/+1 |
* | tweaks to overloaded constants (change#1259) | Gurusamy Sarathy | 1998-06-30 | 1 | -1/+1 |
* | added patch for overloading constants, made PERL_OBJECT-aware | Ilya Zakharevich | 1998-06-29 | 1 | -0/+7 |
* | back out previous change (it breaks PERL_OBJECT) | Gurusamy Sarathy | 1998-06-15 | 1 | -77/+0 |
* | added patch, fixed typo, reworked documentation | Joshua Pritikin | 1998-06-15 | 1 | -0/+77 |
* | Invalidate method cache on C<local *subname> | Chip Salzenberg | 1998-06-10 | 1 | -0/+5 |
* | [asperl] integrate mainline changes | Gurusamy Sarathy | 1998-05-29 | 1 | -1/+1 |
|\ |
|