2011-11-26 |
Father Chrysostomos | Remove ‘no warnings deprecated’ from two .t’s |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Father Chrysostomos | Optimise substr assignment in void context |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Father Chrysostomos | Don’t coerce $x immediately in foo(substr $x...) |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Father Chrysostomos | Optimise __SUB__ to a constant |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Chris 'BinGOs... | Update Unicode-Collate to CPAN version 0.87 |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Ricardo Signes | correct some erroneous linking in 5.14.0 delta |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Chris 'BinGOs... | Add AutoLoader upgrade to perldelta |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Chris 'BinGOs... | Update B-Debug to CPAN version 1.17 |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Nicholas Clark | bisect.pl avoids perl-5.004 and earlier on case insensi... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Nicholas Clark | bisect-runner.pl now builds back to 5.005 on the defaul... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Nicholas Clark | bisect-runner.pl should avoid ext/Hash/Util/FieldHash... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Nicholas Clark | bisect-runner.pl can now build on AIX back to perl... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Nicholas Clark | In bisect-runner.pl, fall back to context diffs for... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Nicholas Clark | In bisect-runner.pl, only shell out to patch from apply... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Konovalov,... | .\win32\mdelete.bat not needed |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Father Chrysostomos | Don’t warn for foo+1 with ($) proto |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Father Chrysostomos | evalbytes should ignore outer utf8 declaration |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Steffen Mueller | Upgrade AutoLoader to 5.72 |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | regen pod issues |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | perlgpl.pod: wrap long line |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Increase $SelfLoader::VERSION to 1.19 |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Dominic Hargreaves | Update references to the FSF's postal address |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Test ambiguous warning with (;$) proto |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Matthew Horsfall... | When parsing subs with user-defined prototypes, store... |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Suppress ‘once’ warning in gmagic.t |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Add lib/perl5db/t/rt-104168 to MANIFEST |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Peter Scott | The attached patch adds to the debugger a capability... |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | ‘Inline’ S_sv_unglob |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Make COW-clobbering faster |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Make assignment over glob copies much faster |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Call FETCH once for rcatline |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | lib/version.t: suppress warning |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | perlfunc: Don’t put __SUB__ between substr entries |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | sysread should not ignore magic on its buffer |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Make sselect call fetch once |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Move substr tests under t/op |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Call FETCH once when chomping a tied ref |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | pp.c: Remove useless read-only check from S_do_chomp |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Call FETCH once for $tied_ref =~ y/a/b/ |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Increase $IO::File::VERSION to 1.16 |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Remove ‘use File::Spec’ from IO::File |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | __SUB__ should warn in void context |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Use correct err msg in XS version check |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Remove $SIG{__WARN__} from XSLoader.t |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | Produce right error msg for $ver < "version" |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Father Chrysostomos | gv.c: Remove SV_GMAGIC from sv_catpvn_flags call. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Chris 'BinGOs... | Update Pod-LaTeX to CPAN version 0.60 |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Chris 'BinGOs... | Update Unicode-Collate to CPAN version 0.86 |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Nicholas Clark | Move the implementation of --validate from bisect.pl... |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Nicholas Clark | Add a --make option to bisect.pl, to specify an alterna... |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Father Chrysostomos | UNIVERSAL::VERSION should treat "version" as a string |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Father Chrysostomos | printf "%vd", "version" should not SEGV |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Nicholas Clark | On AIX, bisect-runner.pl must patch Makefile.SH for... |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Nicholas Clark | makedef.pl uses Config.pm, so needs a Makefile dependen... |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Father Chrysostomos | [perl #102586] version->new("version") SEGVs |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Reini Urban | arybase.xs be more defensive |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Father Chrysostomos | Correct spelling of double free warning |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Father Chrysostomos | Correct perldiag entry for sv_replace panic |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Father Chrysostomos | perldiag: Fix categories of internal severe warnings |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Father Chrysostomos | sv.c/sv_insert_flags: typo |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Father Chrysostomos | amagic_deref_call does not necessitate SPAGAIN |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Father Chrysostomos | [Merge] [RT #36079] Convert ` to ' |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Where sensible, replace consecutive single... |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Due to test failures, revert conversion... |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Father Chrysostomos | Version bumps |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
jkeenan | [RT #36079] Convert ` to '. |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Father Chrysostomos | op.c: typo |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Father Chrysostomos | Make Data::Dumper UTF8- and null-clean with GVs |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Chris 'BinGOs... | Update IO-Compress to CPAN version 2.043 |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Chris 'BinGOs... | Update Compress-Raw-Bzip2 to CPAN version 2.043 |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Chris 'BinGOs... | Update Compress-Raw-Zlib to CPAN version 2.043 |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Chris 'BinGOs... | Update Archive-Tar to CPAN version 1.82 |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Father Chrysostomos | [perl #103766] Wrong $" warning in perl 5.14 |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Father Chrysostomos | Move a test from t/lib/warnings/sv to .../9uninit |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Nicholas Clark | In Perl_moreswitches(), merge the cases for 't' and... |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Nicholas Clark | Merge bisect-runner.pl fixes for 5.11-era parallel... |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Nicholas Clark | bisect-runner.pl now fixes all known 5.11-era parallel... |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Nicholas Clark | bisect-runner.pl now fixes another 5.11-era parallel... |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Nicholas Clark | bisect-runner.pl now fixes more 5.11-era make bugs. |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Nicholas Clark | bisect-runner.pl now fixes more 5.11-era parallel make... |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Nicholas Clark | bisect-runner.pl now fixes some 5.11-era parallel make... |
commit | commitdiff | tree | snapshot |
next |