2011-01-02 |
David Mitchell | call pp_glob() even when its being skipped |
commit | commitdiff | tree | snapshot |
2011-01-02 |
David Mitchell | ck_glob() - add a little code comment |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Nicholas Clark | 1; is not a valid no-op for /bin/sh, but true is. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Florian Ragwitz | Update META.yml's no_index after the Time-Local move |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Florian Ragwitz | CPAN is upstream for Time::Local again |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Florian Ragwitz | Make Time::Local run on perls older than 5.12 again |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Nicholas Clark | chmod +x metaconfig.SH. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Jesse Vincent | perlbug did not previously generate a From: header... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Nicholas Clark | Ensure ExtUtils::CBuilder's 04-base.t cleans up its... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jesse Vincent | Document 'test_porting' and start a section on how... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Chris 'BinGOs... | Update Encode to CPAN version 2.42 |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Nicholas Clark | Avoid using OP_NAME() in unimplemented_op(), as it... |
commit | commitdiff | tree | snapshot |
2010-12-31 |
David Golden | Porting/Maintainers.pl: add (MY)META.json to ignored... |
commit | commitdiff | tree | snapshot |
2010-12-31 |
David Mitchell | standardise amagic method naming |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Craig A. Berry | VMS nits in cpan/Test-Harness/t/source.t |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Craig A. Berry | Skip ExtUtils-CBuilder base tests expected and known... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Nicholas Clark | Merge the opcode bodies for pp_bind and pp_connect. |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Nicholas Clark | Most socket ops weren't warning for unopened handles... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Nicholas Clark | Convert a pp_sys test to use warnings 'closed', instead... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Nicholas Clark | pp_leavewrite wasn't warning for unopened handles unles... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
David Mitchell | Better handling of magic methods freeing the SV |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Renee Baecker | Update Renee Baeckers mail address |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Tony Cook | properly clean up work files from testing GDBM_File |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Tony Cook | close the produced test file so win32 can unlink it |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Tony Cook | skip ExtUtils-CBuilder base tests expected and known... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Nicholas Clark | As report_evil_fh() checks WARN_{CLOSED,UNOPENED},... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Nicholas Clark | As report_wrongway_fh() checks ckWARN(WARN_IO) internal... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Nicholas Clark | Remove OP_phoney_{IN,OUT}PUT_ONLY, as they are no longe... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Nicholas Clark | Argument op to report_evil_fh() is always PL_op->op_typ... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Nicholas Clark | The io argument to report_evil_fh() is always GvIO... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Nicholas Clark | Extract the OP_phoney_* code from report_evil_fh()... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Nicholas Clark | In pp_sockpair, remove duplication of code to close... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Nicholas Clark | Fix typo in warning code added to pp_sockpair in c289d2... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Tony Cook | avoid undefined behaviour in fetch and modify of SP... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
David Golden | Add CPAN::Meta::YAML as a dual-life core module |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Nicholas Clark | Simplify return handling for tied handle OPEN/PRINTF... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Nicholas Clark | A perldelta entry describing the refactoring of the... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Nicholas Clark | Move do_chomp() from pp.c to doop.c, and make it static. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Nicholas Clark | Merge the opcode bodies for chop/chomp and schop/schomp. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Nicholas Clark | Merge Perl_do_chop() and Perl_do_chomp(). |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Nicholas Clark | Convert Perl_do_chomp() to the same prototype as Perl_d... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Nicholas Clark | Refactor pp_chomp to process arguments in the same... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Nicholas Clark | Fix links (and hence the podchecker test) after cce04be... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Zsbán Ambrus | [perl #81016] Document ord("") |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Jerry D. Hedden | Upgrade to Thread::Queue 2.12 |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Jerry D. Hedden | Upgrade to Thread::Semaphore 2.12 |
commit | commitdiff | tree | snapshot |
2010-12-27 |
David Golden | Reorganize perlhack.pod |
commit | commitdiff | tree | snapshot |
2010-12-26 |
David Leadbeater | [perl #81218] Note that perlbug to p5p is subject to... |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Peter John... | Calc.pm: Fix _modpow() part of RT#63237 |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Peter John... | Fix RT 62764: Math::BigFloat->bcmp() fails. |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Peter John... | Fix RT 25274: Math::BigInt::Calc->_num() overflow. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Chris 'BinGOs... | Update perldelta for threads and threads::shared |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Jerry D. Hedden | [PATCH] Upgrade to threads::shared 1.36 |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Jerry D. Hedden | [PATCH] Upgrade to threads 1.82 |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Vincent Pit | Quote 'threads' in test.pl |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Chris 'BinGOs... | Update Encode to CPAN version 2.41 |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Zefram | update RMG discussion of post-release actions |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Nicholas Clark | Fix IS_UTF8_CHAR() to recognise start bytes 0xF5, 0xF6... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Nicholas Clark | Convert lib/utf8.t to strict and warnings throughout. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Nicholas Clark | Re-sort MANIFEST after a7dcd8d74e57d2a8. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
H.Merijn Brand | No reference to $Id: in generated files |
commit | commitdiff | tree | snapshot |
2010-12-21 |
H.Merijn Brand | Move metaconfig control comments into its own files |
commit | commitdiff | tree | snapshot |
2010-12-21 |
H.Merijn Brand | Restore a reference to $perlpath. Installation needs it |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Jan Dubois | sin6_scope_id is supported by Winsock2. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Tony Cook | avoid emitting control characters in test comments |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Tony Cook | multiple watchdog()s in the one test script are meaningless |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Craig A. Berry | d_sin6_scope_id configuration probe for VMS. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Karl Williamson | regexec.c: white-space only |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Karl Williamson | regexec:c Remove unreached code |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Karl Williamson | Change name of regex intrnl macro to new meaning |
commit | commitdiff | tree | snapshot |
2010-12-20 |
H.Merijn Brand | Add sin6_scope_id probe (LeoNerd) |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Nicholas Clark | Tweak IPC-Open3.t to cope with \r\n line endings on... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Craig A. Berry | stdint.h has yet to appear on VMS. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Karl Williamson | utf8.c: add to comment |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Karl Williamson | regexec.c: Remove unnecessary statements |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Karl Williamson | perltodo: Revise utf8 todo |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Karl Williamson | utf8.c, .h: Clarify pod and comment |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Karl Williamson | mktables: fix typo in comment |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Karl Williamson | Change regexes to debug dump non-ASCII as hex. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Karl Williamson | pv_escape: Add option to dump all non-ascii as hex |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Karl Williamson | dump.c: correct pod statement |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Zefram | update TOC for perl5138delta and perl5139delta |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | create perldelta for 5.13.9 |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | epigraph for 5.13.8 |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | replace gratuitous Unicode dashes |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | tweak later segments of release procedure |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | fix -tree test for non-threaded perl |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | add autodie tag :2.1001 for blead-updated version |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | add new release to perlhist |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | update Module::CoreList for 5.13.8 |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | update META.yml |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | acknowledgements in perldelta |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | perldelta wording nit |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | update references to earlier versions |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | link perldelta entries to perlapi sections |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | bump perl version number for 5.13.8 |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | perldelta details of module updates |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | near-finalisation of perldelta |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | perldelta for updated modules |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zefram | bump version of many modules |
commit | commitdiff | tree | snapshot |
next |