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 |
2013-03-12 |
Karl Williamson | Porting/checkAUTHORS.pl: Clarify comment |
commit | commitdiff | tree | snapshot |
2013-03-12 |
David Mitchell | Fix Peek.t under PERL_OLD_COPY_ON_WRITE |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Salvador Fandino | pp_entersub optimization |
commit | commitdiff | tree | snapshot |
2013-03-12 |
David Mitchell | [perl #117095] state var init getting skipped |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Ricardo Signes | fix year of 5.16.3 in perlhist |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Karl Williamson | EBCDIC has the Unicode bug too |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Ricardo Signes | add 5.16.3 to blead:pod/perlhist.pod |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Ricardo Signes | add perl5163delta.pod to blead |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Ricardo Signes | add the 5.16.3 epigraph, link to 5.14.4 announcement |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Chris 'BinGOs... | Sync Module-CoreList and version in Maintainers.pl |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Chris 'BinGOs... | corelist --feature is actually on available >= v5.16.0 |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Karl Williamson | perlapi: Nits |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Chris 'BinGOs... | Update Module-CoreList for v5.16.3 |
commit | commitdiff | tree | snapshot |
2013-03-11 |
David Mitchell | fix typo in epigraphs.pod |
commit | commitdiff | tree | snapshot |
2013-03-11 |
David Mitchell | add 5.14.4 to perlhist |
commit | commitdiff | tree | snapshot |
2013-03-11 |
David Mitchell | add perl5144delta |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Chris 'BinGOs... | Finalise Module-CoreList for v5.14.4 |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Chris 'BinGOs... | Update Module-CoreList with v5.14.4 data |
commit | commitdiff | tree | snapshot |
2013-03-11 |
David Mitchell | Add the 5.14.4 epigraph to epigraphs.pod |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Dominic Hargreaves | Correct version data for Module::CoreList in 5.16.2 |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Chris 'BinGOs... | Update Digest-SHA to CPAN version 5.84 |
commit | commitdiff | tree | snapshot |
2013-03-09 |
David Mitchell | reorder intrpvar.h |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Brian Fraser | PATCH: [perl #117101] toke.c: Make \$$1 work again. |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Karl Williamson | Bump version of Term::ReadLine |
commit | commitdiff | tree | snapshot |
2013-03-09 |
H.Merijn Brand | Get Configure in sync with metaconfig |
commit | commitdiff | tree | snapshot |
2013-03-09 |
H.Merijn Brand | Add bootstrap_charset/BOOTSTRAP_CHARSET for non-ASCII... |
commit | commitdiff | tree | snapshot |
2013-03-09 |
James E Keenan | Standardize spelling of 'supersede' throughout the... |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Karl Williamson | perlebcdic.pod: Document 2 fcns; nits |
commit | commitdiff | tree | snapshot |
2013-03-08 |
Andy Dougherty | Minor corrections to descriptions of files in Porting/. |
commit | commitdiff | tree | snapshot |
next |