13 hours ago |
Karl Williamson | perldebug.pod: Fix broken link blead |
commit | commitdiff | tree | snapshot |
13 hours ago |
Karl Williamson | x-yuri is now a Perl author |
commit | commitdiff | tree | snapshot |
21 hours ago |
x-yuri | perldebug: clarify the readline support |
commit | commitdiff | tree | snapshot |
36 hours ago |
Tony Cook | perldelta for fea90cfbe1f |
commit | commitdiff | tree | snapshot |
36 hours ago |
Tony Cook | grow the tmps (mortal) stack exponentially rather than... |
commit | commitdiff | tree | snapshot |
41 hours ago |
David Mitchell | [MERGE] unwrap, optimise pp_aassign() and friends |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | fix Perl_rpp_is_lone() for immortals. |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | pp_aassign: move UID/GID code into separate fn |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | pp_aassign: optimise: just zero hash stack elems |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | pp_aassign: optimise: just zero array stack elems |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | pp_aassign: optimise: lelem++ at end of loop |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | pp_aassign: optimise: store NULLs in L elem slots |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | pp_aassign: skip copying scalars back to stack |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | pp_aassign: add is_list local variable |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | use rpp_foo_NN() variants in pp_aassign, pp_rv2av |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | Add some _NN variants of rpp_() functions. |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | use rpp_replace_at_norc in refassign, aassign |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | add rpp_replace_at_norc() to API |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | pp_aassign: fix "RC==1" optimisation checks |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | pp_aassign: remove panic check under PERL_RC_STACK |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | pp_aassign: optimise SV branch under PERL_RC_STACK |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | pp_aassign: optimise HV branch under PERL_RC_STACK |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | pp_aassign: optimise AV branch under PERL_RC_STACK |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | make RC-stack-aware: unwrap pp_aassign() |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | make RC-stack-aware: unwrap pp_undef() |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | make RC-stack-aware: unwrap pp_refassign() |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | op/array.t: skip \$#{[]} test under PERL_RC_STACK |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | make RC-stack-aware: unwrap pp_emptyavhv() |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | Hash-Util-FieldHash: fixup test on PERL_RC_STACK |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | add lvalue scalar alias tests to lvref.t |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | add list context tests to t/op/lvref.t |
commit | commitdiff | tree | snapshot |
42 hours ago |
David Mitchell | document ref assignment in list context |
commit | commitdiff | tree | snapshot |
4 days ago |
Chad Granum | cpan/Test-Simple - Update to version 1.302198 |
commit | commitdiff | tree | snapshot |
5 days ago |
Paul "LeoNerd... | Capture perl5343delta, perl5363delta, perl5382delta |
commit | commitdiff | tree | snapshot |
5 days ago |
Paul "LeoNerd... | Add Perl versions 5.34.3, 5.36.3, 5.38.2 to perlhist.pod |
commit | commitdiff | tree | snapshot |
6 days ago |
Lukas Mai | bisect: explicitly set diff path prefixes |
commit | commitdiff | tree | snapshot |
6 days ago |
Chris 'BinGOs... | Module::CoreList updated for v5.34.3, v5.36.3 and v5... |
commit | commitdiff | tree | snapshot |
6 days ago |
Chad Granum | cpan/Test-Simple - Update to version 1.302197 |
commit | commitdiff | tree | snapshot |
6 days ago |
Chris 'BinGOs... | Elephants never forget |
commit | commitdiff | tree | snapshot |
7 days ago |
Tony Cook | perlport: -l is now meaningful on Win32 |
commit | commitdiff | tree | snapshot |
7 days ago |
Tony Cook | perlport: windows strange behaviour with . at the end... |
commit | commitdiff | tree | snapshot |
7 days ago |
Tony Cook | perlport: -S on Win32 has been meaningful since 01052a1d7 |
commit | commitdiff | tree | snapshot |
7 days ago |
Dagfinn Ilmari... | perldeprecation: fix typo and formatting in dot in... |
commit | commitdiff | tree | snapshot |
7 days ago |
Paul "LeoNerd... | Remember to add recently-captured perldelta files to... |
commit | commitdiff | tree | snapshot |
7 days ago |
sisyphus | GNUmakefile: copy libmcfgthread-1.dll to 't' directory |
commit | commitdiff | tree | snapshot |
7 days ago |
Paul "LeoNerd... | Capture perl5342delta, perl5362delta, perl5381delta |
commit | commitdiff | tree | snapshot |
8 days ago |
TAKAI Kousuke | locale.c: Change type of a variable to silence compiler... |
commit | commitdiff | tree | snapshot |
8 days ago |
sisyphus | define HAS_TRUNC and $Config{d_trunc)for MSVC builds |
commit | commitdiff | tree | snapshot |
8 days ago |
Lukas Mai | re: fix wording in documentation |
commit | commitdiff | tree | snapshot |
8 days ago |
Elvin Aslanov | `valgrindpp.pl`: Fix `new` indirect syntax |
commit | commitdiff | tree | snapshot |
8 days ago |
TAKAI Kousuke | pp.c: Add dummy goto to silence -Wunused-label warning... |
commit | commitdiff | tree | snapshot |
9 days ago |
Lukas Mai | don't optimize (or warn about) control flow ops in... |
commit | commitdiff | tree | snapshot |
9 days ago |
Paul "LeoNerd... | More Module::CoreList hackery; as it should claim that... |
commit | commitdiff | tree | snapshot |
9 days ago |
Paul "LeoNerd... | Add perldelta for recent security fixes |
commit | commitdiff | tree | snapshot |
9 days ago |
Tony Cook | win32: default the shell to cmd.exe in the Windows... |
commit | commitdiff | tree | snapshot |
9 days ago |
Karl Williamson | Fix read/write past buffer end: perl-security#140 |
commit | commitdiff | tree | snapshot |
9 days ago |
Paul "LeoNerd... | Add maint releases of 5.34.2, 5.36.2, 5.38.1 to perlhis... |
commit | commitdiff | tree | snapshot |
9 days ago |
Paul "LeoNerd... | Update Module::CoreList for upcoming releases of 5... |
commit | commitdiff | tree | snapshot |
11 days ago |
Peter John... | cpan/Math-BigInt - Update to version 2.001001 |
commit | commitdiff | tree | snapshot |
11 days ago |
Lukas Mai | bump IO::* version to 1.55 |
commit | commitdiff | tree | snapshot |
11 days ago |
Elvin Aslanov | [doc] `Select.pm`: Scope Examples |
commit | commitdiff | tree | snapshot |
11 days ago |
Elvin Aslanov | `Deparse.t`: Fix `new` indirect syntax |
commit | commitdiff | tree | snapshot |
12 days ago |
Paul "LeoNerd... | sv_isa_sv() no longer considered experimental |
commit | commitdiff | tree | snapshot |
13 days ago |
Lukas Mai | elide right operand if left operand transfers control |
commit | commitdiff | tree | snapshot |
13 days ago |
Karl Williamson | locale.c: Fix typo in comment |
commit | commitdiff | tree | snapshot |
13 days ago |
Lukas Mai | harness: fix operator precedence in call to exit |
commit | commitdiff | tree | snapshot |
2023-11-22 |
Karl Williamson | perlapi: Note that StructCopy is a shallow copy; |
commit | commitdiff | tree | snapshot |
2023-11-22 |
sisyphus | Identify default mingw runtime (mingw builds only). |
commit | commitdiff | tree | snapshot |
2023-11-21 |
Steve Hay | Revert "Also adjust t/xsub_h.t to use $^V." part of... |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Lukas Mai | extend "Possible precedence issue" warning, cover more... |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Lukas Mai | embed.fnc: we require C99 variadic macros now |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Paul "LeoNerd... | Neater lists of header/source/object files in Makefile.SH |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karen Etheridge | record Module::CoreList release in praesumptio |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karen Etheridge | Update Module::CoreList for 5.39.6 |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karen Etheridge | Bump the perl version in various places for 5.39.6 |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karen Etheridge | New perldelta for 5.39.5 |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karen Etheridge | fix version here too |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karen Etheridge | fix release year for 5.40 |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karen Etheridge | tick off release 5.39.5 |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karen Etheridge | fix markup for old epigraph |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karen Etheridge | add epigraph for 5.39.5 release |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karen Etheridge | Add new release to perlhist v5.39.5 |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karen Etheridge | update github link regex |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karen Etheridge | finalize perldelta |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karen Etheridge | update Module::CoreList for 5.39.5 |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karen Etheridge | add missing perldelta entries for recent commits |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karen Etheridge | remove old SYNCINFO entries |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karl Williamson | perldelta for locale stress test addition |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karl Williamson | MingW with UCRT doesn't have the broken localeconv() |
commit | commitdiff | tree | snapshot |
2023-11-20 |
Karl Williamson | Supported MSCV no longer has a broken localeconv() |
commit | commitdiff | tree | snapshot |
2023-11-19 |
James E Keenan | perldelta for a23e475982 |
commit | commitdiff | tree | snapshot |
2023-11-17 |
Karl Williamson | Experimentally enable glibc undocumented querylocale() |
commit | commitdiff | tree | snapshot |
2023-11-16 |
Karl Williamson | Don't use POSIX 2008 locale on Dragonfly |
commit | commitdiff | tree | snapshot |
2023-11-16 |
Tony Cook | perldelta for f4c88b59, 2804f7df |
commit | commitdiff | tree | snapshot |
2023-11-16 |
Tony Cook | globvar.t: allow duplicate definitions of symbols |
commit | commitdiff | tree | snapshot |
2023-11-16 |
Tony Cook | globvar.t: use nm -P for portability |
commit | commitdiff | tree | snapshot |
2023-11-14 |
Peter John... | cpan/Math-BigInt - Update to version 2.001000 |
commit | commitdiff | tree | snapshot |
2023-11-14 |
Johan Vromans | cpan/Getopt-Long - Update to version 2.57 |
commit | commitdiff | tree | snapshot |
2023-11-13 |
Tony Cook | perldelta for 6be4da51a4 |
commit | commitdiff | tree | snapshot |
2023-11-13 |
Tony Cook | win32: retire visual studio 2013 support |
commit | commitdiff | tree | snapshot |
next |