Fix .spec file to be extracted Module::Build
[platform/upstream/perl.git] / perly.h
2023-12-28 TizenOpenSourceImported Upstream version 5.38.0 upstream upstream/5.38.0
2022-01-21 DongHun KwakImported Upstream version 5.33.7 upstream/5.33.7
2022-01-21 DongHun KwakImported Upstream version 5.33.6 upstream/5.33.6
2022-01-21 DongHun KwakImported Upstream version 5.33.5 upstream/5.33.5
2022-01-21 DongHun KwakImported Upstream version 5.33.1 upstream/5.33.1
2020-12-17 DongHun KwakImported Upstream version 5.32.0 upstream/5.32.0
2020-12-17 DongHun KwakImported Upstream version 5.31.10 upstream/5.31.10
2020-12-17 DongHun KwakImported Upstream version 5.31.5 upstream/5.31.5
2020-12-17 DongHun KwakImported Upstream version 5.31.3 upstream/5.31.3
2020-12-17 DongHun KwakImported Upstream version 5.31.2 upstream/5.31.2
2020-12-17 DongHun KwakImported Upstream version 5.31.1 upstream/5.31.1
2019-09-26 DongHun KwakImported Upstream version 5.30.0 upstream/5.30.0
2019-09-26 DongHun KwakImported Upstream version 5.28.0 upstream/5.28.0
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.23.8 37/136037/1
2017-06-28 DongHun KwakImported Upstream version 5.23.4 33/136033/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.1 14/136014/1
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
2014-02-01 ZeframMerge blead into zefram/purple_signatures
2014-02-01 Zeframsubroutine signatures
2013-12-22 Dagfinn Ilmari Man... Remove support for "do SUBROUTINE(LIST)"
2013-12-02 Steve HayMerge branch 'dirnames' into blead
2013-11-24 Father Chrysostomos->$#*
2013-10-05 Ricardo SignesMerge branch 'postderef' into blead
2013-10-05 Father ChrysostomosAllow ->@ ->$ interpolation under postderef_qq feature
2013-10-05 Father Chrysostomos->%{ ->%[
2013-10-05 Father ChrysostomosPostfix dereference syntax
2013-09-15 Father ChrysostomosReduce false positives for @hsh{$s} and @ary[$s] warnings
2013-09-13 Father Chrysostomos[Merge] Key/value hash and array slices
2013-09-13 Father ChrysostomosFewer false positives for %hash{$scalar} warning
2013-09-13 Ruslan Zakirovindex/value array slice operation
2013-09-13 Ruslan Zakirovkey/value hash slice operation
2013-06-01 Father ChrysostomosCorrect three sub call comments in perly.y
2013-05-21 Chris 'BinGOs' Wil... Merge branch 'smoke-me/coreutils' into blead
2013-05-06 Nicholas ClarkImprove the logic in regen_perly.pl for manually genera...
2013-03-03 David Mitchellrun regen_perly
2012-11-05 Father ChrysostomosFix invalid token warning with PERL_XMLDUMP and label
2012-11-05 Father ChrysostomosStop statement labels from leaking
2012-09-25 Jesse Luehrsapparently this actually needs to be regenerated too
2012-09-16 Father Chrysostomos[Merge] [perl #113930] Lexical subs
2012-09-16 Father Chrysostomosperly.y: Remove MYSUB
2012-09-16 Father ChrysostomosClone my subs on scope entry
2012-09-16 Father ChrysostomosClone state subs in anon subs
2012-09-16 Father ChrysostomosLook up state subs in the pad
2012-09-16 Father ChrysostomosStore state subs in the pad
2012-09-16 Father ChrysostomosMake ‘sub foo{}’ respect ‘our foo’
2012-09-16 Father ChrysostomosAllocate ‘our sub’ in the pad
2012-08-08 Father ChrysostomosDon’t let format arguments ‘leak out’ of formline
2012-08-08 Father ChrysostomosPrevent double frees/crashes with format syntax errs
2012-08-08 Father ChrysostomosDon’t create formats after compilation errors
2012-08-06 Father ChrysostomosForbid braces as format delimiters
2012-08-02 Father Chrysostomos[perl #114020, #90018, #53186] Make given alias $_
2012-07-15 Father Chrysostomosperly.y: Remove use of latefree from package foo {}
2012-06-30 Father ChrysostomosDon’t crash with formats in special blocks
2012-06-27 Father Chrysostomosperly.*: update regen_perly checksum
2012-06-14 David MitchellMerge re_eval jumbo fix branch into blead
2012-06-13 David MitchellAvoid braces warning in regen_perly.pl
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-04 Steve PetersMerge branch 'post-5.16' into blead
2012-05-25 Zeframremove deprecated qw-as-parens behaviour
2012-03-26 AbigailMerge branch 'abigail/for-5.17' into blead
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-01-19 Steffen SchwigonBump several file copyright dates
2011-08-15 Jesse VincentMerge branch 'blead' of ssh://perl5.git.perl.org/perl...
2011-08-12 Father Chrysostomos[perl #95546] Allow () after __FILE__, etc.
2011-07-13 Father ChrysostomosMerge UTF8 pad stuff
2011-07-13 ZeframAPIify pad functions
2011-06-03 Father ChrysostomosFix a confusing comment in perly.y
2011-05-19 Nicholas ClarkAdd an optional third argument to open_new(), to invoke...
2011-05-19 Nicholas ClarkRename safer_open() to open_new(), and eliminate the...
2011-01-23 Nicholas ClarkStore the SHA-256 of the source in files generated...
2011-01-23 Nicholas ClarkOutput "read only" editor blocks from regen_perly.pl
2010-12-12 Zeframrecursive-descent expression parsing
2010-11-20 Chris 'BinGOs' Wil... make regen; make regen_perly
2010-11-07 Zeframrefactor GRAMPROG grammar slightly
2010-10-28 brian d foyMerge branch 'briandfoy/pos' into blead
2010-10-25 Zeframfunction to parse unlabelled statement
2010-10-24 Zeframpermit labels to appear before declarations
2010-10-21 Zeframfunction to parse Perl code block
2010-10-20 Tatsuhiko Miyagawamake regen; make regen_perly
2010-10-04 Zefram[PATCH] function to parse Perl statement sequence
2010-09-14 brian d foyMerge branch 'briandfoy/perlfaq' of ssh://perl5.git...
2010-09-11 Florian RagwitzShorten external symbol name for VMS
2010-09-08 Zeframmake qw(...) first-class syntax
2010-09-06 Rafael Garcia-SuarezRegenerate headers after last patch
2010-05-20 Zeframsupport "package Foo { ... }"
2010-02-03 Jesse VincentMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
next