This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2019-09-03 Karl Williamsonembed.fnc: Correct grammar in comment
2019-09-03 Karl Williamsonembed.fnc: Trivial comment only
2019-09-03 Karl WilliamsonRemove M flag from several functions
2019-09-03 Karl Williamsonembed.fnc: Remove experimental status from some interna...
2019-09-03 Karl Williamsonembed.fnc: Restrict the 'ref' function's accessibility
2019-09-03 Karl WilliamsonNote that config.h contains usable API macros
2019-09-03 Karl WilliamsonFix documentation of WITH_LC_NUMERIC_foo
2019-09-03 Karl WilliamsonDocument STMT_START .. STMT_END
2019-09-03 Karl WilliamsonMark BHK macros as unorthodox
2019-09-03 Karl WilliamsonNote that STR_WITH_LEN() is unorthodox
2019-09-03 Karl WilliamsonChange pod for macros that require "literal strings"
2019-09-03 Karl Williamsonembed.fnc: Clarify comments, and note 'u' flag exceptions
2019-09-03 Karl Williamsonembed.fnc: Add 'u' flag for unorthodox parameter macros
2019-09-03 Karl WilliamsonRefer to CopLABEL_len[_flags] in pod for cop_fetch_label
2019-09-03 Karl WilliamsonDocument CopLABEL[_len[_flags]]
2019-09-03 Karl WilliamsonNote that various items in perlguts are documented
2019-09-03 Karl Williamsonperlguts: Document save_item
2019-09-03 Karl Williamsonsv.c: Note that some SV flags are documented
2019-09-03 Karl WilliamsonRemove redundant documentation for PL_parser
2019-09-03 Karl WilliamsonNote that various XS macros are documented
2019-09-03 Karl WilliamsonNote that AvFILLp is not for public use
2019-09-03 Karl WilliamsonNote that PERL_VERSION and kin are documented
2019-09-03 Karl WilliamsonNote that mro[gs]et_private_data are documented
2019-09-03 Karl WilliamsonNote that filter_add, filter_read are documented
2019-09-03 Karl WilliamsonNote that PL_errgv is documented
2019-09-03 Karl WilliamsonNote that G_METHOD[_NAMED] are documented
2019-09-03 Karl WilliamsonNote that PERL_MAGIC_foo are documented
2019-09-03 Karl WilliamsonDocument PERL_INT_MAX, and similar
2019-09-03 Karl WilliamsonDocument my_exit()
2019-09-03 Karl Williamsonnumeric.c: Note that flag bit names are documented
2019-09-03 Karl WilliamsonNote that [cm]alloc, realloc are documented
2019-09-03 Karl WilliamsonDocument HvFILL
2019-09-03 Karl WilliamsonDocument WIDEST_UTYPE
2019-09-03 Karl Williamsongv.c: Note that some GV_foo constants are documented
2019-09-03 Karl Williamsondump.c: Note that constants to pass are documented
2019-09-03 Karl WilliamsonConfig: mention it is generated by configpm
2019-09-03 Karl WilliamsonDocument UTF8_MAXBYTES
2019-09-03 Karl WilliamsonDocument rsignal()
2019-09-03 Karl WilliamsonDocument my_setenv()
2019-09-03 Karl WilliamsonDocument instr()
2019-09-03 Karl WilliamsonNote that the PerlIO functions and macros are documented
2019-09-03 Karl WilliamsonNote that the warnings categories are documented
2019-09-03 Karl Williamsonwarnings.h: Add pod about finding the XS warning category
2019-09-03 Karl Williamsonregen/embed.pl: Enforce 'b' without 'M' requires 'D'
2019-09-03 Karl Williamsonembed.fnc: Functions in mathoms are deprecated
2019-09-03 Karl Williamsonregen/embed.pl: Enforce mutual exclusivity of 'b', 'm'
2019-09-03 Karl Williamsonembed.fnc: pack_cat, pad_compname_type have macro
2019-09-03 Karl Williamsonembed.fnc: Use M flag generally with b, not m.
2019-09-03 Karl Williamsonembed.fnc: There is no macro for sv_nolocking()
2019-09-03 Karl Williamsonperlapi: Formally give prototypes for isFOO variants
2019-09-03 Karl Williamsonautodoc.pl: Add h flag for hidden documentation
2019-09-03 Karl Williamsonperlapi: Document memEQs memNEs
2019-09-03 Karl Williamsonperlapi: Document C_ARRAY_LENGTH, END
2019-09-03 Karl Williamsonperlapi: Document __ASSERT_
2019-09-03 Karl Williamsonperlapi: Document cBOOL
2019-09-03 Karl Williamsonperlapi: Document XST_mUV
2019-09-03 Karl Williamsonperlapi: Document GROK_NUMERIC_RADIX, PERL_ABS
2019-09-03 Karl Williamsonperlapi: Document my_strotod, Strtod
2019-09-03 Karl Williamsonperlapi: Document IN_LOCALE, and related
2019-09-03 Karl Williamsonperlapi: Document LIKELY, UNLIKELY
2019-09-03 Karl Williamsonperlapi: Document SvUVXx()
2019-09-03 Karl Williamsonperlapi: Document UNICODE_REPLACEMENT
2019-09-03 Karl Williamsonperlapi: Document NATIVE_to_foo, converse functions
2019-09-03 Karl Williamsonperlapi: Generalize SEE ALSO lists
2019-09-03 Karl Williamsonregen/embed.pl: Improve error msg
2019-09-03 Karl Williamsonregen/embed.pl: Sort accepted flags list; N n s are...
2019-09-03 Karl Williamsonperlapi: Clarify pod for cop_store_label
2019-09-03 Karl Williamsonperlapi: Fix pod for perl_clone()
2019-09-03 Karl Williamsont/re/pat.t: Use ASCII ' in comment, not Unicode char
2019-09-03 Tony Cookperldelta for 6c3320363f6cd
2019-09-03 Tony Cook(perl #133981) fix for Win32 setlocale() abort
2019-09-02 Tony Cookperldelta for 05a03c0da6f3
2019-09-02 Tony Cook(perl #134390) don't leak the SV we just created on...
2019-09-02 Tony CookMore SvPV* macros
2019-09-02 Tony Cookbump $XS::APItest::VERSION
2019-09-02 PaliImplement SvPV*_or_null*
2019-09-02 PaliImplement SvPVutf8_nomg and SvPVbyte_nomg
2019-09-02 Tony Cooktest for desired magic fetches/stores for vec()
2019-09-02 PaliFix do_vecget and do_vecset to process GET magic only...
2019-09-02 PaliImplement sv_utf8_downgrade_nomg
2019-09-01 James E KeenanSupply missing right brace in regex example
2019-08-31 Craig A. Berry-DDEBUGGING does not go in ccflags on VMS.
2019-08-30 Craig A. BerryFix parent directory in pod2usage auxiliary script.
2019-08-30 Tony Cook(perl #134365) IFF -> iff and talk about strict a bit
2019-08-30 Dan BookAvoid 2 arg open and bareword handles
2019-08-30 Dan BookRewrite paragraph on using strict and warnings
2019-08-30 Karl WilliamsonPATCH: [perl #134329] Use after free in regcomp.c
2019-08-27 Chris 'BinGOs... Elvis has left the building
2019-08-27 Karl WilliamsonPATCH: [perl #134325] Heap buffer overflow
2019-08-27 sisyphusNVMANTBITS is 64 on mingw-w64 'long double' builds
2019-08-26 Karl Williamsonperldelta: Fix typo
2019-08-26 Karl WilliamsonAdd ability to dump pre-optimized compiled pattern
2019-08-26 Karl Williamsonext/re/re.pm: Clarify pod slightly
2019-08-26 Karl Williamsonext/re/re.pm: White-space only, bump version
2019-08-26 Karl Williamsonembed.fnc: Add caution about R flag
2019-08-26 Karl Williamsonregcomp.c: Add FAIL3 macro
2019-08-26 Karl Williamsonregcomp.c: Emit more info if we have it in a panic msg
2019-08-26 Karl Williamsonregcomp.c: Change message into a panic
2019-08-26 Karl Williamsonregcomp.c: Move code within #ifdef
2019-08-26 Karl Williamsonutil.c: Correct spelling in rarely compiled code
next