| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate PL_* accessor functions under ithreads. | Nicholas Clark | 2010-09-21 | 1 | -8/+6 |
* | In makedef.pl, remove a redundant check for MULTIPLICITY. | Nicholas Clark | 2010-08-23 | 1 | -4/+2 |
* | Add Perl_clone_params_{del,new} and Perl_sv_dup to the "no threads" exclusions. | Nicholas Clark | 2010-05-24 | 1 | -0/+3 |
* | Bump to 5.13.0 | Jesse Vincent | 2010-04-12 | 1 | -2/+2 |
* | Bump to 5.12.0 | Jesse Vincent | 2010-03-14 | 1 | -2/+2 |
* | Export PL_curinterp symbol for MULTIPLICITY without USE_ITHREADS | Jan Dubois | 2009-12-17 | 1 | -0/+4 |
* | Correct some #ifdef USE_ITHREADS / USE_MULTI | Max Maischein | 2009-12-17 | 1 | -1/+1 |
* | Implement win32_isatty() | Jan Dubois | 2009-12-17 | 1 | -0/+1 |
* | Revert commit cbdd5331. | Jan Dubois | 2009-12-01 | 1 | -1/+0 |
* | PL_scopestack_name is only defined in DEBUGGING perl | Jan Dubois | 2009-11-12 | 1 | -0/+1 |
* | Make makedef.pl build the command line from its own @INC | Max Maischein | 2009-09-27 | 1 | -4/+2 |
* | Make makedef.pl more robust | Max Maischein | 2009-09-24 | 1 | -1/+8 |
* | update the head comments in makedef.pl | David Mitchell | 2009-05-15 | 1 | -2/+26 |
* | Export two more PerlIO symbols. | Steve Hay | 2009-05-06 | 1 | -0/+2 |
* | Re: 5.8.9 RC1 report | Rainer Tammer | 2008-11-17 | 1 | -0/+5 |
* | Add PL_sv_serial to makedef.pl, so that it is skipped approriately | Nicholas Clark | 2008-10-24 | 1 | -0/+6 |
* | Don't skip exporting Perl_sv_peek in non-DEBUGGING builds since it | Steve Hay | 2008-09-25 | 1 | -1/+0 |
* | Fix syntax error in makedef.pl introduced by #34379 | Steve Hay | 2008-09-22 | 1 | -1/+1 |
* | RE: [perl #58858] Building Perl 5.10.0 in AIX 5.3 using "-Duseshrplib" option... | Jan Dubois | 2008-09-17 | 1 | -0/+3 |
* | Add Perl_malloc_good_size to malloc.c. (A routine that rounds up the | Nicholas Clark | 2008-02-27 | 1 | -0/+1 |
* | Oops. Forgot to propagate the rename of Perl_re_dup to Perl_re_dup_guts | Nicholas Clark | 2008-01-04 | 1 | -1/+1 |
* | RE: [PATCH] s/perl510/perl511/g | Jan Dubois | 2007-12-25 | 1 | -2/+2 |
* | Rename "perl59" to "perl510" | Jan Dubois | 2007-11-20 | 1 | -2/+2 |
* | Following 32238, change "interpreter_size" to "interp_size" in the new | Craig A. Berry | 2007-11-11 | 1 | -2/+2 |
* | RE: Change 32238: "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_S... | Jan Dubois | 2007-11-08 | 1 | -0/+13 |
* | Add support for Visual C++ 2008 Express Edition (Beta 2) | Steve Hay | 2007-08-29 | 1 | -1/+1 |
* | RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32 | Jan Dubois | 2007-06-28 | 1 | -0/+2 |
* | Stop VC7 and VC8 complaining about the DESCRIPTION statement | Steve Hay | 2007-06-06 | 1 | -1/+5 |
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 1 | -9/+4 |
* | Fix non-threaded build on Win32 following #30980 | Steve Hay | 2007-04-19 | 1 | -0/+1 |
* | Symbol export nit, found by Yves | Rafael Garcia-Suarez | 2007-04-04 | 1 | -0/+7 |
* | Change 30461 was wrong. As ext/re (re)builds the regexp engine with | Nicholas Clark | 2007-03-05 | 1 | -1/+0 |
* | It seems that change 30451 should also have arranged to export | Nicholas Clark | 2007-03-04 | 1 | -0/+1 |
* | newPADOP is only used under ithreads, so don't waste space by compiling | Nicholas Clark | 2007-01-27 | 1 | -0/+1 |
* | Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX(). | Nicholas Clark | 2007-01-17 | 1 | -1/+0 |
* | makedef.pl should be able to load "strict" | Rafael Garcia-Suarez | 2007-01-12 | 1 | -0/+2 |
* | fix PL_parser_dup symbol | Dave Mitchell | 2007-01-12 | 1 | -0/+1 |
* | Make makedef.pl warnings and strict clean. | Nicholas Clark | 2007-01-09 | 1 | -8/+12 |
* | [PATCH] Use short pathnames in $^X and @INC if the long form cannot be repres... | Jan Dubois | 2007-01-03 | 1 | -0/+1 |
* | Make the ptr_table functions available in an unthreaded perl, as other | Nicholas Clark | 2007-01-03 | 1 | -11/+0 |
* | Fix a couple of linker errors on Win32 | Steve Hay | 2007-01-02 | 1 | -0/+7 |
* | really should test compile in AIX or something (fixup after the Series 90 patch) | Jarkko Hietaniemi | 2007-01-02 | 1 | -0/+2 |
* | Skip Perl_regdupe_internal rather than Perl_regdupe | Steve Hay | 2006-12-05 | 1 | -1/+1 |
* | Don't try to export fd_refcnt symbols when building without USE_PERLIO | Steve Hay | 2006-11-30 | 1 | -2/+9 |
* | Re: Change 29050: Memory leak fix, by Jarkko | Jarkko Hietaniemi | 2006-10-21 | 1 | -0/+1 |
* | Adjustment to symbol lists after latest changes (by Jarkko) | Rafael Garcia-Suarez | 2006-10-20 | 1 | -0/+11 |
* | I think we need to skip PL_regdupe as well as Perl_regdupe | Steve Hay | 2006-09-27 | 1 | -0/+1 |
* | Make Perl_regdupe only exist for threaded perls. | Nicholas Clark | 2006-09-26 | 1 | -0/+1 |
* | Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexport... | Yves Orton | 2006-05-22 | 1 | -0/+1 |
* | In Change 27764 I forgot to at PL_hints_mutex to the list of symbols to | Nicholas Clark | 2006-04-17 | 1 | -0/+1 |