This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Latin1 chars can fold match UTF8_ALL
[perl5.git] / makedef.pl
2010-11-18 Steve HaySupport Visual C++ 2010
2010-09-21 Nicholas ClarkEliminate PL_* accessor functions under ithreads.
2010-08-23 Nicholas ClarkIn makedef.pl, remove a redundant check for MULTIPLICITY.
2010-05-24 Nicholas ClarkAdd Perl_clone_params_{del,new} and Perl_sv_dup to...
2010-04-13 Jesse VincentBump to 5.13.0
2010-03-14 Jesse VincentBump to 5.12.0
2009-12-18 Jan DuboisExport PL_curinterp symbol for MULTIPLICITY without...
2009-12-17 Max MaischeinCorrect some #ifdef USE_ITHREADS / USE_MULTI
2009-12-17 Jan DuboisImplement win32_isatty()
2009-12-02 Jan DuboisRevert commit cbdd5331.
2009-11-12 Jan DuboisPL_scopestack_name is only defined in DEBUGGING perl
2009-09-27 Max MaischeinMake makedef.pl build the command line from its own...
2009-09-24 Max MaischeinMake makedef.pl more robust
2009-05-15 David Mitchellupdate the head comments in makedef.pl
2009-05-06 Steve HayExport two more PerlIO symbols.
2008-11-17 Rainer TammerRe: 5.8.9 RC1 report
2008-10-24 Nicholas ClarkAdd PL_sv_serial to makedef.pl, so that it is skipped...
2008-09-25 Steve HayDon't skip exporting Perl_sv_peek in non-DEBUGGING...
2008-09-22 Steve HayFix syntax error in makedef.pl introduced by #34379
2008-09-17 Jan DuboisRE: [perl #58858] Building Perl 5.10.0 in AIX 5.3 using...
2008-02-27 Nicholas ClarkAdd Perl_malloc_good_size to malloc.c. (A routine that...
2008-01-04 Nicholas ClarkOops. Forgot to propagate the rename of Perl_re_dup...
2007-12-25 Jan DuboisRE: [PATCH] s/perl510/perl511/g
2007-11-20 Jan DuboisRename "perl59" to "perl510"
2007-11-11 Craig A. BerryFollowing 32238, change "interpreter_size" to "interp_s...
2007-11-08 Jan DuboisRE: Change 32238: "Bake" the values of PERL_REVISION...
2007-08-29 Steve HayAdd support for Visual C++ 2008 Express Edition (Beta 2)
2007-06-28 Jan DuboisRE: Problem in Win32CORE when building PAR-Packer-0...
2007-06-06 Steve HayStop VC7 and VC8 complaining about the DESCRIPTION...
2007-05-20 Dave Mitchelldelete thrdvar.h and move its contents to intrpvar.h
2007-04-19 Steve HayFix non-threaded build on Win32 following #30980
2007-04-04 Rafael Garcia-SuarezSymbol export nit, found by Yves
2007-03-05 Nicholas ClarkChange 30461 was wrong. As ext/re (re)builds the regexp...
2007-03-04 Nicholas ClarkIt seems that change 30451 should also have arranged...
2007-01-27 Nicholas ClarknewPADOP is only used under ithreads, so don't waste...
2007-01-17 Nicholas ClarkMake PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv...
2007-01-12 Rafael Garcia-Suarezmakedef.pl should be able to load "strict"
2007-01-12 Dave Mitchellfix PL_parser_dup symbol
2007-01-09 Nicholas ClarkMake makedef.pl warnings and strict clean.
2007-01-03 Jan Dubois[PATCH] Use short pathnames in $^X and @INC if the...
2007-01-03 Nicholas ClarkMake the ptr_table functions available in an unthreaded...
2007-01-02 Steve HayFix a couple of linker errors on Win32
2007-01-02 Jarkko Hietaniemireally should test compile in AIX or something (fixup...
2006-12-05 Steve HaySkip Perl_regdupe_internal rather than Perl_regdupe
2006-11-30 Steve HayDon't try to export fd_refcnt symbols when building...
2006-10-21 Jarkko HietaniemiRe: Change 29050: Memory leak fix, by Jarkko
2006-10-20 Rafael Garcia-SuarezAdjustment to symbol lists after latest changes (by...
2006-09-27 Steve HayI think we need to skip PL_regdupe as well as Perl_regdupe
2006-09-26 Nicholas ClarkMake Perl_regdupe only exist for threaded perls.
2006-05-22 Yves OrtonPerl_PerlIO_context_layers and PerlIO_apply_layers...
2006-04-17 Nicholas ClarkIn Change 27764 I forgot to at PL_hints_mutex to the...
2006-04-16 Jan Duboisremove some cruft from makedef.pl
2006-04-14 Nicholas ClarkMark new_warnings_bitfield as XE, and add it to __DATA_...
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-03-28 Nicholas ClarkOnly compile Perl_hv_assert with DEBUGGING.
2006-03-10 Nicholas ClarkMove the 12 static MAD variables from toke.c into the...
2006-03-10 Nicholas ClarkTweak change 27457 - make PL_lasttoke MAD only, but...
2006-03-08 Nicholas ClarkMAD changes to dump.c
2006-03-08 Nicholas ClarkAdd MAD changes to pad code (new function Perl_pad_peg)
2006-03-08 Steve HayDon't try to export PL_madskills/PL_xmlfp when they...
2006-02-05 Steve PetersDon't export PL_memory_debug_header to Win32 (and other...
2006-01-24 Steve HaySPRINTF_RETURNS_STRLEN isn't really a compile-time...
2006-01-04 Steve HayDon't try to export PL_my_ctx_mutex and PL_my_cxt_...
2005-12-30 Rafael Garcia-SuarezSkip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
2005-12-13 Steve HayDon't try to export Perl_pad_sv when it isn't defined
2005-12-01 Rafael Garcia-SuarezAlways define PL_memory_wrap, and use it for the new...
2005-11-23 Vadim Konovalovperlce touches
2005-11-16 Vadim Konovalovfor wince
2005-11-02 Robin Houstonsort/multicall patch
2005-10-26 Nicholas ClarkMost platforms don't actually need PL_pidstatus, or...
2005-10-24 Nicholas ClarkAdd my_sprintf, which is usually just a macro for sprin...
2005-10-13 H.Merijn BrandPL_use_safe_putenv needs to be in the export lists
2005-07-22 Steve HayTidy up options / defines output from makedef.pl
2005-07-21 H.Merijn BrandI *DO* have AIX, and extending #25209 like this make...
2005-07-21 Steve HayMake makedef.pl read "miniperl -V" on Win32
2005-06-29 Nicholas ClarkFirst stab at not automatically creating an unused...
2005-06-25 Nicholas ClarkNeed to skip exporting PL_dumper_fd unless it is used.
2005-06-17 Steve HaySilence STDERR grumblings from Borland's math library.
2005-06-16 Steve HayDon't export Perl_stashpv_hvname_match when !USE_ITHREADS
2005-06-13 Nicholas ClarkChange 24816 forgot to update makedef.pl
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-05-26 Steve HayFix some Win32 link errors
2005-05-09 Nicholas ClarkChange 24413 should have updated makedef.pl with the...
2005-04-29 Steve HaySkip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
2005-04-28 Steve HayFix perlsio_binmode() export breakage caused by change...
2005-04-25 Jarkko Hietaniemicombopatch
2005-04-22 Steve HayFix last remaining Win32 linker error following change...
2005-04-22 Steve HayFix more Win32 linker errors following change 24271
2005-04-22 Steve HayFix Win32 linker errors following change 24271
2005-04-06 Steve HayDon't try to export symbols that don't exist
2005-01-10 Marcus Holland-MoritzRemove PERL_FLEXIBLE_EXCEPTIONS code.
2004-10-12 Vadim Konovalovenable statically linked extensions for Win32
2004-05-24 Steve Haywin32_chsize is not exported on Win32
2004-03-24 Nicholas ClarkExport PL_memory_wrap based on PERL_MALLOC_WRAP rather...
2004-03-18 Rafael Garcia-SuarezDetypo.
2004-03-18 Rafael Garcia-SuarezTry to fix the AIX and Windows builds regarding the
2004-01-01 Ilya ZakharevichOS/2 update
2003-11-02 Ilya ZakharevichOS/2 build
2003-09-09 Adrian M. EnacheRe: maint @ 21116
2003-09-09 Jarkko HietaniemiRetract #21132.
next