regcomp.c: Prevent integer overflow from nested regex quantifiers.
[platform/upstream/perl.git] / sv.c
2019-09-26 DongHun KwakImported Upstream version 5.30.0 upstream/5.30.0
2019-09-26 DongHun KwakImported Upstream version 5.28.2 upstream/5.28.2
2019-09-26 DongHun KwakImported Upstream version 5.28.0 upstream/5.28.0
2017-06-28 DongHun KwakImported Upstream version 5.26.0 54/136054/1 upstream/5.26.0
2017-06-28 DongHun KwakImported Upstream version 5.25.12 53/136053/1
2017-06-28 DongHun KwakImported Upstream version 5.25.10 51/136051/1
2017-06-28 DongHun KwakImported Upstream version 5.25.9 50/136050/1
2017-06-28 DongHun KwakImported Upstream version 5.25.8 49/136049/1
2017-06-28 DongHun KwakImported Upstream version 5.25.7 48/136048/1
2017-06-28 DongHun KwakImported Upstream version 5.25.6 47/136047/1
2017-06-28 DongHun KwakImported Upstream version 5.25.5 46/136046/1
2017-06-28 DongHun KwakImported Upstream version 5.25.4 45/136045/1
2017-06-28 DongHun KwakImported Upstream version 5.25.3 44/136044/1
2017-06-28 DongHun KwakImported Upstream version 5.25.2 43/136043/1
2017-06-28 DongHun KwakImported Upstream version 5.25.1 42/136042/1
2017-06-28 DongHun KwakImported Upstream version 5.24.0 39/136039/1
2017-06-28 DongHun KwakImported Upstream version 5.23.8 37/136037/1
2017-06-28 DongHun KwakImported Upstream version 5.23.7 36/136036/1
2017-06-28 DongHun KwakImported Upstream version 5.23.6 35/136035/1
2017-06-28 DongHun KwakImported Upstream version 5.23.5 34/136034/1
2017-06-28 DongHun KwakImported Upstream version 5.23.4 33/136033/1
2017-06-28 DongHun KwakImported Upstream version 5.23.3 32/136032/1
2017-06-28 DongHun KwakImported Upstream version 5.23.2 31/136031/1
2017-06-28 DongHun KwakImported Upstream version 5.23.1 30/136030/1
2017-06-28 DongHun KwakImported Upstream version 5.23.0 29/136029/1
2017-06-28 DongHun KwakImported Upstream version 5.22.1 26/136026/1
2017-06-28 DongHun KwakImported Upstream version 5.22.0 25/136025/1
2017-06-28 DongHun KwakImported Upstream version 5.21.11 24/136024/1
2017-06-28 DongHun KwakImported Upstream version 5.21.10 23/136023/1
2017-06-28 DongHun KwakImported Upstream version 5.21.9 22/136022/1
2017-06-28 DongHun KwakImported Upstream version 5.21.8 21/136021/1
2017-06-28 DongHun KwakImported Upstream version 5.21.7 20/136020/1
2017-06-28 DongHun KwakImported Upstream version 5.21.6 19/136019/1
2017-06-28 DongHun KwakImported Upstream version 5.21.5 18/136018/1
2017-06-28 DongHun KwakImported Upstream version 5.21.4 17/136017/1
2017-06-28 DongHun KwakImported Upstream version 5.21.3 16/136016/1
2017-06-28 DongHun KwakImported Upstream version 5.21.2 15/136015/1
2017-06-28 DongHun KwakImported Upstream version 5.21.1 14/136014/1
2017-06-28 DongHun KwakImported Upstream version 5.21.0 13/136013/1
2017-06-28 DongHun KwakImported Upstream version 5.20.3 12/136012/1
2017-06-28 DongHun KwakImported Upstream version 5.20.2 11/136011/1
2017-06-28 DongHun KwakImported Upstream version 5.20.1 10/136010/1
2014-05-12 David Mitchellsv.c: fix closing comment
2014-05-12 Yves Ortondocument sv_gets() internals
2014-05-12 Yves OrtonImplement "max waste" thresholds to avoid problems...
2014-05-07 Tony Cook[perl #121771] Revert the new warning for ++ on non...
2014-04-28 David MitchellPseudo-fork dups arg array on argless calls
2014-03-26 Tony Cook[perl #121366] avoid using an invalid SvPVX() in Perl_s...
2014-03-01 Nicholas Clarkpp_tms should use a local struct tms, instead of PL_tim...
2014-02-28 David Mitchellcopy xhv_rand and xhv_last_rand in threads clone
2014-02-28 David Mitchelladd aux_flags field to HVs with aux struct
2014-02-28 David Mitchellmake OP_AELEMFAST work with negative indices
2014-02-23 David Mitchellfix win32 build
2014-02-22 Father Chrysostomos[perl #121259] Always allow COW after $input=<>
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-15 Father Chrysostomos[perl #121242] Fix crash in gp_free when gv is freed
2014-02-15 Father Chrysostomossv.c: Don’t flip flags so many times in glob_assign_glob
2014-02-13 Karl Williamsonsv.c: Add comment
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
2014-02-05 Brian Frasersv,c, sv_cmp_locale_flags: flags is unused if locales...
2014-02-05 Brian Frasersv.c: Remove leftover ifdef from the %vd format
2014-02-05 Brian FraserAvoid compiler warnings by consistently using #ifdef...
2014-02-04 Yves OrtonAdd tests and fix new fatal errors related to $/
2014-01-28 Karl WilliamsonWhite-space, comments only
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-23 Brian FraserMerge branch 'cross-compile-revamp' into blead
2014-01-22 Karl WilliamsonComments, white-space
2014-01-21 Brian Frasersv.c, Perl_dirp_dup: Skip the fchdir sections if telldi...
2014-01-20 Ricardo SignesMerge tag 'v5.19.8' into blead
2014-01-20 David Mitchellrename sTHX to PERL_MEMORY_DEBUG_HEADER_SIZE
2014-01-17 Father Chrysostomossv_buf_to_rw can be static
2014-01-17 Father Chrysostomos[Merge] Cow Tools
2014-01-17 Father ChrysostomosCOW documentation
2014-01-17 Father ChrysostomosPERL_DEBUG_READONLY_COW
2014-01-09 Karl WilliamsonMerge branch into blead to compile into C all POSIX...
2014-01-09 Karl WilliamsonRmv PL_Posix_ptrs
2014-01-09 Karl WilliamsonRemove PL_L1Posix_ptrs
2014-01-04 Karl WilliamsonMerge LC_NUMERIC locale changes branch into blead
2014-01-04 Karl WilliamsonUse new macros to make sure LC_NUMERIC is correctly set
2013-12-29 Daniel Dragancut out/inline wrapper calls of sv_*catpvf*
2013-12-06 Karl Williamsonperlapi, sv.c: Comments and API documentation
2013-12-02 Steve HayMerge branch 'dirnames' into blead
2013-12-01 Father Chrysostomossv.c: Rewrite COW logic
2013-11-30 Father Chrysostomossv.c: Clarify COW comments further
2013-11-30 Father Chrysostomossv.c: Fix Darwin g++ build
2013-11-30 Father Chrysostomos[Merge] Swiping PADTMPs’ string buffers
2013-11-30 Father Chrysostomossv.c: String copy comments
2013-11-30 Father ChrysostomosAllow PADTMPs’ strings to be swiped
2013-11-28 David Mitchellsilence -Wformat-nonliteral compiler warnings
2013-11-28 Daniel Draganremove almost unreachable NULL sv arg code from sv_2...
2013-11-24 David Mitchellfix Gconvert 'ignoring return value' warnings
2013-11-24 David Mitchellfix 'ignoring return value' compiler warnings
2013-11-23 Father ChrysostomosPush a new stack in sv_recode_to_utf8
2013-11-16 David MitchellRevert "make perl core quiet under -Wfloat-equal"
2013-11-14 Father Chrysostomossv.c apidocs: SV_NOSTEAL, not NOSTEAL
2013-11-09 David Mitchellmake perl core quiet under -Wfloat-equal
2013-11-09 Father ChrysostomosFix pod screwup in a05ea1cf8be
2013-11-08 Father ChrysostomosConsistent spaces after dots in sv.c apidocs
2013-11-08 Daniel DraganPOD-only mention sv_setsv does get magic but not set...
2013-10-28 Father ChrysostomosMake PL_incgv fully refcounted
next