regcomp.c: Prevent integer overflow from nested regex quantifiers.
[platform/upstream/perl.git] / av.h
2019-09-26 DongHun KwakImported Upstream version 5.28.2 upstream/5.28.2
2017-06-28 DongHun KwakImported Upstream version 5.25.10 51/136051/1
2017-06-28 DongHun KwakImported Upstream version 5.23.9 38/136038/1
2017-06-28 DongHun KwakImported Upstream version 5.21.11 24/136024/1
2017-06-28 DongHun KwakImported Upstream version 5.21.7 20/136020/1
2013-07-30 Father ChrysostomosSkip trailing constants when searching pads
2013-02-08 Karl WilliamsonAdd av_tindex() synonym for av_top_index()
2013-02-08 Karl WilliamsonChange name 'av_top' to 'av_top_index'
2013-01-20 Karl WilliamsonAdd av_top() synonym for av_len()
2012-06-04 Steve PetersMerge branch 'post-5.16' into blead
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2011-08-18 Father Chrysostomos[perl #97020] Carp (actually caller) leaking memory
2011-07-19 Shlomi Fishperlapi.pod Enhancements
2010-05-21 Nicholas ClarkRemove union _xivu from struct xpvav - replace it with...
2010-05-21 Nicholas ClarkIn the SV body, exchange the positions of the NV and...
2009-11-06 Rafael Garcia-SuarezMerge branch 'legacy-pragma' into blead
2009-08-25 Rafael Garcia-SuarezMerge branch 'blead' into dual/Safe
2009-08-24 Rafael Garcia-SuarezMerge commit 'shlomif/blead' into blead
2009-08-22 Nicholas ClarkEliminate *_ALLOCATED_HEAD and *_HEAD macros which...
2009-08-22 Nicholas ClarkEliminate the remaining definitions for *_allocated...
2009-01-03 Rafael Garcia-SuarezMerge branch 'schwern/y2038' into blead
2008-10-27 Nicholas ClarkAdd MUTABLE_AV(), and remove (AV *) casts from headers.
2008-10-27 Nicholas ClarkAdd a macro MUTABLE_PTR(p), which on (non-pedantic...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-01-23 Nicholas ClarkDeprecate (and remove core use of ) Nullav, Nullcv...
2007-12-30 Marcus Holland-Moritzfactor out duplicate code in struct xpv*
2007-12-20 Nicholas ClarkPerl_newAV() can become a mathom by making newAV()...
2007-01-02 Nicholas ClarkUpdate copyright years to include 2007. (Plus a couple...
2007-01-02 Nicholas ClarkRemove the vestigal "#if 0"s from header files that...
2006-12-28 Nicholas ClarkMove all the FBM data fields from the table into a...
2006-12-28 Nicholas ClarkMove the low/high cop sequences from NVX/IVX to a two...
2006-03-05 Nicholas ClarkMove the GvNAME HEK into the IV union - every GV is...
2006-02-25 Nicholas Clarkxgv_stash can be stored as a union with the NV, reducin...
2006-02-24 Nicholas ClarkStore the stash for our in the magic slot. This will...
2005-09-15 Rafael Garcia-SuarezFix obsolete identifiers in comment
2005-05-31 Nicholas ClarkAttempt 2 at a diet memory layout can go live.
2005-05-29 Nicholas ClarkGoodbye xav_arylen. You won't be missed that much.
2005-05-29 Nicholas ClarkChange the IV to a union.
2005-05-26 Nicholas ClarkRename the members of the SV head union to avoid pre...
2005-05-25 Nicholas ClarkI think for now these have to be disabled by default.
2005-05-24 Nicholas ClarkReorder the union to cause Win32 compilers to use void...
2005-05-23 Nicholas ClarkDon't allocate an IV slot where the type doesn't use...
2005-05-23 Nicholas Clarkcreate an "allocated" structure for PVs, PVAVs and...
2005-05-22 Nicholas ClarkRe-order IVX slot in SV bodies
2005-05-21 Nicholas ClarkAdd a union in place of xnv_nv, which allows AVs and...
2005-05-21 Nicholas ClarkMove the xpv_pv/xrv_rv member into the SV head, in...
2005-05-20 Nicholas ClarkGoodbye AvFLAGS
2003-04-17 Nick Ing-SimmonsIntegrate mainline
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-08-20 Nick Ing-SimmonsIntegrate mainline
2002-08-17 Mark-Jason DominusNegative subscripts optionally passed to tied array...
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-05 Nick Ing-SimmonsRaw integrate of mainline - op.c looks dodgy.
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-04-03 Nick Ing-SimmonsIntegrate mainline
2001-03-30 Simon Cozensav.h cosmetics
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-01 Nick Ing-SimmonsIntegrate mainline
2001-01-01 Jarkko HietaniemiIntegrate perlio:
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-11 Gurusamy Sarathyskip integrate of problematic changes#6211..6212 from...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6174..6203 into mainline...
2000-06-30 Gurusamy Sarathyintegrate vmsperl changes into mainline
2000-06-09 Jarkko HietaniemiRename the fdpid locking and integrate with Sarathy.
2000-06-08 Gurusamy Sarathytweak comment about @DB::args
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-01-28 Jarkko HietaniemiIntegrate with Sarathy.
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-11 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-08 Gurusamy Sarathypreliminary support for perl_clone() (still needs work in
1999-09-29 Charles Baileyresync with mainline
1999-09-17 Gurusamy Sarathyintegrate vmsperl contents into mainline (where VMS...
1999-09-11 Jarkko HietaniemiIntegrate with Sarathy.
1999-09-10 Nick Ing-SimmonsGet resolve -at mainline
1999-09-10 Gurusamy Sarathynote about AVf_*
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-03-23 Jarkko HietaniemiIntegrate from mainperl.
1999-03-22 Gurusamy Sarathyupdate copyright years
1998-11-30 Gurusamy Sarathybranch jpl from perlext to perl
1998-02-20 Malcolm BeattieStart getting compiler to work when built with the...
1998-02-03 Malcolm BeattieIntegrate win32 into mainline. My last integration...
1998-02-03 Gurusamy Sarathy[win32] integrate mainline
1998-01-30 Gurusamy Sarathy[asperl] initial merge of latest win32 branch into...
1998-01-27 Malcolm BeattieIntegrate ansi branch into mainline (resolve -ay).
1998-01-19 Gurusamy Sarathy[win32] integrate mainline
1998-01-19 Gurusamy Sarathy[win32] integrate changes in winansi
1998-01-14 Nick Ing-SimmonsTIEARRAY updates - almost works ...
1998-01-13 Nick Ing-Simmonstie array changes to core and tests
1997-10-16 Malcolm BeattieMove perlext/Thread into perl/ext/Thread.
1997-05-26 Malcolm BeattieIntegrate thrperl 5.003->5.004.
1997-05-25 Malcolm BeattieFirst stab at 5.003 -> 5.004 integration.
next