2009-11-12 |
Jan Dubois |
PL_scopestack_name is only defined in DEBUGGING perl |
blob | commitdiff |
2009-09-27 |
Max Maischein |
Make makedef.pl build the command line from its own... |
blob | commitdiff | diff to current |
2009-09-24 |
Max Maischein |
Make makedef.pl more robust |
blob | commitdiff | diff to current |
2009-05-15 |
David Mitchell |
update the head comments in makedef.pl |
blob | commitdiff | diff to current |
2009-05-06 |
Steve Hay |
Export two more PerlIO symbols. |
blob | commitdiff | diff to current |
2008-11-17 |
Rainer Tammer |
Re: 5.8.9 RC1 report |
blob | commitdiff | diff to current |
2008-10-24 |
Nicholas Clark |
Add PL_sv_serial to makedef.pl, so that it is skipped... |
blob | commitdiff | diff to current |
2008-09-25 |
Steve Hay |
Don't skip exporting Perl_sv_peek in non-DEBUGGING... |
blob | commitdiff | diff to current |
2008-09-22 |
Steve Hay |
Fix syntax error in makedef.pl introduced by #34379 |
blob | commitdiff | diff to current |
2008-09-17 |
Jan Dubois |
RE: [perl #58858] Building Perl 5.10.0 in AIX 5.3 using... |
blob | commitdiff | diff to current |
2008-02-27 |
Nicholas Clark |
Add Perl_malloc_good_size to malloc.c. (A routine that... |
blob | commitdiff | diff to current |
2008-01-04 |
Nicholas Clark |
Oops. Forgot to propagate the rename of Perl_re_dup... |
blob | commitdiff | diff to current |
2007-12-25 |
Jan Dubois |
RE: [PATCH] s/perl510/perl511/g |
blob | commitdiff | diff to current |
2007-11-20 |
Jan Dubois |
Rename "perl59" to "perl510" |
blob | commitdiff | diff to current |
2007-11-11 |
Craig A. Berry |
Following 32238, change "interpreter_size" to "interp_s... |
blob | commitdiff | diff to current |
2007-11-08 |
Jan Dubois |
RE: Change 32238: "Bake" the values of PERL_REVISION... |
blob | commitdiff | diff to current |
2007-08-29 |
Steve Hay |
Add support for Visual C++ 2008 Express Edition (Beta 2) |
blob | commitdiff | diff to current |
2007-06-28 |
Jan Dubois |
RE: Problem in Win32CORE when building PAR-Packer-0... |
blob | commitdiff | diff to current |
2007-06-06 |
Steve Hay |
Stop VC7 and VC8 complaining about the DESCRIPTION... |
blob | commitdiff | diff to current |
2007-05-20 |
Dave Mitchell |
delete thrdvar.h and move its contents to intrpvar.h |
blob | commitdiff | diff to current |
2007-04-19 |
Steve Hay |
Fix non-threaded build on Win32 following #30980 |
blob | commitdiff | diff to current |
2007-04-04 |
Rafael Garcia-Suarez |
Symbol export nit, found by Yves |
blob | commitdiff | diff to current |
2007-03-05 |
Nicholas Clark |
Change 30461 was wrong. As ext/re (re)builds the regexp... |
blob | commitdiff | diff to current |
2007-03-04 |
Nicholas Clark |
It seems that change 30451 should also have arranged... |
blob | commitdiff | diff to current |
2007-01-27 |
Nicholas Clark |
newPADOP is only used under ithreads, so don't waste... |
blob | commitdiff | diff to current |
2007-01-17 |
Nicholas Clark |
Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv... |
blob | commitdiff | diff to current |
2007-01-12 |
Rafael Garcia-Suarez |
makedef.pl should be able to load "strict" |
blob | commitdiff | diff to current |
2007-01-12 |
Dave Mitchell |
fix PL_parser_dup symbol |
blob | commitdiff | diff to current |
2007-01-09 |
Nicholas Clark |
Make makedef.pl warnings and strict clean. |
blob | commitdiff | diff to current |
2007-01-03 |
Jan Dubois |
[PATCH] Use short pathnames in $^X and @INC if the... |
blob | commitdiff | diff to current |
2007-01-03 |
Nicholas Clark |
Make the ptr_table functions available in an unthreaded... |
blob | commitdiff | diff to current |
2007-01-02 |
Steve Hay |
Fix a couple of linker errors on Win32 |
blob | commitdiff | diff to current |
2007-01-02 |
Jarkko Hietaniemi |
really should test compile in AIX or something (fixup... |
blob | commitdiff | diff to current |
2006-12-05 |
Steve Hay |
Skip Perl_regdupe_internal rather than Perl_regdupe |
blob | commitdiff | diff to current |
2006-11-30 |
Steve Hay |
Don't try to export fd_refcnt symbols when building... |
blob | commitdiff | diff to current |
2006-10-21 |
Jarkko Hietaniemi |
Re: Change 29050: Memory leak fix, by Jarkko |
blob | commitdiff | diff to current |
2006-10-20 |
Rafael Garcia-Suarez |
Adjustment to symbol lists after latest changes (by... |
blob | commitdiff | diff to current |
2006-09-27 |
Steve Hay |
I think we need to skip PL_regdupe as well as Perl_regdupe |
blob | commitdiff | diff to current |
2006-09-26 |
Nicholas Clark |
Make Perl_regdupe only exist for threaded perls. |
blob | commitdiff | diff to current |
2006-05-22 |
Yves Orton |
Perl_PerlIO_context_layers and PerlIO_apply_layers... |
blob | commitdiff | diff to current |
2006-04-17 |
Nicholas Clark |
In Change 27764 I forgot to at PL_hints_mutex to the... |
blob | commitdiff | diff to current |
2006-04-16 |
Jan Dubois |
remove some cruft from makedef.pl |
blob | commitdiff | diff to current |
2006-04-14 |
Nicholas Clark |
Mark new_warnings_bitfield as XE, and add it to __DATA_... |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark |
Serialise changes to %^H onto the current COP. Return... |
blob | commitdiff | diff to current |
2006-03-28 |
Nicholas Clark |
Only compile Perl_hv_assert with DEBUGGING. |
blob | commitdiff | diff to current |
2006-03-10 |
Nicholas Clark |
Move the 12 static MAD variables from toke.c into the... |
blob | commitdiff | diff to current |
2006-03-10 |
Nicholas Clark |
Tweak change 27457 - make PL_lasttoke MAD only, but... |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark |
MAD changes to dump.c |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark |
Add MAD changes to pad code (new function Perl_pad_peg) |
blob | commitdiff | diff to current |
2006-03-08 |
Steve Hay |
Don't try to export PL_madskills/PL_xmlfp when they... |
blob | commitdiff | diff to current |
2006-02-05 |
Steve Peters |
Don't export PL_memory_debug_header to Win32 (and other... |
blob | commitdiff | diff to current |
2006-01-24 |
Steve Hay |
SPRINTF_RETURNS_STRLEN isn't really a compile-time... |
blob | commitdiff | diff to current |
2006-01-04 |
Steve Hay |
Don't try to export PL_my_ctx_mutex and PL_my_cxt_... |
blob | commitdiff | diff to current |
2005-12-30 |
Rafael Garcia-Suarez |
Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined |
blob | commitdiff | diff to current |
2005-12-13 |
Steve Hay |
Don't try to export Perl_pad_sv when it isn't defined |
blob | commitdiff | diff to current |
2005-12-01 |
Rafael Garcia-Suarez |
Always define PL_memory_wrap, and use it for the new... |
blob | commitdiff | diff to current |
2005-11-23 |
Vadim Konovalov |
perlce touches |
blob | commitdiff | diff to current |
2005-11-16 |
Vadim Konovalov |
for wince |
blob | commitdiff | diff to current |
2005-11-02 |
Robin Houston |
sort/multicall patch |
blob | commitdiff | diff to current |
2005-10-26 |
Nicholas Clark |
Most platforms don't actually need PL_pidstatus, or... |
blob | commitdiff | diff to current |
2005-10-24 |
Nicholas Clark |
Add my_sprintf, which is usually just a macro for sprin... |
blob | commitdiff | diff to current |
2005-10-13 |
H.Merijn Brand |
PL_use_safe_putenv needs to be in the export lists |
blob | commitdiff | diff to current |
2005-07-22 |
Steve Hay |
Tidy up options / defines output from makedef.pl |
blob | commitdiff | diff to current |
2005-07-21 |
H.Merijn Brand |
I *DO* have AIX, and extending #25209 like this make... |
blob | commitdiff | diff to current |
2005-07-21 |
Steve Hay |
Make makedef.pl read "miniperl -V" on Win32 |
blob | commitdiff | diff to current |
2005-06-29 |
Nicholas Clark |
First stab at not automatically creating an unused... |
blob | commitdiff | diff to current |
2005-06-25 |
Nicholas Clark |
Need to skip exporting PL_dumper_fd unless it is used. |
blob | commitdiff | diff to current |
2005-06-17 |
Steve Hay |
Silence STDERR grumblings from Borland's math library. |
blob | commitdiff | diff to current |
2005-06-16 |
Steve Hay |
Don't export Perl_stashpv_hvname_match when !USE_ITHREADS |
blob | commitdiff | diff to current |
2005-06-13 |
Nicholas Clark |
Change 24816 forgot to update makedef.pl |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g |
blob | commitdiff | diff to current |
2005-05-26 |
Steve Hay |
Fix some Win32 link errors |
blob | commitdiff | diff to current |
2005-05-09 |
Nicholas Clark |
Change 24413 should have updated makedef.pl with the... |
blob | commitdiff | diff to current |
2005-04-29 |
Steve Hay |
Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined |
blob | commitdiff | diff to current |
2005-04-28 |
Steve Hay |
Fix perlsio_binmode() export breakage caused by change... |
blob | commitdiff | diff to current |
2005-04-25 |
Jarkko Hietaniemi |
combopatch |
blob | commitdiff | diff to current |
2005-04-22 |
Steve Hay |
Fix last remaining Win32 linker error following change... |
blob | commitdiff | diff to current |
2005-04-22 |
Steve Hay |
Fix more Win32 linker errors following change 24271 |
blob | commitdiff | diff to current |
2005-04-22 |
Steve Hay |
Fix Win32 linker errors following change 24271 |
blob | commitdiff | diff to current |
2005-04-06 |
Steve Hay |
Don't try to export symbols that don't exist |
blob | commitdiff | diff to current |
2005-01-10 |
Marcus Holland-Moritz |
Remove PERL_FLEXIBLE_EXCEPTIONS code. |
blob | commitdiff | diff to current |
2004-10-12 |
Vadim Konovalov |
enable statically linked extensions for Win32 |
blob | commitdiff | diff to current |
2004-05-24 |
Steve Hay |
win32_chsize is not exported on Win32 |
blob | commitdiff | diff to current |
2004-03-24 |
Nicholas Clark |
Export PL_memory_wrap based on PERL_MALLOC_WRAP rather... |
blob | commitdiff | diff to current |
2004-03-18 |
Rafael Garcia-Suarez |
Detypo. |
blob | commitdiff | diff to current |
2004-03-18 |
Rafael Garcia-Suarez |
Try to fix the AIX and Windows builds regarding the |
blob | commitdiff | diff to current |
2004-01-01 |
Ilya Zakharevich |
OS/2 update |
blob | commitdiff | diff to current |
2003-11-02 |
Ilya Zakharevich |
OS/2 build |
blob | commitdiff | diff to current |
2003-09-09 |
Adrian M. Enache |
Re: maint @ 21116 |
blob | commitdiff | diff to current |
2003-09-09 |
Jarkko Hietaniemi |
Retract #21132. |
blob | commitdiff | diff to current |
2003-09-09 |
Steve Hay |
Re: maint @ 21116 |
blob | commitdiff | diff to current |
2003-07-24 |
Steve Hay |
[possible PATCH?] Re: Where is PerlIO_isutf8()? |
blob | commitdiff | diff to current |
2003-07-24 |
Ilya Zakharevich |
malloc cleanup |
blob | commitdiff | diff to current |
2003-07-06 |
Gurusamy Sarathy |
yet another symbol missing in change#20018 |
blob | commitdiff | diff to current |
2003-07-06 |
Gurusamy Sarathy |
PerlIOBase_pushed seems to have gone missing in change... |
blob | commitdiff | diff to current |
2003-07-06 |
Jarkko Hietaniemi |
Forgotten from change #20031. |
blob | commitdiff | diff to current |
2003-07-05 |
Jarkko Hietaniemi |
Add PerlIOBuf_close to makedef.pl as pointed out by |
blob | commitdiff | diff to current |
2003-06-27 |
Nick Ing-Simmons |
Integrate mainline |
blob | commitdiff | diff to current |
2003-06-15 |
Ilya Zakharevich |
OS2 patches |
blob | commitdiff | diff to current |
2003-05-21 |
Nick Ing-Simmons |
Work-in-progress - do not integrate yet |
blob | commitdiff | diff to current |
next |