This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-05-31 Karl Williamsonregcomp.sym: Comment why no ANYOFRs node exists
2022-05-31 Karl Williamsont/op/vec.t: use strict, warnings
2022-05-31 Karl Williamsonperlretut: Grammar, clarifications, white-space
2022-05-31 Karl Williamsonhandy.h: ASSERT_NOT_PTR doesn't work for void*
2022-05-31 Karl Williamsonperlapi: Document save_pushptr
2022-05-31 Karl Williamsonperlapi: Consolidate hv_store(s?), into 1 entry,improve
2022-05-30 Leon TimmermansAPItest.xs: flush output in test_bool_internals_func
2022-05-30 brian greenfieldBump builtin.pm version
2022-05-30 brian greenfieldInclude 'indexed' in synopsis of builtin.pm
2022-05-30 Graham KnopMerge branch 'haarg/encoding-warnings-cleanup' into...
2022-05-30 Graham Knopencoding-warnings: bump version 19732/head
2022-05-30 Graham Knopencoding-warnings: convert tests to use Test::More...
2022-05-30 Graham Knopencoding-warnings: normalize whitespace
2022-05-29 Karl Williamsonhandy.h: White-space only
2022-05-29 Karl Williamsonperl.c: Add missing cast
2022-05-29 Karl Williamsonregen/embed.pl: Handle "literals" parameters
2022-05-28 Tomasz Konojackimake PL_origenviron global
2022-05-28 Tomasz Konojackiutil.c: merge the win32 and non-win32 implementations...
2022-05-28 Tomasz Konojackidon't use environ on Windows
2022-05-28 Tomasz Konojackimake PERL_USE_SAFE_PUTENV the default and the only...
2022-05-28 Tomasz Konojackiperl.c: duplicate environ when PERL_USE_SAFE_PUTENV...
2022-05-28 Tomasz Konojackiutil.c: POSIX doesn't allow calling setenv() with a...
2022-05-28 Tomasz Konojackiutil.c: small refactoring of my_setenv and my_clearenv
2022-05-28 Tomasz Konojackiprobe for setenv in Configure
2022-05-28 jkahrmanDon't check POD embedded in HTML generated from other POD
2022-05-28 Yves OrtonRevert "Revert "mg.c, Cwd.pm - Empty path is the same...
2022-05-28 Yves OrtonRevert "Revert "dist/PathTools - add missing entries...
2022-05-28 Karl Williamsonperlapi: Document gv_autoload*
2022-05-28 Richard LeachMove sv.h functions from inline.h into sv_inline.h,
2022-05-28 Karl Williamsonperlapi: Document gv_name_set
2022-05-28 Hugo van der... GH16319: avoid recursion parsing 'pack' template
2022-05-28 Karl WilliamsonChange SvIV and kin to inline functions
2022-05-28 Karl Williamsonregexec.c: Restore overzealous removal for GH#8369
2022-05-28 Karl Williamsonperlapi: Fix a couple autodoc build warnings
2022-05-28 Karl Williamsonperlapi: Mark save_push* as internal
2022-05-28 Karl Williamsonperlapi: Add pod link to newly documented macros
2022-05-28 Ricardo Signesrelease managers guide: add a second update target
2022-05-28 Karl WilliamsonEvaluate SvPVXtrue's argument just once
2022-05-28 Chris 'BinGOs... A matter of principle
2022-05-28 Karl WilliamsonChange formal macro parameter name
2022-05-28 Karl WilliamsonExport unshare_hek, but mark as internal
2022-05-28 Karl Williamsoncophh_fetch: Make sure doesn't pass eroneous flags
2022-05-28 Karl Williamsonperlvms: Add some S<...>
2022-05-28 Karl Williamsonperlvar: Create proper hyperlink
2022-05-28 Karl Williamsonperlutil: Add S<...>, proper hyperlink
2022-05-28 Karl Williamsonperlunicode: Add some S<...>
2022-05-28 Karl Williamsonperlrun: Use proper hyperlink
2022-05-28 Karl Williamsonperldebug.pod: Add some S<...>
2022-05-28 Karl Williamsonperl.pod: Add some S<...>
2022-05-28 Karl WilliamsonOS2-REXX: Use F<> for file path
2022-05-28 Karl Williamsonlib/FileHandle.pm: Use proper hyperlink in pod
2022-05-28 Karl Williamsonpodcheck.t: Note file that not to consider pod
2022-05-28 Karl WilliamsonB:: Use proper hyperlink in pod
2022-05-28 Karl WilliamsonNormalize.pm: Use directory path in F<> pod
2022-05-28 Karl Williamsonthreads.pm: Use S<...> to avoid breaking line
2022-05-28 Karl WilliamsonIO::Socket::UNIX: Add proper hyperlink in pod
2022-05-28 Karl WilliamsonIO::Socket::INET: Use proper hyperlink in pod
2022-05-28 Karl WilliamsonIO::Pipe: Use proper hyperlink in pod
2022-05-28 Karl WilliamsonIO::Handle: Use proper hyperlink in pod
2022-05-28 Karl WilliamsonCarp: Use some proper hyperlinks in pod
2022-05-28 Karl Williamsonconfigpm: Configure is a file, markup should be F<>
2022-05-28 Karl WilliamsonAdd asserts for memmem parameters
2022-05-28 Nicolas RExtra B::PADNAME helpers: GEN and IsUndef
2022-05-28 Nicolas RAdd B helpers to check if the Sv is a boolean
2022-05-28 sisyphusdefine HAS_INETPTON and HAS_INETNTOP for mingw builds
2022-05-28 sisyphusdefine d_inetntop and d_inetpton for mingw builds
2022-05-28 sisyphusFix dist/IO/poll.h for mingw-w64 runtimes 9.0 and later
2022-05-28 Nicholas ClarkFix a typo in a comment in Carp.pm
2022-05-28 Karl Williamsondoio.c: Rename formal parameters for clarity
2022-05-28 Karl Williamsonperlapi: Document save_[ah]elem(_flags)?
2022-05-28 Karl Williamsonperlintern: Document save_scalar_at
2022-05-28 Karl Williamsonperlapi: Document SvPV_shrink_to_cur
2022-05-28 Karl Williamsonperlapi: Document SV_CHECK_THINKFIRST*
2022-05-28 Karl Williamsonperlapi: Mark hv_free_ent as internal
2022-05-28 Karl Williamsonperlapi: Document start_subparse
2022-05-28 Dan Bookperl5360delta - pod syntax fix
2022-05-28 sisyphuspp.c - fix for Perl_pow for ivsize== 4, nv is 'doubledo...
2022-05-28 Yves Ortonfixup, use old logic until 5.37 - TO BE SQUASHED
2022-05-28 Yves OrtonXS-APItest - add tests for new API calls and for bool...
2022-05-28 Yves Ortonsv.c - add new bool related utility functions and macros
2022-05-28 Karl Williamsonregexec.c: Rmv obsolete recursion checks: GH #8369
2022-05-28 Ricardo Signesepigraphs: add the v5.37.0 epigraph
2022-05-28 Ricardo Signescorelist: update for v5.37.1
2022-05-28 Ricardo Signesperldelta: new v5.37.1 perldelta
2022-05-28 Ricardo Signesbump version to v5.37.1: now open for business
2022-05-28 Ricardo Signesperl5370delta: replace the XXX content with real content v5.37.0
2022-05-28 Ricardo SignesINSTALL: tweak the version in the bincompat language
2022-05-28 Ricardo SignesModule::CoreList: add v5.37.0
2022-05-28 Ricardo Signesfeature.pl: update for the v5.37 bundle (and regen)
2022-05-28 Ricardo Signesepigraphs.pod: the v5.36.0 epigraphs
2022-05-28 Ricardo Signesrelease schedule: update for v5.37
2022-05-28 Ricardo Signesperl.pod: add perl5360delta
2022-05-28 Ricardo Signesregen for version bump
2022-05-28 Ricardo Signesperldelta: create perldelta for 5.37.0
2022-05-28 Ricardo Signesbump version to v5.37.0
2022-05-26 Ricardo SignesMETA.json: regen for 5.36.0 v5.36.0
2022-05-26 Ricardo Signespatchlevel.h: this is 5.36.0, not a release candidate!
2022-05-26 Ricardo Signesperlhist: update release date for 5.36.0
2022-05-26 Ricardo SignesModule::CoreList: update release date for 5.36.0
2022-05-26 Ricardo Signesperldiag: drop documentation of extinct warning 19775/head
next