2016-03-08 |
Karl Williamson | Add av_tindex_nomg() |
commit | commitdiff | tree | snapshot |
2016-03-08 |
Karl Williamson | regcomp.c: Silence some compiler warnings |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Karl Williamson | perlguts: Slight clarification |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Karl Williamson | perlapi: Slight clarification |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Karl Williamson | pod/perldelta: Add some Selected Bug Fixes |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Karl Williamson | regcomp.c: Remove redundant assignment |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Karl Williamson | perlre: Nits, clarifications |
commit | commitdiff | tree | snapshot |
2016-03-07 |
David Mitchell | S_study_chunk(): silence compiler warning |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Jarkko Hietaniemi | Mention bytes::length modern workaround re 01e331e5 |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Jarkko Hietaniemi | Make open failures little less cryptic. |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Yves Orton | add comment explaining a subtlety |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Karl Williamson | Add test for [perl #126405] |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Shlomi Fish | Document the previous commit in Carp's Changes. |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Shlomi Fish | Fix RTCPAN#107225 : longmess returns 1 on ref. |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Tony Cook | avoid reading/writing beyond the end of RExC_(open... |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Tony Cook | perldelta for 99fff99d79, af4291a8594 |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Lukas Mai | make building without memcpy work (RT #127619) |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Lukas Mai | util.c: make my_mem*/my_b* prototypes more like the... |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Karl Williamson | Update bytes.pm doc |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Yves Orton | regcomp.c: fix Perl #126405, segfault regex |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Yves Orton | regcomp.c: improve diagnostics for TRIE construction |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Yves Orton | fix Perl #126182, out of memory due to infinite pattern... |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Yves Orton | Unify GOSTART and GOSUB |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Yves Orton | rename RExC_opend RExC_end_op for clarity |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Yves Orton | first step cleaning up regexp recursion "return" logic |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Karl Williamson | perlebcdic: Update for 5.24 |
commit | commitdiff | tree | snapshot |
2016-03-05 |
Jarkko Hietaniemi | Time-HiRes: record latest changes |
commit | commitdiff | tree | snapshot |
2016-03-05 |
Ricardo Signes | PathTools: import Changes file from CPAN |
commit | commitdiff | tree | snapshot |
2016-03-05 |
Andy Broad | amigaos4: execvp() and popen() enhancements |
commit | commitdiff | tree | snapshot |
2016-03-05 |
Karl Williamson | PATCH: [perl #127262] assertion fail on malformed UTF8 |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Jarkko Hietaniemi | Time-HiRes: refactor also nanosleep init |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Jarkko Hietaniemi | Time-HiRes: avoid going negative on struct timespec |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Jarkko Hietaniemi | Time-HiRes: refactor common timespec subtraction code |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Jarkko Hietaniemi | Time-HiRes: for nanosleeps, zero is success |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Jarkko Hietaniemi | Time-HiRes: use NV_1E6 and NV_1E9 consistently |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Jarkko Hietaniemi | Time-HiRes: initialize the unslept timespec |
commit | commitdiff | tree | snapshot |
2016-03-04 |
David Mitchell | threads.xs: create new static fn S_jmpenv_run() |
commit | commitdiff | tree | snapshot |
2016-03-04 |
David Mitchell | rpeep(): eliminate compiler warning |
commit | commitdiff | tree | snapshot |
2016-03-04 |
David Mitchell | Simplify _MEM_WRAP_NEEDS_RUNTIME_CHECK() |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Karl Williamson | PATCH: [perl #126141]: qr/]]]]][\\/ fails to raise... |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Karl Williamson | regcomp.c: Fix a memory leak |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Karl Williamson | locale.c: Avoid a leak |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Karl Williamson | POSIX.xs: Avoid a leak in setlocale() |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Karl Williamson | TODO or skip certain failing locale tests on cygwin |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Karl Williamson | regcomp.c: Revise, add comments, white-space changes |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Karl Williamson | regcomp.c: Avoid a memory leak |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Karl Williamson | regcomp.c: White-space only |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Karl Williamson | Reinstate "PATCH: {perl #127582] Over eager warning... |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Karl Williamson | locale.c: Silence HP-UX compiler warning |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Jarkko Hietaniemi | Warn of the "else syndrome". |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Jarkko Hietaniemi | Clarify what AmigaOS version was broken by 5.8.0 |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Jarkko Hietaniemi | perl5db.pl version bump |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Jarkko Hietaniemi | Defaulting to VMS is probably not right. |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Andy Broad | amigaos4: use CONSOLE:, not VMS sys$command |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Andy Broad | amigaos4: clean up older style / deprecated AmigaOS... |
commit | commitdiff | tree | snapshot |
2016-03-02 |
Tony Cook | reduce number of calls to add_cp_to_invlist() |
commit | commitdiff | tree | snapshot |
2016-03-02 |
Karl Williamson | PATCH: [perl #127599] Fix regcomp.c assertion |
commit | commitdiff | tree | snapshot |
2016-03-02 |
David Mitchell | document args of Perl_do_sv_dump() |
commit | commitdiff | tree | snapshot |
2016-03-02 |
Jarkko Hietaniemi | amigaos4: no sigaction, no si fields |
commit | commitdiff | tree | snapshot |
2016-03-02 |
David Mitchell | pp_subst(): rename local var |
commit | commitdiff | tree | snapshot |
2016-03-02 |
David Mitchell | pp_subst: fix typo |
commit | commitdiff | tree | snapshot |
2016-03-02 |
David Mitchell | use cBOOL() in pp_subst() |
commit | commitdiff | tree | snapshot |
2016-03-02 |
David Mitchell | S_regmatch(): remove dead code |
commit | commitdiff | tree | snapshot |
2016-03-02 |
David Mitchell | remove some duplicate /* NOTREACHED */ |
commit | commitdiff | tree | snapshot |
2016-03-02 |
Karl Williamson | Revert "PATCH: {perl #127582] Over eager warning for... |
commit | commitdiff | tree | snapshot |
2016-03-02 |
Karl Williamson | Revert "regcomp.c: White-space only" |
commit | commitdiff | tree | snapshot |
2016-03-02 |
Tony Cook | bump $strict::VERSION and $warnings::VERSION |
commit | commitdiff | tree | snapshot |
2016-03-02 |
Aristotle Pagaltzis | narrow the filename check in strict.pm/warnings.pm |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Karl Williamson | regcomp.c: Avoid an empty [] in -Dr output |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Karl Williamson | regcomp.c: White-space only |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Karl Williamson | PATCH: {perl #127582] Over eager warning for /[.foo.]/ |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Karl Williamson | regexec.c: Fix failure to match problem |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Karl Williamson | embed.fnc: Fcn should have been within an #ifdef |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Karl Williamson | PATCH: [perl #127581] Spurious warning about posix... |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Karl Williamson | regcomp.c: revise comments, white-space |
commit | commitdiff | tree | snapshot |
2016-03-01 |
David Mitchell | installman: don't warn about missing pod |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Craig A. Berry | VMS patch for duplicate env entries |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Tony Cook | remove duplicate environment variables from environ |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Karl Williamson | perldelta: Fix typo |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Karl Williamson | re/regexp_unicode_prop.t: Fix loop statement |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Karl Williamson | regexp_unicode_prop.t: Clarify comment |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Karl Williamson | Fix /\p{pkg::User-defined}/i |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Tony Cook | [perl #127635] s///r with -DPERL_NO_COW attempts to... |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Jarkko Hietaniemi | Scalar-List-Utils customization bump |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Jarkko Hietaniemi | Scalar-List-Utils version bump |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Jarkko Hietaniemi | product() with zero IV crash/hang |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Jarkko Hietaniemi | Socket customization bump |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Jarkko Hietaniemi | Socket version bump |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Jarkko Hietaniemi | Check for max length before derefing by length. |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Daniel Dragan | teach makedef.pl an alternate macro for PERL_COPY_ON_WRITE |
commit | commitdiff | tree | snapshot |
2016-02-29 |
Lukas Mai | perlport: use italics instead of colon in "don't":s... |
commit | commitdiff | tree | snapshot |
2016-02-29 |
Dagfinn Ilmari... | Improve wording of perldelta entry for ae146f5496e |
commit | commitdiff | tree | snapshot |
2016-02-29 |
Alex Vandiver | Adjust callsites that use UTF8SKIP without checking UTF |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Tony Cook | perldelta for ae146f5496e |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Daniel Dragan | [perl #127584] using Win32 32b gmake with 64b gcc cause... |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Jarkko Hietaniemi | Upgrade to IPC-SysV 2.06. |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Daniel Dragan | static funcs in HiRes.xs |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Chris 'BinGOs... | [perl #127624] corelist: wrong Digest::SHA version... |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Karl Williamson | regcomp.c: Use less peak memory |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Karl Williamson | regcomp.c: Modify an assert |
commit | commitdiff | tree | snapshot |
next |