This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2021-07-20 Karl WilliamsonUnicode::UCD: Bump version; regen
2021-07-20 Jakub WilkUnicode::UCD: Fix character name in POD
2021-07-19 Paul "LeoNerd... Add perldelta.pod entry describing G_ARRAY->G_LIST...
2021-07-18 Karl WilliamsonUpdate op/length.t to use strict/modern 'is()' tests
2021-07-18 Karl WilliamsonDevel::PPPort: Fix STMT_START { ... } STMT_END
2021-07-18 Karl WilliamsonSync Devel::PPPort with CPAN version 3.63
2021-07-18 Karl WilliamsonPartially Revert "skip using gcc brace groups for STMT_...
2021-07-18 Karl Williamsonperlapi: Consolidate and revise pod for toCASE_CHANGEfoo()
2021-07-17 Karl WilliamsonSven Kirmess is now a Perl author
2021-07-17 Karl WilliamsonBump if.pm version
2021-07-17 Thibault DUPONCHELLEPut back the old url for unicode.org (in lib/unicore...
2021-07-17 Nicholas ClarkRefine the changes to perlintro.pod after feedback...
2021-07-17 Nicholas ClarkThree small changes to perlintro.pod
2021-07-17 Sven KirmessAdd missing word in 'if's documentation
2021-07-17 Chris 'BinGOs... CPAN and Core match at Data-Dumper-2.183
2021-07-17 Paul MarquessSync DB_File with CPAN version 1.856
2021-07-15 James E KeenanMerge branch '18780-compound-token-split-by-macro'...
2021-07-15 Tony Cookskip using gcc brace groups for STMT_START/END 18984/head
2021-07-13 Thibault DuponchelleHaiku BFS does not store atime and always return curren...
2021-07-11 James E KeenanIncrement $VERSION throughout
2021-07-11 James E KeenanMerge branch 'pod-html-refactoring-3-of-5' into blead
2021-07-11 James E KeenanRe-arrange subs in calling order
2021-07-09 Thibault Duponchelleget working directory on a non existing path returns...
2021-07-06 Richard Leachav_new_alloc: revise description of size parameter
2021-07-06 Felipe GasperOnly set IOKp, not IOK on $) and $(.
2021-07-06 Karl WilliamsonFix syntax error wwhen NAN_COMPARE_BROKEN
2021-07-06 James E KeenanMerge branch 'pod-html-refactoring-2-of-5' into blead
2021-07-06 James E KeenanUse lowercase for lexical variables -- even filehandles 18950/head
2021-07-06 James E KeenanAfter eval-ing $VERSION, assign return value back to...
2021-07-06 James E KeenanPod-Html: rename Auxiliary.pm to Util.pm
2021-07-06 James E KeenanKeep $VERSION in synch
2021-07-06 James E KeenanIntroduce refine_parser()
2021-07-06 James E KeenanIntroduce generate_cache() and identify_input()
2021-07-06 James E KeenanRename one method per suggestion from rjbs
2021-07-06 James E KeenanIntroduce internal sub set_Title();
2021-07-06 James E KeenanIntroduce internal sub refine_globals()
2021-07-06 James E KeenanCreate internal sub parse_input_for_podtree()
2021-07-06 James E KeenanRemove last hard-tabs from Html.pm
2021-07-06 James E KeenanCreate sub write_file()
2021-07-06 James E KeenanIntroduce Pod::Html::Auxiliary
2021-07-06 James E KeenanStart refactoring lib/Pod/Html.pm
2021-07-06 James E KeenanReduce default arguments for Testing:_prepare_argstable()
2021-07-06 James E KeenanIntroduce Testing::record_state_of_cache()
2021-07-06 Tony Cookperldelta for e1d3ed996ab
2021-07-06 Tony Cookadd a note to perldoc -f each on using anon hashes...
2021-07-06 Tony Cookwarn when using each on an anonymous hash or array
2021-07-05 James E KeenanEliminate '-Wstring-compare' build-time warning in... 18948/head
2021-07-05 Nicholas ClarkData::Dumper 2.183 was released on 2021-07-05.
2021-07-05 Nicholas ClarkFix version numbers and attribution in the Data::Dumper...
2021-07-05 Nicholas ClarkBump Data::Dumper's $VERSION and update Changes, for...
2021-07-05 Nicholas ClarkChange dumper.t to done_testing() from plan() and an...
2021-07-05 Nicholas ClarkRefactor the variable name code in Dumpxs to avoid...
2021-07-05 Nicholas ClarkIn Data_Dumper_Dumpxs, rename name to name_sv.
2021-07-05 Nicholas ClarkBump Data::Dumper's $VERSION and update Changes, for...
2021-07-05 Nicholas ClarkData::Dumper was erroneously stringifying qr'$foo'...
2021-07-03 Sawyer XGH #18047: Initial phrasing for =head5 and =head6
2021-07-03 Richard LeachPerl_pad_alloc: simplify av_fetch() calls
2021-07-03 Richard LeachAdd inline av_fetch_simple and av_store_simple functions
2021-06-30 Nicholas ClarkState that the -s command line switch is discouraged...
2021-06-30 Nicholas ClarkData::Dumper 2.182 was released on 2021-06-30.
2021-06-30 Neil BowersReformatted Data-Dumper Changes as per CPAN::Changes...
2021-06-30 Karl WilliamsonDumper.xs: Add comment
2021-06-30 Karl WilliamsonDumper.xs: Output orphaned EBCDIC control as octal
2021-06-30 Karl WilliamsonDumper.xs: Revise calculation of needed size
2021-06-30 Karl WilliamsonDumper.xs: isDIGIT() is now in ppport.h
2021-06-30 Karl WilliamsonDumper.xs: Port ESC_NATIVE back on EBCDIC
2021-06-30 Nicholas ClarkBump Data::Dumper's $VERSION and update Changes, for...
2021-06-30 James E KeenanReport Data::Dumper problems to Perl 5 Github issues...
2021-06-30 Nicholas ClarkRemove references to Macintosh/Mac OS in perlfunc.pod...
2021-06-30 Karl Williamsonutf8_length: Fix undefined C behavior
2021-06-29 Christian Waldeperldiag: numer -> number typo fix
2021-06-29 Karl WilliamsonPod::Simple: synch with CPAN version 3.43
2021-06-28 Leon TimmermansRemove :win32 PerlIO layer
2021-06-28 James E KeenanMerge branch 'pod2html-single-tempdir-20210510' into...
2021-06-28 James E Keenanext/Pod-Html/t/*.t: Have each file run in tempdir pod2html-single-tempdir-20210510
2021-06-28 Nicholas ClarkCopy the test bootstrapping order from t/TEST to t...
2021-06-28 Karl WilliamsonAvoid some conditionals in is...UTF8_CHAR()
2021-06-28 Karl WilliamsonMakefile.SH: Fixes for z/OS
2021-06-28 David Marshallfix new libperl.t 'no symbols' warning on darwin
2021-06-28 Nicholas ClarkAdd David Marshall to AUTHORS.
2021-06-27 Karl Williamsonperlio.c: Don't wrongly conditionally compile
2021-06-27 Karl Williamsonutfebcdic.h: Remove obsolete #defines
2021-06-27 Karl WilliamsonUpdate hints/os390.sh
2021-06-27 Karl Williamsonhints/os390.sh: White-space/comment only
2021-06-25 Thibault DUPONCHELLEDead link on ccl4, not found anywhere else but in webar...
2021-06-25 Ben CornettImprove perlxs grammar
2021-06-25 Max MaischeinRemove inheritance from Exporter in ext/ modules
2021-06-24 Leam Hallperlnewmod.pod: Remove dead link and make a header...
2021-06-24 Craig A. BerryRemove undeclared $Is_VMS from DynaLoader_pm.PL
2021-06-24 Tony Cookensure types of PL_nan and PL_inf are consistent
2021-06-24 David GoldenUpdate perlgov.pod with Steering Council Election Results
2021-06-23 Nicholas ClarkAdd a "Show Config" step to the GitHub CI config.
2021-06-23 James E KeenanCorrect grammar/spelling problems
2021-06-23 Sergey PoznyakoffFix definition of ITEM_NOT_FOUND for pre-1.13 versions. 18924/head
2021-06-23 Sergey PoznyakoffRaise version number in ext/GDBM_File/GDBM_File.pm
2021-06-23 Sergey PoznyakoffFix GDBM_File to compile with version 1.20 and earlier
2021-06-23 Nicholas ClarkChange the "New issue" page to point to the RFC process. 18859/head
2021-06-23 Tony Cookperldelta for fe991866a0
2021-06-23 Tony Cookperldelta for 2b96d013a
2021-06-23 Tony Cookfix magic and upgraded SV handling for setsockopt(...
next