| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | remove some cruft from makedef.pl | Jan Dubois | 2006-04-16 | 1 | -12/+0 |
* | Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl | Nicholas Clark | 2006-04-14 | 1 | -1/+1 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -0/+1 |
* | Only compile Perl_hv_assert with DEBUGGING. | Nicholas Clark | 2006-03-28 | 1 | -0/+1 |
* | Move the 12 static MAD variables from toke.c into the interpeter | Nicholas Clark | 2006-03-10 | 1 | -0/+12 |
* | Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl | Nicholas Clark | 2006-03-10 | 1 | -1/+7 |
* | MAD changes to dump.c | Nicholas Clark | 2006-03-08 | 1 | -0/+14 |
* | Add MAD changes to pad code (new function Perl_pad_peg) | Nicholas Clark | 2006-03-08 | 1 | -0/+1 |
* | Don't try to export PL_madskills/PL_xmlfp when they're not defined | Steve Hay | 2006-03-08 | 1 | -0/+7 |
* | Don't export PL_memory_debug_header to Win32 (and others) unless | Steve Peters | 2006-02-05 | 1 | -0/+6 |
* | SPRINTF_RETURNS_STRLEN isn't really a compile-time option | Steve Hay | 2006-01-24 | 1 | -0/+2 |
* | Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when | Steve Hay | 2006-01-04 | 1 | -0/+4 |
* | Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined | Rafael Garcia-Suarez | 2005-12-30 | 1 | -0/+1 |
* | Don't try to export Perl_pad_sv when it isn't defined | Steve Hay | 2005-12-13 | 1 | -0/+1 |
* | Always define PL_memory_wrap, and use it for the new sprintf checks | Rafael Garcia-Suarez | 2005-12-01 | 1 | -6/+0 |
* | perlce touches | Vadim Konovalov | 2005-11-23 | 1 | -1/+1 |
* | for wince | Vadim Konovalov | 2005-11-16 | 1 | -2/+3 |
* | sort/multicall patch | Robin Houston | 2005-11-02 | 1 | -3/+0 |
* | Most platforms don't actually need PL_pidstatus, or the associated | Nicholas Clark | 2005-10-26 | 1 | -0/+6 |
* | Add my_sprintf, which is usually just a macro for sprintf, for those | Nicholas Clark | 2005-10-24 | 1 | -0/+5 |
* | PL_use_safe_putenv needs to be in the export lists | H.Merijn Brand | 2005-10-13 | 1 | -0/+6 |
* | Tidy up options / defines output from makedef.pl | Steve Hay | 2005-07-22 | 1 | -9/+11 |
* | I *DO* have AIX, and extending #25209 like this make it happy again | H.Merijn Brand | 2005-07-21 | 1 | -2/+3 |
* | Make makedef.pl read "miniperl -V" on Win32 | Steve Hay | 2005-07-21 | 1 | -0/+16 |
* | First stab at not automatically creating an unused SV for GvSV | Nicholas Clark | 2005-06-29 | 1 | -0/+5 |