Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strict xsloader #1

Open
wants to merge 513 commits into
base: blead
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
513 commits
Select commit Hold shift + click to select a range
9d228af
Add Configure probe for getenv() buffer race
khwilliamson Nov 28, 2020
35bcf7f
Add GETENV_LOCK
khwilliamson Dec 1, 2020
0369458
Fix broken PERL_MEM_LOG under threads
khwilliamson Dec 6, 2020
f84bd50
Finalise perldelta for 5.33.5
Dec 20, 2020
5c9a521
Finalize perldelta for 5.33.5
Dec 20, 2020
eeda051
Update Module::CoreList for 5.33.5
Dec 20, 2020
b0d2479
add new release to perlhist
Dec 20, 2020
316dd69
Merge branch 'release-5.33.5' into blead
Dec 20, 2020
cb30554
Update epigraphs.pod with quote from Max Weber
Dec 20, 2020
726eb38
Update release schedule
Dec 20, 2020
6aeb63c
new perldelta for 5.33.6
Dec 20, 2020
374df6d
Bump version to 5.33.6
Dec 20, 2020
1e6ddea
Prepare Module::CoreList for 5.33.6
Dec 20, 2020
f6bdfd6
regexec.c: Link to github issue in comment
khwilliamson Dec 20, 2020
62e9eaa
perlfunc: Improve localtime entry
khwilliamson Dec 14, 2020
ff22dd7
POSIX::asctime pod: Note it always returns English
khwilliamson Dec 14, 2020
1e0eb5c
perlapi: Document and consolidate SvPV functions
khwilliamson Dec 14, 2020
e39fb0f
embed.fnc: Mark cx_dup as Core only
khwilliamson Jul 22, 2020
eb0353e
embed.fnc: Mark regnext as Core only
khwilliamson Jul 22, 2020
dcb0f7c
embed.fnc: Mark runops_debug, runops_standard as Core only
khwilliamson Jul 22, 2020
90df162
embed.fnc: Mark moreswitches as Core only
khwilliamson Jul 22, 2020
1fc4b13
embed.fnc: Mark cxinc as Core only
khwilliamson Jul 22, 2020
1065fe4
embed.fnc: Mark doing_taint as Core only
khwilliamson Jul 22, 2020
f6ecfb3
embed.fnc: Mark av_arylen_p, av_iter_p as Core only
khwilliamson Jul 22, 2020
f0a7783
embed.fnc: Mark cx_dump as Core only
khwilliamson Jul 22, 2020
f9e2355
embed.fnc: Mark scan_num as Core only
khwilliamson Jul 22, 2020
b4e8926
embed.fnc: Mark stack_grow as Core only
khwilliamson Jul 22, 2020
baf0bea
embed.fnc: Mark sv_2uv, etc. as Core only
khwilliamson Jul 22, 2020
6c041ec
embed.fnc: Mark several do_dump fcns as Core only
khwilliamson Jul 22, 2020
1e9f4e2
perlapi: Document newSVsv_flags
khwilliamson Dec 20, 2020
e97ba88
perlapi: SvPVbyte_force() and kin: clarify.
khwilliamson Dec 20, 2020
e51b4db
perl5335delta grammar nit
Grinnz Dec 20, 2020
e406736
Correct one misspelled variable name
jkeenan Dec 20, 2020
2f338e9
regen/regcharclass.pl: Mark intermediate macros as internal
khwilliamson Oct 17, 2020
1a7ee1d
regexec.c: Fix failing CI 32-bit tests
khwilliamson Dec 21, 2020
05a3a9e
perlgov: the perl governance document
rjbs Nov 24, 2020
f8e911a
perlgov: formatting tweaks from code review
rjbs Nov 25, 2020
159f108
perlgov: add a missing "the" and remove a full stop
rjbs Nov 27, 2020
c14d22c
Merge branch 'perlgov' into blead
rjbs Dec 21, 2020
e5211ca
perlapi: Note that my_strftime's result is localized
khwilliamson Dec 16, 2020
1e9024c
t/test.pl: Note 2nd spelling for fcn
khwilliamson Dec 21, 2020
dde36b9
globals.c: Fix typo in comment
khwilliamson Dec 21, 2020
54469f5
POSIX.xs: Remove redundant #ifdef
khwilliamson Dec 21, 2020
2f02cce
POSIX.pod: Document [C99] notation
khwilliamson Dec 21, 2020
49fb50e
regexec.c: Silence compiler warning
khwilliamson Dec 21, 2020
45d112b
Win32API::File::inc::ExtUtils::Myconst2perl is not indexed
karenetheridge Dec 22, 2020
f2e5aa2
Update ExtUtils-MakeMaker to CPAN version 7.58
bingos Dec 22, 2020
d4f7ec9
do not look for modules under */*/{inc,t} for Module::CoreList
karenetheridge Dec 22, 2020
d296ead
Make DynaLoader on MacOS check library existence with dlopen
Leont Dec 17, 2020
c389fd8
GH #18163: Stricter, cleaned up test example: (#18165)
xsawyerx Dec 23, 2020
150d2b0
Remove workaround for distros needing dot in @INC
jkeenan Dec 10, 2020
08be3ef
skip trying to constant fold an incomplete op tree
tonycoz Dec 8, 2020
3ba9bc5
Porting/pod_rules.pl: no '--test' command-line switch
jkeenan Dec 20, 2020
76f5a28
Better documentation for two Porting/*.pl programs
jkeenan Dec 20, 2020
961cdb3
Add test harness for regexp optimization
hvds Oct 1, 2020
fb67667
Allow comments in regexp optimization tests
hvds Nov 13, 2020
2c6e543
No plan for regexp optimization tests
hvds Nov 13, 2020
e1b0ee0
Better skipping for regexp optimization tests
hvds Nov 13, 2020
36ff5b9
Test regexp optimizations for substrings
hvds Nov 14, 2020
9f9c5d8
pod_rules.pl: document (in a comment) --tap
rjbs Dec 24, 2020
3876088
Don't define Perl_regcurly in re extension
craigberry Dec 24, 2020
9eebd4c
Fix Time::HiRes compile probe on VMS
craigberry Dec 24, 2020
3e79345
newSVsv_flags is now documented
khwilliamson Dec 25, 2020
345560c
List all programs which require regen/embed_lib.pl
jkeenan Dec 27, 2020
dba7cf2
Provide code example for 'my' declared in initialization of 'for' loop
jkeenan Nov 5, 2020
cd188af
Document SvPV_renew
khwilliamson Jul 22, 2020
b1b6b79
embed.fnc: Mark gv_check as internal
khwilliamson Jul 24, 2020
c588171
Distinguish C- and perly- literals - PERLY_BRACE_OPEN
Dec 11, 2020
d0a6a9c
Distinguish C- and perly- literals - PERLY_BRACE_CLOSE
Dec 11, 2020
669dd22
Distinguish C- and perly- literals - PERLY_BRACKET_OPEN
Dec 11, 2020
fceeeb7
Distinguish C- and perly- literals - PERLY_BRACKET_CLOSE
Dec 11, 2020
5adeeef
Distinguish C- and perly- literals - PERLY_SEMICOLON
Dec 11, 2020
da4bce7
Distinguish C- and perly- literals - PERLY_DOT
Dec 11, 2020
db83e45
Distinguish C- and perly- literals - PERLY_EQUAL_SIGN
Dec 11, 2020
25a5050
Distinguish C- and perly- literals - PERLY_AMPERSAND
Dec 11, 2020
581f9a7
Distinguish C- and perly- literals - PERLY_COMMA
Dec 11, 2020
1c2e944
Distinguish C- and perly- literals - PERLY_EXCLAMATION_MARK
Dec 11, 2020
3d92c6b
Distinguish C- and perly- literals - PERLY_TILDE
Dec 11, 2020
3d9ccdf
Distinguish C- and perly- literals - PERLY_COLON
Dec 11, 2020
a1ad62b
Distinguish C- and perly- literals - PERLY_QUESTION_MARK
Dec 11, 2020
68a66a8
Distinguish C- and perly- literals - PERLY_MINUS
Dec 11, 2020
5776f3e
Distinguish C- and perly- literals - PERLY_PLUS
Dec 11, 2020
9086c94
Distinguish C- and perly- literals - PERLY_SNAIL
Dec 11, 2020
0ba95c5
Distinguish C- and perly- literals - PERLY_PERCENT_SIGN
Dec 11, 2020
ee67f25
Distinguish C- and perly- literals - PERLY_PAREN_OPEN
Dec 11, 2020
04884b6
Distinguish C- and perly- literals - PERLY_PAREN_CLOSE
Dec 11, 2020
d02b2fb
Distinguish C- and perly- literals - PERLY_STAR
Dec 11, 2020
77b0379
Distinguish C- and perly- literals - PERLY_SLASH
Dec 11, 2020
bfa838c
Distinguish C- and perly- literals - PERLY_DOLLAR
Dec 11, 2020
6e9e810
Cleanup remnants of 'KEY_err' removal
Dec 11, 2020
a410a50
Use explicit %empty
Dec 11, 2020
837781c
perlapi: Document line_t
khwilliamson Oct 17, 2020
b1decff
Document gv_fetchfile(_flags)?
khwilliamson Aug 27, 2020
340e526
Document safesys...alloc fcns; safesysfree
khwilliamson Aug 27, 2020
1d440ec
Document gv_autoload4
khwilliamson Aug 27, 2020
cbcd1db
perlapi: Two references aren't yet links
khwilliamson Dec 27, 2020
ae2473a
POSIX.xs: Use Perl_signbit unconditionally for POSIX::signbit().
t-a-k Dec 27, 2020
a6f530a
lib/B/Deparse-core.t: Tidy leading whitespace
jkeenan Dec 21, 2020
9998efd
Avoid indirect object notation
jkeenan Dec 21, 2020
ec8fadd
pod/buildtoc: documentation in POD format
jkeenan Dec 20, 2020
cfc95b5
Configure - test that gcvt/qgcvt are not buggy (Issue 18170)
sisyphus Oct 20, 2020
760f730
sv.c - suppress bogus -Wformat-overflow warnings (Issue 18170)
sisyphus Oct 20, 2020
d862993
t/op/sprintf2.t - append new test (Issue 18170)
sisyphus Oct 20, 2020
e7d8ad4
APItest.xs - suppress valid -Wformat-overflow warning (Issue 18170)
sisyphus Oct 20, 2020
ae1b822
win32/makefile.mk - define __USE_MINGW_ANSI_STDIO by default
sisyphus Nov 7, 2020
b14ae3c
win32/GNUmakefile - define __USE_MINGW_ANSI_STDIO by default
sisyphus Nov 7, 2020
8085806
Merge branch 'sisyphus-gcvt' into blead
khwilliamson Dec 27, 2020
2e056cf
perlapi: Turn reference to SvSHARED_HASH into a link
khwilliamson Aug 27, 2020
52e47e2
perlapi: More fully document gv_stashpvn
khwilliamson Aug 29, 2020
66c65f7
pod: update a few documents for perlgov changes
rjbs Dec 24, 2020
069831c
Merge branch 'perlgov-related-edits' into blead
rjbs Dec 28, 2020
ce12270
sv.c: more imprecision warnings on increment/decrement
t-a-k Dec 7, 2020
a236dd3
sv.c: Suppress imprecision warnings on Inf.
t-a-k Dec 22, 2020
3dbc7e7
sv.c: Delete irrelevant preprocessor conditionals
t-a-k Dec 28, 2020
b30a5de
perldelta.pod: Document "Lost precision" warning changes
t-a-k Dec 29, 2020
ac950c8
perlapi: Consolidate newRV and newRV_inc pod
khwilliamson Oct 8, 2020
de343f4
perlapi: link to SvPV
khwilliamson Oct 8, 2020
1f6e74e
Document regexp, regmatch_info
khwilliamson Oct 17, 2020
4cfbe54
Fix buggy fc() in Turkish locale
khwilliamson Dec 30, 2020
07319fd
op.c: croak on "my $_" when "use utf8" is in effect
xenu Dec 30, 2020
41b10d9
Use SSize_t for read lock counter
khwilliamson Dec 31, 2020
b0a5c47
Delete Porting/cherrymaint
jkeenan Jan 1, 2021
52c50ff
regexp.h: Clarify how a computed value is derived.
khwilliamson Jan 2, 2021
12c5822
regexec.c: Clarify comments
khwilliamson Jan 2, 2021
46033c9
regexec.c: Fix assertion failure GH #18451
khwilliamson Jan 2, 2021
036189b
Use perl.h versions of PERL_UNUSED_foo in XSUB.h
khwilliamson Dec 26, 2020
7f02c13
Document various CopSTASHfoo functions
khwilliamson Aug 29, 2020
0f14f05
Signatures: add argument counts to count-mismatch error messages.
FGasper Dec 29, 2020
5bd38fb
sprintf does not display 54 digits on VMS
craigberry Jan 2, 2021
08ac607
Revert "Fix Time::HiRes compile probe on VMS"
craigberry Jan 2, 2021
ded7c7e
Remove trailing semicolon from ALIGNED_TYPE definition
craigberry Jan 2, 2021
0f2beab
add a bareword_filehandles feature, which is enabled by default
tonycoz Jun 8, 2020
b52b12a
perldelta for 0f2beabb0803
tonycoz Jan 4, 2021
17d6745
Have IO's socket code write errors also into $IO::Socket::errstr
leonerd Jan 4, 2021
a8924ac
Bump IO::Socket version number
leonerd Jan 4, 2021
21c36f1
Update IO::Socket unit test for $IO::Socket::errstr
leonerd Jan 4, 2021
f96ba14
Remote note from IO::Socket::INET's docs about a change that predates…
leonerd Jan 4, 2021
aaedda8
Actually document the IO::Socket constructor's behaviour on failure, …
leonerd Jan 4, 2021
8f107e8
Add a unit test that IO::Socket constructor uses error variables as s…
leonerd Jan 4, 2021
b9c2c70
Bump VERSION of every file in dist/IO to 1.45 consistently
leonerd Jan 4, 2021
9390a7d
regen META.json
leonerd Jan 4, 2021
c990c01
regen META.yml
leonerd Jan 4, 2021
3dc2277
Add ChangeLog entry for IO version 1.45
leonerd Jan 4, 2021
e538893
export the win32 symlink related symbols
tonycoz Jan 4, 2021
7e8ad09
Define RSFP_FILENO before using it
dlaugt Jan 4, 2021
42ee5e7
Daniel Laügt is now a perl author
tonycoz Jan 5, 2021
d4bd519
Update comment after 5b354d2a8a
hvds Jan 5, 2021
77242fe
fix issue references in tests from 282d9dfeb4
hvds Jan 5, 2021
64a5950
fix a typo
tonycoz Jan 6, 2021
2c4406d
pl2bat.pl now needs access to ExtUtils::PL2Bat
tonycoz Jan 6, 2021
e03e7cd
Improve GDBM_File
graygnuorg Dec 24, 2020
35cde4f
GDBM_File: minor changes
graygnuorg Jan 6, 2021
85c783f
Generate lib/Config.pod with unix format to be read with pod/buildtoc
dlaugt Jan 5, 2021
d1293dc
reinstate USE_LARGE_FILES for the packaged win32 config.h files
tonycoz Jan 7, 2021
4a57379
Add .gitignore to the list of files that are safe to ignore in make_e…
steve-m-hay Jan 7, 2021
781d8b4
Bump copyright to 2021 in perl.c and README.
steve-m-hay Jan 7, 2021
80ac1a6
perlre: Fix description of quantifer {m,n} upper limit
khwilliamson Jan 8, 2021
ddf1101
Perl 5.32.1 RC1 today
steve-m-hay Jan 9, 2021
f2d0b37
Add epigraph for 5.32.1-RC1
steve-m-hay Jan 9, 2021
0e13edb
perlguts.pod - single character case correction
richardleach Jan 10, 2021
294f60c
Aiming for 5.32.1 on 23rd January
steve-m-hay Jan 10, 2021
53deed8
Correct for build-time warning
jkeenan Jan 10, 2021
48fc630
perl.h - enable USE_QUADMATH builds (mingw compilers only) on MS Windows
sisyphus Jan 10, 2021
2460aa0
ext/POSIX/POSIX.xs - allow POSIX::strtold on Windows USE_QUADMATH builds
sisyphus Jan 10, 2021
1b85cc0
win32/config_H.gc - enable USE_QUADMATH builds (mingw compilers only)…
sisyphus Jan 10, 2021
5240fd9
win32/config_sh.PL - enable USE_QUADMATH builds (mingw compilers only…
sisyphus Jan 10, 2021
e7392fc
win32/GNUmakefile - enable USE_QUADMATH builds (mingw compilers only)…
sisyphus Jan 10, 2021
ebc271e
win32/makefile.mk - enable USE_QUADMATH builds (mingw compilers only)…
sisyphus Jan 10, 2021
a55134c
rt.perl.org no longer stores Perl 5 bugs
tomhukins Jan 4, 2021
b1b78d7
Fix trivial typos in perlguts.pod.
FGasper Jan 13, 2021
68ad61f
perl.h: Fix typos in conditional macro names
t-a-k Jan 14, 2021
3cf0845
update the links to freenode
gugod Jan 15, 2021
c5f9609
t/lib/Cname.pm: Comment, white-space only
khwilliamson Jan 10, 2021
557ff1b
perlre: Add another mnemonic for /d
khwilliamson Jan 13, 2021
1604cfb
style: Detabify indentation of the C code maintained by the core.
schwern Dec 29, 2020
9824c08
style: Detabify regen files.
schwern Dec 29, 2020
b12f49e
perldiag.pod: Correct description for "Lost precision when %s %f by 1…
t-a-k Jan 7, 2021
6867dc0
style: Add an EditorConfig file for the C code.
schwern Dec 29, 2020
95effda
fix: Manifest sorting for dotfiles with no extension.
schwern Dec 29, 2020
c9b1d81
typo fix
schwern Jan 9, 2021
e4a01f1
Update Compress::Raw::Bzip2 from 2.096 to 2.100
richardleach Jan 18, 2021
c351a5b
Update Compress::Raw::Zlib from 2.096 to 2.100
richardleach Jan 18, 2021
8d01fcd
Update ExtUtils::Manifest from 1.72 to 1.73
richardleach Jan 18, 2021
3b97bda
Update IO-Compress from 2.096 to 2.100
richardleach Jan 18, 2021
b1846e3
Upgrade Socket from 2.030 to 2.031
richardleach Jan 18, 2021
fecc010
Fix POD for $Carp::RefArgFormatter
dboehmer Jan 18, 2021
6258b1f
Upgrade libnet from 3.12 to 3.13
richardleach Jan 19, 2021
7365f8f
perlxs.pod; rpc is considered obsolete
khwilliamson Dec 24, 2020
a650715
Non-final updates to perldelta.pod ahead of 5.33.6
richardleach Jan 19, 2021
4e431ee
perldelta.pod - move mention of pl2bat.pl
richardleach Jan 19, 2021
27a1b63
perldelta.pod - correct broken links
richardleach Jan 20, 2021
012ac23
perlrebackslash: A few tweaks
khwilliamson Jan 13, 2021
a7b8d88
regcomp.c: Change names of 2 macros for mnemonics
khwilliamson Nov 16, 2020
e513125
Revamp regcurly(), regpiece() use of it
khwilliamson Nov 16, 2020
a25b770
Point to error in malformed /x{y,z}/
khwilliamson Jan 7, 2021
20420ba
Allow empty lower bound in /{,n}/
khwilliamson Jan 8, 2021
b94d36b
toke.c: Slight simplification
khwilliamson Jan 14, 2021
c4e03e7
toke.c: Change variable name
khwilliamson Jan 14, 2021
6fab1cd
toke.c: White-space, comment only
khwilliamson Jan 14, 2021
fa2251a
dquote.c: Change variable name
khwilliamson Jan 14, 2021
b8df260
t/re/reg_mesg.t: Add two missing test cases
khwilliamson Jan 14, 2021
e8ba086
regcomp.c: Slight simplification
khwilliamson Jan 14, 2021
80318d2
regcomp.c: Move initialization into declaration
khwilliamson Jan 14, 2021
abd9c16
regcomp.c: Refactor portions of \g parsing
khwilliamson Jan 14, 2021
12abe3c
regcomp.c: Further refactor \g
khwilliamson Jan 14, 2021
a44b2be
perlre: Note the other forms of \k<name>
khwilliamson Jan 9, 2021
1b2f32d
Allow blanks within and adjacent to {...} constructs
khwilliamson Jan 14, 2021
8e8b1ea
regcomp.c: White-space and comments
khwilliamson Jan 14, 2021
45ccb30
Module/CoreList.pm - fixup add missing comma
richardleach Jan 20, 2021
056eb89
Module/CoreList.pm - fixup add (correct) missing comma
richardleach Jan 20, 2021
35f4fa9
Update Module::CoreList for 5.33.6
richardleach Jan 20, 2021
fdc72a2
Finalize perldelta.pod for 5.33.6
richardleach Jan 20, 2021
7b99455
add new release to perlhist
richardleach Jan 20, 2021
9e0f024
Declare myself an inactive core developer for the present.
doughera88 Jan 20, 2021
ae41402
Merge branch 'release-5.33.6' into blead
richardleach Jan 21, 2021
52208a2
Update epigraphs.pod with 5.33.6 entry
richardleach Jan 21, 2021
2fc637b
release_schedule.pod - tick off 5.33.6 release
richardleach Jan 21, 2021
3d4bd57
New perldelta for 5.33.7
richardleach Jan 21, 2021
3f2bf90
Porting/epigraphs.pod - satisfy porting tests
richardleach Jan 21, 2021
0594e0a
Bump version to 5.33.7
richardleach Jan 21, 2021
0d0e553
Prepare Module::Corelist for 5.33.7
richardleach Jan 21, 2021
fa08f86
Who wants to be the disco king?
bingos Jan 21, 2021
569e5e2
5.32.1 today
steve-m-hay Jan 23, 2021
cc2dc6f
Add epigraph for 5.32.1
steve-m-hay Jan 23, 2021
952423a
Tick off release
steve-m-hay Jan 23, 2021
c7a950b
Update Module-CoreList with data for 5.32.1
steve-m-hay Jan 23, 2021
1d0cdb1
Import perl5321delta.pod
steve-m-hay Jan 23, 2021
83141f1
Add freeze explanations
xsawyerx Jan 24, 2021
363d555
Rebreak lines to keep porting/podcheck.t happy
jkeenan Jan 24, 2021
fd28d2b
Clarify calculation of max line length
jkeenan Jan 25, 2021
43b3b04
Restore build with mingw.org compilers using mingw runtimes < 5.0
steve-m-hay Jan 25, 2021
fc65ff1
Bump $Time::HiRes::VERSION for commit 43b3b04375
steve-m-hay Jan 25, 2021
341a561
Restore build with some mingw.org compilers using mingw runtimes >= 3.21
steve-m-hay Jan 26, 2021
76b7a97
win32: remove makefile.mk (#18511)
xenu Jan 28, 2021
5c10055
Set $Config{libpth} properly for MinGW builds
xenu Jan 20, 2021
5709253
Enforce STOP_AT_PARTIAL in $PerlIO::encoding::fallback
Leont Dec 28, 2017
79a3675
Disallow coderef in $PerlIO::encoding::fallback
Leont Jan 4, 2018
370c6ab
Omit setting of $PerlIO::encoding::fallback from xs
Leont Jan 19, 2021
034aa30
Force disable LEAVE_SRC in $PerlIO::encoding::fallback
Leont Jan 19, 2021
cac1381
Add missing entries to perldiag; GH #18276
khwilliamson Jan 18, 2021
01900a5
Additional guidance against "FATAL => 'all'".
jkeenan Jan 30, 2021
a19f662
Provide guidance for dynamic modifiers
jkeenan Jan 15, 2021
05423e5
perlretut: Grammar, clarifications, white-space
khwilliamson Jan 13, 2021
8c5e15d
Grammatical refinements
jkeenan Jan 31, 2021
215723e
perlsyn.pod - Minor rewording for while/until
richardleach Feb 1, 2021
be319be
handy.h: Add clarifying comment
khwilliamson Feb 2, 2021
99dbf64
Rename CxTRYBLOCK() to CxEVALBLOCK()
leonerd Jan 23, 2021
a1325b9
Initial attempt at feature 'try'
leonerd Jan 22, 2021
317c45d
Provide strict compliance for DynaLoader and XSLoader
toddr Oct 7, 2020
7ff86f9
Drop support for XSLoader below 5.6
toddr Oct 8, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add new release to perlhist
  • Loading branch information
Max Maischein committed Dec 20, 2020
commit b0d2479a156520088b5c09de9b5322bb2381c19c
1 change: 1 addition & 0 deletions pod/perlhist.pod
Original file line number Diff line number Diff line change
@@ -700,6 +700,7 @@ the strings?).
Sawyer X 5.33.2 2020-Sep-20
Steve 5.33.3 2020-Oct-20
Tom H 5.33.4 2020-Nov-20
Max M 5.33.5 2020-Dec-20

=head2 SELECTED RELEASE SIZES