Fix .spec file to be extracted Module::Build
[platform/upstream/perl.git] / perly.c
2023-12-28 TizenOpenSourceImported Upstream version 5.38.0 upstream upstream/5.38.0
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
2019-09-26 DongHun KwakImported Upstream version 5.30.0 upstream/5.30.0
2017-06-28 DongHun KwakImported Upstream version 5.25.10 51/136051/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.4 45/136045/1
2017-06-28 DongHun KwakImported Upstream version 5.23.8 37/136037/1
2017-06-28 DongHun KwakImported Upstream version 5.23.3 32/136032/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.21.11 24/136024/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.2 15/136015/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-08-29 Karl WilliamsonMerge branch 'ebcdic' into blead
2013-08-29 Karl WilliamsonRemove EBCDIC remappings
2013-07-26 Father Chrysostomos[Merge] Constants, inlined subs, TARGs, ...
2013-07-26 Father Chrysostomospad.c: Use &PL_sv_no for const pad names
2012-10-02 Father Chrysostomosperly.c: Disarm the YYDEBUG defines in perly.h
2012-09-26 Father ChrysostomosRestore perly.o build with -DDEBUGGING
2012-09-15 Father ChrysostomosPrevent assertion failure with ‘no a a 3’
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-07-15 Father ChrysostomosRemove op_latefree(d)
2012-06-04 Steve PetersMerge branch 'post-5.16' into blead
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
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-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-09-14 brian d foyMerge branch 'briandfoy/perlfaq' of ssh://perl5.git...
2010-09-06 Zeframfunction interface to parse Perl statement
2009-12-18 Gerard GoossenWhen discarding a token free the op associated with it
2009-12-16 Rafael Garcia-SuarezFix casting warnings
2009-12-16 Gerard GoossenStore the PL_compcv instead of the the PL_comppad in...
2009-01-03 Rafael Garcia-SuarezMerge branch 'schwern/y2038' into blead
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-02-25 Steve HaySilence Borland compiler warnings (except for warnings...
2007-07-16 Dave Mitchell [perl #43425] local $[: fix scoping during parser...
2007-04-01 Dave MitchellMake parser_free() be called slightly later,
2007-01-18 Dave Mitchelldisable parser stack cleanup on reduce croak (too fragile)
2007-01-07 Dave Mitchellsilence a warning in perly.c
2007-01-05 Steve HaySilence various VC6 warnings
2007-01-04 Dave Mitchellmake parser_free actually free the parser!
2007-01-03 Dave Mitchellhandle cloning of parsers on the save stack
2007-01-02 Nicholas ClarkUpdate copyright years to include 2007. (Plus a couple...
2007-01-02 Dave Mitchellfix -Mad build breakage
2007-01-02 Dave Mitchellmove easy lexer state variables into PL_parser
2007-01-01 Dave Mitchellsplit parser initialisation from parser execution
2007-01-01 Dave Mitchellsplit parser stack from parser object
2006-12-31 Jarkko Hietaniemismoke signs suppression
2006-12-29 Dave Mitchellfurther fix for #29543: fix parser leaks caused by...
2006-12-19 Dave Mitchellmake -Dpv print 8 parser stack items, not 9
2006-12-18 Dave Mitchellmove parser state into new parser object, PL_parser
2006-12-17 Dave Mitchellmerge the four parser stacks into one
2006-12-17 Dave Mitchelldelete dead code and macros from perly.c
2006-12-17 Dave Mitchellunify stacks arithmetic in parser
2006-12-16 Dave Mitchellfix a cast warning in perly.c
2006-12-13 Dave Mitchellmake -Dpv display the parser stack before reduction
2006-12-13 Dave Mitchellfix parser leaks caused by croaking while shifting...
2006-12-11 Dave Mitchellremove extraneous debugging code introduced by #29504
2006-12-11 Dave Mitchellfix eval qw(BEGIN{die}) style leaks (second attempt).
2006-12-10 Dave Mitchell#28315 could crash when freeing ops with different...
2006-12-10 Dave Mitchellparser: expand yy_is_opval[] to include all value types
2006-12-04 Dave Mitchellmerge perly.y and madlu.y
2006-12-03 Dave Mitchelladd support for bison 2.3
2006-12-03 Dave Mitchellmerge perly.c and madly.c
2006-12-02 Dave Mitchellsynchronise perly.c and madly.c
2006-08-15 Rafael Garcia-SuarezRevert change 28319, which may cause segfaults with...
2006-05-27 Dave Mitchellfix eval qw(BEGIN{die}) style leaks.
2006-05-27 Dave Mitchellmake -Dpv display OP names ons the parser stack
2006-05-27 Dave Mitchellstop OPs leaking in eval "syntax error"
2006-03-09 Nicholas ClarkAdd the madly parser. I believe that this is all the...
2006-03-08 Nicholas ClarkMake MAD at least compile and link once more. Although...
2006-03-08 Nicholas ClarkFurther MAD changes.
2006-02-17 Andy Lestercleaning up perly.c
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-08 Nicholas ClarkUpdate copyright years (including some years where...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2005-07-12 Steve HayMissed a New() -> Newx().
2005-06-09 Andy Lesterregcomp.c and more
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-05-29 Craig A. BerryVMS build update for blead
2005-05-21 Steve PetersSvPVX_const - patch #2
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-04-13 Andy LesterRemoving yydestruct from perly.c
2005-04-13 Robin Barker-Wformat
2005-03-24 Andy LesterThird consting batch
2004-02-28 Dave Mitchellmake the bison-based parser threadsafe and capable...
2004-02-14 Craig A. BerryEnable v (verbose) switch on -Dp to display the top...
2004-02-14 Dave MitchellSwitch from byacc to bison and simplify the perly....
2003-12-27 Rafael Garcia-SuarezFix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a...
next