This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2020-09-10 John LightseyMake security warnings in the Safe and Opcode modules...
2020-09-10 John LightseyDocument the security team's processes and practices
2020-09-10 Karl Williamsonperlapi: Consolidate sv_dec-ish entries
2020-09-10 Karl WilliamsonUse macro instead of its expansion
2020-09-07 Karl Williamsonperlapi: Consolidate sv_set[inu]v-ish entries
2020-09-07 Karl Williamsonperlapi: Fix poor wording in MUTABLE_PTR
2020-09-07 H.Merijn BrandMissing update
2020-09-07 H.Merijn BrandComment for L_R_TZSET now correctly added to config_h.SH
2020-09-07 Karl Williamsonregen podguts after mg_vtable.pl changes
2020-09-07 Ricardo Signesperlop: put the stringy bitwise ops in precedence table
2020-09-07 Ricardo Signesperldesc: replace circumfix with postfix dereference
2020-09-07 Ricardo Signesperldsc: eliminate unnecessary call to keys()
2020-09-07 Ricardo Signesperldsc: slightly tweak examples for clarity
2020-09-07 Ricardo Signesperldsc: remove suggestion of more docs coming someday
2020-09-07 Ricardo Signesperldsc: remove the reference to using -w
2020-09-07 Ricardo Signesperldsc: in general, prefer postfix to circumfix derefe...
2020-09-07 Ricardo Signesperlretut: make example code pass under strict
2020-09-07 Ricardo Signeslanguage docs: replace one pointless use of circumfix...
2020-09-07 Ricardo Signeslanguage docs: prefer postfix deref in numerous places
2020-09-07 Karl Williamsonregen/mg_vtable.pl: Fix perlapidoc display
2020-09-06 Karl Williamsonperlapi: Clarify croak_no_modify()
2020-09-06 Karl Williamsonperlapi: Consolidate some nocontext fcns with their...
2020-09-05 Karl Williamsonmg.c: Use SvTRUE instead of sv_true
2020-09-05 Karl WilliamsonClarify branch prediction in SvTRUE
2020-09-05 Karl Williamsonembed.fnc: Mark pad_setsv as core-only
2020-09-05 Karl Williamsonperlapi: Clarify SV Handling
2020-09-05 Karl Williamsonperlapi: Display PERL_VERSION_xy better
2020-09-05 Karl WilliamsonDocument mini_mktime
2020-09-05 Karl WilliamsonDocument INT16_C, etc
2020-09-05 Karl WilliamsonChange docs display for PERL_UNUSED_foo
2020-09-05 Karl WilliamsonDocument PERL_UNUSED_DECL
2020-09-05 Karl WilliamsonDocument cPERLscope
2020-09-05 Karl WilliamsonREADME.os2: Fix pod link typo
2020-09-05 Karl WilliamsonRemove redundant documentation
2020-09-05 Karl Williamsonembed.fnc: Add text to comment
2020-09-05 Karl WilliamsonDocument vload_module
2020-09-05 Karl WilliamsonNote that some dump constant flags are not public
2020-09-05 Karl Williamsonembed.fnc: Mark several regex helpers as Core only
2020-09-05 Karl WilliamsonDocument several warner() fcns
2020-09-05 Karl Williamsonautodoc: Avoid a loop iteration
2020-09-05 Karl Williamsonautodoc: Properly take into account pTHX
2020-09-05 Karl Williamsonmg.h: White-space only
2020-09-05 Karl WilliamsonDocument whichsig and kin
2020-09-05 Karl Williamsonautodoc: Correctly display some function signatures
2020-09-05 Karl Williamsonporting/known_pod_issues.dat: Note vsprintf() exists
2020-09-05 Karl WilliamsonDocument sv_vcatpvfn
2020-09-05 Karl Williamsonautodoc: Fix for win32.
2020-09-05 Karl Williamsonembed.fnc: Note pregcomp/pregexec are now documented
2020-09-05 Karl WilliamsonDocument MUTABLE_PTR, MUTABLE_AV, ...
2020-09-05 Karl WilliamsonDocument PL_hexdigit
2020-09-05 Karl Williamsonsv.c: Change flags param on two fcns from I32 to U32
2020-09-05 Karl WilliamsonRemove regexec_flags from public API
2020-09-05 Karl Williamsonperlapi: Add some links, wrap C<...>
2020-09-05 Karl Williamsonperlreapi: Wrap a function name in C<>
2020-09-05 Karl Williamsonperlapi: Don't show a return type for __ASSERT_
2020-09-05 Karl WilliamsonChange formal parameter name of gv_fetchpv*
2020-09-05 Karl WilliamsonNote for Devel::PPPort HvNAME_get, HvNAMELEN_get
2020-09-05 Karl Williamsonperlcall: Add some C<>
2020-09-05 Karl Williamsonperlapi: Don't display usage for PL_errgv
2020-09-05 Karl Williamsonperlapi: capitalize 'op'
2020-09-05 Karl Williamsonperlapi: deprecate pack_cat() (a mathoms func)
2020-09-05 Karl WilliamsonChange formal parameter name of gv_autload4
2020-09-05 Karl WilliamsonDocument IN_PERL_(RUN|COMPILE)TIME
2020-09-05 Karl Williamsonperlapi: XS_EXTERNAL is preferred over plain XS
2020-09-05 Karl Williamsonperlapi: XS, XS_EXTERNAL do take a parameter
2020-09-05 Karl WilliamsonImprove docs for PERL_foo_MAX/MIN
2020-09-05 Karl WilliamsonFixup docs for LIKELY/UNLIKELY
2020-09-05 Karl WilliamsonFix docs for STMT_START,END,BRACE_GROUPS
2020-09-05 Karl Williamsonperlguts: Rmv unneeded meta apidoc line
2020-09-05 Karl Williamsonperlreguts: Note pregcomp/regexec are documented here
2020-09-05 Karl Williamsonperlguts: Fix grammar
2020-09-05 Karl Williamsonperlguts: Note that UVXf is mentioned
2020-09-05 Karl WilliamsonUTF8fARG,UTF8f are documented in perlguts
2020-09-05 Karl Williamsonperlguts: Note that various SAVEfoo macros are documented
2020-09-05 Karl Williamsonperlguts: Note existence of SAVEI8, I16, BOOL
2020-09-05 Karl Williamsonembed.fnc: 'ref' is not an API function
2020-09-05 Karl Williamsonperlapi: Improve display of isFOO
2020-09-05 Karl WilliamsonFix bytes_from_utf8_loc() pod
2020-09-05 Karl Williamsonperlapi: Consolidate some references to perlguts
2020-09-04 Karl Williamsonperlapi: Turn some references to mg_[gs]et into links
2020-09-04 Karl Williamsonperlapi: Display toFOO better
2020-09-04 Karl WilliamsonMake bytes_from_utf8_loc() internal
2020-09-04 Karl Williamsonregen/warnings.pl: Move some hidden pod
2020-09-04 Karl WilliamsonDocument packWARN.?
2020-09-04 Karl Williamsonregen/warnings.pl: Collapse closely related pod
2020-09-04 Karl Williamsonperlapi: Consolidate PERL_MAGIC_foo entries
2020-09-04 Karl WilliamsonMerge branch 'autodoc update' into blead
2020-09-04 Karl Williamsonautodoc: Update comments to reflect new behavior
2020-09-04 Karl Williamsonautodoc.pl: Regularize perlintern handling
2020-09-04 Karl Williamsonautodoc.pl: Add missing semi-colon
2020-09-04 Karl WilliamsonUpdate embed.fnc to document autodoc changes
2020-09-04 Karl Williamsonautodoc: Add section name checking
2020-09-04 Karl Williamsonautodoc: Display list of sections near top
2020-09-04 Karl WilliamsonReorganize perlapi
2020-09-04 Karl WilliamsonChange some =head1 to apidoc_section lines
2020-09-04 Karl Williamsonautodoc: Don't output empty section
2020-09-04 Karl Williamsonautodoc: Revise display of apidoc elements
2020-09-04 Karl Williamsonautodoc: Add config.h to what is documented
2020-09-04 Karl Williamsonautodoc: Add section footers in this file
2020-09-04 Karl Williamsonautodo: Enclose elements with C<...>
next