2013-03-21 |
Max Maischein | Update corelist for 5.17.10 |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Max Maischein | Update perldelta for 5.17.10 |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Max Maischein | Bump version number in INSTALL |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Max Maischein | Update Net::Ping from 2.40 to 2.41 |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Patrik Hägglund | PATCH [perl #106212] Add PL_perlio_mutex to atfork_lock... |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Karl Williamson | Add Patrik Hägglund to AUTHORS |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Nicholas Clark | Merge in the changes that deprecate the use of @*,... |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Nicholas Clark | Add a deprecation warning for all uses of @*, %*, ... |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Nicholas Clark | Change the warning for $* to add ", and will become... |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Nicholas Clark | Generate the deprecation warnings for all uses $* or $#. |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Nicholas Clark | Additional tests for the deprecation warnings when... |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Nicholas Clark | Change tie_fetch_count.t to use *] instead of **. |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Nicholas Clark | Change B::Deparse's test to test interpolation of ... |
commit | commitdiff | tree | snapshot |
2013-03-20 |
David Golden | update Perl::OSType from 1.002 to 1.003 |
commit | commitdiff | tree | snapshot |
2013-03-20 |
Nicholas Clark | Re-order intrpvar.h to minimise holes in the interprete... |
commit | commitdiff | tree | snapshot |
2013-03-20 |
Brad Gilbert | Make utf8 downgrading in constant.pm, version dependent |
commit | commitdiff | tree | snapshot |
2013-03-20 |
Aaron Trevena | I18N-Langinfo/Langinfo.pm: Pod nit |
commit | commitdiff | tree | snapshot |
2013-03-20 |
Karl Williamson | Add Aaron Trevena to AUTHORS |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Paul Green | Ensure only DOSish builds force O_BINARY=1 in the open... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Paul Green | Update copyright statement for the Stratus VOS port |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Paul Green | Update pod/perlpord.pod to reflect recent VOS port... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Paul Green | Update README.vos to reflect recent changes |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Paul Green | Update VOS hints file to use dynamic linking and 64... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Paul Green | Assume that the host and target have the same executabl... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Paul Green | Remove VOS floating-point workaround; VOS bug long... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Shirakata Kentaro | PATCH: [perl #117181] pod: nitpick |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Karl Williamson | pod/perlfunc: Tweak new kill() wording |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Nicholas Clark | Merge in the changes that remove setjmp() from regcomp.c |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Nicholas Clark | Document the uses of NULL returns in the regex parsing... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Nicholas Clark | Revert "PATCH: regex longjmp flaws" |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Nicholas Clark | In Perl_re_op_compile(), tidy up after removing setjmp(). |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Nicholas Clark | Replace the longjmp()s in Perl_re_op_compile() with... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Nicholas Clark | Move the longjmp() that implements REQUIRE_UTF8 up... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Nicholas Clark | Add a flag RESTART_UTF8 to the reg*() routines in regcomp.c |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Nicholas Clark | In S_regclass(), create listsv as a mortal, claiming... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Nicholas Clark | Document when and why S_reg{,branch,piece,atom,class... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Nicholas Clark | Return orig_emit from S_regclass() when ret_invlist... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Nicholas Clark | Test that UTF-8 in the look-ahead of (?(?=...)...)... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Nicholas Clark | Test that S_grok_bslash_N() copes if S_reg() restarts... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Nicholas Clark | Remove unreachable duplicate (?#...) parsing code from... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Nicholas Clark | Perl_sv_uni_display() needs to be aware of RX_WRAPPED() |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Ricardo Signes | perldelta for debugger changes |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Ricardo Signes | bump version on perl5db.pl |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Kent Fredric | lib/perl5db.pl: Workaround rt#116771 by putting DB... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Kent Fredric | lib/perl5db.t: Add test for bug #116771, autotrace... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Kent Fredric | lib/perl5db.t: Add test for bug #116769, Frame=2 crashe... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Kent Fredric | lib/perl5db.pl: refactor all calls to IO::Handle via... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Tony Cook | bump Tie-File's test version to match the module version |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Yves Orton | detect each() after insert and produce warnings when... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Yves Orton | ensure that inserting into a hash causes its hash itera... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Yves Orton | perturb insertion order and update xhv_rand during... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Yves Orton | Harden hashes against hash seed discovery by randomizin... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Yves Orton | rework ROTL definitions (and add ROTL_UV) |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Yves Orton | default to PERL_FUNC_ONE_AT_A_TIME_HARD for all builds |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Yves Orton | silence signed mistmatch in comparison warning in Murmu... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Yves Orton | add a hardened one-at-a-time hash variant |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Yves Orton | Split out hash functions into new file and turn into... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Yves Orton | add a "hash quality score" to Hash::Util::bucket_stats() |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Yves Orton | update ExtUtils-MakeMaker to github v6.65_01 |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Lukas Mai | emphasize signal names over numbers in kill() docs |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | Add Felipe Gasper to AUTHORS |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | dist/bignum/lib/bignum.pm: Fix broken pod link |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | ext/Pod-Html/testdir/perlvar-copy.pod: Fix broken pod... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | dist/bignum/lib/bigrat.pm: Fix broken pod link |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | dist/bignum/lib/bigint.pm: Fix broken pod link |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | Math/BigRat.pm: Fix some broken pod links |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | libnetcfg.PL: Fix broken pod link |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | Math-BigInt: Fix some broken links |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | Tie/File.pm: Fix pod broken link typo |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | podcheck.t: Note existence of some CPAN modules |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | constant.pm: Rmv ref in pod to non-existent module |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | pod/perldiag: Document some regex messages |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | pod/perldiag: Document new messages for qr/(?[ ])/ |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | perldiag: Nits |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | pod/perlre: Italicize text to indicate non-literal |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Karl Williamson | perldiag.pod: Fix broken link |
commit | commitdiff | tree | snapshot |
2013-03-18 |
David Mitchell | fix a segfault in run-time qr//s with (?{}) |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Chris 'BinGOs... | Update Getopt-Long to CPAN version 2.39 |
commit | commitdiff | tree | snapshot |
2013-03-15 |
James E Keenan | Eliminate duplication. |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Brian Fraser | toke.c, S_scan_ident: Ignore whitespace on both sides... |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Steve Peters | Upgrade to Net::Ping 2.40. This should silence much... |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Chris 'BinGOs... | Data-Dumper on CPAN is sync'd with blead |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Steffen Mueller | Data::Dumper version bump and changelog for release |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Steffen Mueller | Data::Dumper test compatibility fixes for older Perls |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Steffen Mueller | Add security warning about eval'ing DD output |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Chris 'BinGOs... | Update File-Temp to CPAN version 0.23 |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Karl Williamson | Allow Data::Dumper to work on older Perls |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Chris 'BinGOs... | Maintainers.pl needs sync for Net-Ping |
commit | commitdiff | tree | snapshot |
2013-03-14 |
James E Keenan | Apply two POD corrections supplied by SHIRAKATA Kentaro++. |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Charlie Gonzalez | Removed needless comment in for.t |
commit | commitdiff | tree | snapshot |
2013-03-14 |
James E Keenan | Moved t/cmd/lexsub.t, t/cmd/while.t to t/op; split... |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Steve Peters | Update Net-Ping to 2.39. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Chris 'BinGOs... | CPAN Module-CoreList be 2.84 |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Chris 'BinGOs... | Update JSON-PP to CPAN version 2.27202 |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Tony Cook | make the recent changes to makedepend more portable |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Daniel Dragan | restore building perl5**.dll and perl.exe on WinCE |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Daniel Dragan | time64.c utf8.c fix for WinCE |
commit | commitdiff | tree | snapshot |
2013-03-12 |
George Greer | Fix some ASAN-identified problems |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Shirakata Kentaro | perlsyn.pod: Nit |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Karl Williamson | Change preferred email for Shirakata Kentaro |
commit | commitdiff | tree | snapshot |
next |