This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
assert legality of bitshifts in scan_num()
[perl5.git] / t / comp / retainedlines.t
2013-08-05 Father ChrysostomosMake eval "#line" account for ${"_<foo"} changes
2011-12-06 Father Chrysostomos[perl #80630] Make eval"" return empty list for syntax...
2011-11-06 Father ChrysostomosMake multiple #line’s update dblines in evals
2011-02-27 Father Chrysostomos[perl #79442] A #line "F" in a string eval doesn't...
2010-11-26 Father ChrysostomosStop eval "BEGIN{die}" from leaking
2009-10-09 Nicholas ClarkDon't use require in comp/retainedlines.t, as require...
2009-10-09 Nicholas ClarkAvoid relying on prototypes working for tests to pass...
2009-10-08 Nicholas ClarkAvoid using the strict pragma in retainedlines.t -...
2008-12-02 Nicholas ClarkChange PL_debug behaviour so that string eval lines...
2008-12-02 Nicholas ClarkImplement PERLDBf_SAVESRC_INVALID, which saves source...
2008-12-02 Nicholas ClarkCodify the current behaviour of evals which define...
2008-12-02 Nicholas ClarkFollowup to change 34979. Tests are good, m'kay. Partic...
2008-11-18 Nicholas ClarkRafael noticed a bug in 34873 - I was comparing against...
2008-11-17 Nicholas ClarkS_save_lines() was using strchr() when it should have...
2008-11-17 Nicholas ClarkFix the bug introduced with MRO, whereby the internals...