This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-05-20 Nicholas ClarkIn pp_pack.c, refactor DO_BO_(UN)?PACK_N to use sizeof...
2013-05-20 Nicholas ClarkRefactor macros in pp_pack.c, removing support for...
2013-05-20 Nicholas ClarkEliminate the conditionally-compiled fallback functions...
2013-05-20 Nicholas ClarkRemove buggy loop-based byte swapping code.
2013-05-20 Nicholas ClarkUpdate the Win32 miniperl conditional compilation,...
2013-05-20 Nicholas ClarkFallbacks for ntohl, ntohs, htonl and htons for little...
2013-05-20 Nicholas ClarkProvide ntohl, ntohs, htonl and htons no-op macros...
2013-05-20 Nicholas ClarkProvide vtohl, vtohs, htovl and htovs no-op macros...
2013-05-20 Nicholas Clarkvtohl, vtohs, htovl and htovs are no-ops on 64 bit...
2013-05-20 Nicholas ClarkEliminate the definitions for DO_BO_PACK_P and DO_BO_UN...
2013-05-20 Nicholas ClarkEliminate pre-5.9.x conditional code for PERL_PACK_CAN_...
2013-05-20 Nicholas ClarkEliminate pre-5.9.x conditional code for PERL_PACK_CAN_...
2013-05-20 Nicholas ClarkMerge the reworking of how genpacksizetables.pl is...
2013-05-20 Nicholas ClarkAdd regen/genpacksizetables.pl to t/porting/regen.t
2013-05-20 Nicholas ClarkMove genpacksizetables.pl to regen/genpacksizetables.pl
2013-05-20 Nicholas ClarkRefactor genpacksizetables.pl to use regen/regen_lib.pl
2013-05-20 Nicholas ClarkExtract the generated packprops array into packsizetabl...
2013-05-20 Nicholas ClarkPropagate a change from commit 1651fc447620d361 into...
2013-05-20 Karl Williamsongenpacksizetables.pl: Correct comment typo
2013-05-20 Nicholas ClarkChange LIKELY() and UNLIKELY() to cast their first...
2013-05-20 Karl Williamsonhandy.h: Change the error return of two macros
2013-05-20 Karl Williamsonregcomp.c: Add comment
2013-05-20 Karl Williamsonutf8.c: White space only.
2013-05-20 Karl Williamsonfold_grind.t: Add tests
2013-05-20 Karl WilliamsonFix multi-char fold edge case
2013-05-20 Karl WilliamsonExpand flags parameter from boolean in _to_fold_latin1
2013-05-20 Karl Williamsonunicode_constants.h: Add some #defines
2013-05-20 Karl Williamsonutf8.c: Replace two macro calls with equiv single
2013-05-20 Karl Williamsonlib/charnames.t: Fix wrongly complemented test
2013-05-20 Karl Williamsont/re/fold_grind.t: White space only
2013-05-20 Karl Williamsonperlapi: Move 'experimental' warning to front of entries
2013-05-20 Karl Williamsonregcomp.c: Remove always-true test
2013-05-20 Karl Williamsonregcomp.c: White-space only
2013-05-20 Karl Williamsonregcomp.c: Reorder two 'if's so shorter branches are...
2013-05-20 Karl Williamsonperllocale: Update to mention fc(), \F
2013-05-20 Karl Williamsonregcomp.c: Clarify comment
2013-05-20 Karl Williamsonpp.c: Eliminate custom macro and use Copy() instead
2013-05-20 Dagfinn Ilmari... perl #117865] [PATCH] Eliminate useless variable and...
2013-05-20 Karl Williamsonop.c: Don't fold constant fc() in locale
2013-05-20 Karl Williamsonautodoc.pl: Don't list undocumented deprecated fcns...
2013-05-20 Karl Williamsonautodoc.pl: Add note for deprecated functions
2013-05-20 Karl Williamsonembed.fnc: Slight clarification in comments
2013-05-20 Karl WilliamsonAdd tests for case-change macros API
2013-05-20 Karl WilliamsonUse new case changing macros
2013-05-20 Karl Williamsonhandy.h: Add some macro definitions
2013-05-20 Karl Williamsonpp.c: Nit in comment
2013-05-20 Karl Williamsonperlclib.pod: Update character class macro descriptions
2013-05-20 Karl Williamsonperlclib.pod: Fix too long verbatim lines
2013-05-20 Karl Williamsonperlapi: Add docs for some case-changing macros; clarif...
2013-05-20 Nicholas ClarkRemove perlsh, which is neither installed nor reference...
2013-05-20 Nicholas ClarkUpdate Test-Harness to CPAN version 3.27
2013-05-20 Karl Williamsonhandy.h: Add missing toFOLD_utf8 macro
2013-05-20 Karl Williamsonhandy.h: define some synonyms for consistency
2013-05-20 Karl Williamsonregcomp.c: White-space only
2013-05-20 Karl Williamsonmg.c: White-space only
2013-05-20 Karl Williamsontoke.c: Remove redundant test
2013-05-20 Karl Williamsont/porting/regen.t: Add file to check
2013-05-20 Karl Williamsonhandy.h: Clarify comment
2013-05-20 Karl Williamsonregcomp.c: White-space only, wrap comment to fit
2013-05-20 Karl Williamsonmktables: Fix typos in comments
2013-05-20 Karl Williamsonutf8.c: Remove redundant assignment.
2013-05-20 Karl Williamsont/TEST: Don't bail if fails in t/base unless minitest
2013-05-20 Karl Williamsont/porting/bincompat.t: Typo in comment
2013-05-20 Karl Williamsonutf8.c: Use mnemonics instead of hex numbers
2013-05-20 Karl Williamsoncharnames: fix nit in comment
2013-05-20 Brian FraserRemove double space between words in pod
2013-05-20 Karl Williamsonpodcheck.t: Avoid misleading error message
2013-05-20 Karl Williamsonlib/utf8.pm: Fix pod verbatim line wraps
2013-05-20 Karl Williamsonlib/utf8.pm: Pod clarification and nit
2013-05-20 Karl WilliamsonAdd missing test for regex parse error
2013-05-20 Karl Williamsonregcomp.c: Use mnemonic instead of number
2013-05-20 Brian Frasertoke.c: VALID_LEN_ONE_IDENT only needs a char, not...
2013-05-20 Brian Frasertoke.c, S_intuit_method: Minor parsing speedup for...
2013-05-20 Karl Williamsontoke.c: Call base macro that does the same thing
2013-05-20 Ricardo Signesadd new perldelta
2013-05-20 Ricardo Signesbump version to 5.19.1
2013-05-20 Ricardo Signesperldelta: 5.19.0, shortest perldelta ever? v5.19.0
2013-05-20 Ricardo Signesupdate corelist for Getopt::Std, utf8
2013-05-20 Nicholas ClarkBump $Getopt::Std::VERSION following commit 0c0a84c65e5...
2013-05-20 Reuben ThomasDocument getopts before getopt, and de-recommend getopt.
2013-05-19 Brian Fraserutf8: Remove unused variable (%utf8::enc).
2013-05-19 Ricardo Signesperlhist for 5.19.0
2013-05-19 Ricardo Signesbring in the 5.18-related epigraphs
2013-05-19 Ricardo Signesupdate Module::CoreList for 5.19.0
2013-05-18 Ricardo SignesRemoved cpan/File-CheckTree
2013-05-18 Ricardo SignesRemoved cpan/Text-Soundex
2013-05-18 Ricardo Signesregenerate known pod issues
2013-05-18 Chris 'BinGOs... Removed cpan/Log-Message
2013-05-18 Chris 'BinGOs... Removed cpan/Log-Message-Simple
2013-05-18 Chris 'BinGOs... Remove cpan/Object-Accessor
2013-05-18 Chris 'BinGOs... Remove cpan/Term-UI
2013-05-18 Chris 'BinGOs... Remove cpan/Module-Pluggable
2013-05-18 Chris 'BinGOs... Remove cpan/Pod-LaTeX and pod2latex utility
2013-05-18 Chris 'BinGOs... Remove cpan/B-Lint
2013-05-18 Chris 'BinGOs... Remove cpan/Archive-Extract
2013-05-18 Chris 'BinGOs... Remove cpan/CPANPLUS and associated utilities
2013-05-18 Chris 'BinGOs... Remove cpan/CPANPLUS-Dist-Build
2013-05-18 Karl WilliamsonRemove core references to SVt_BIND
2013-05-18 Karl Williamsonperlpacktut: nit
2013-05-18 Karl WilliamsonFix compiler warnings in regcomp.c
next