platform/upstream/perl.git
2013-05-20 Nicholas ClarkPass in to makedepend the name(s) of files that all...
2013-05-20 Nicholas ClarkIn the Makefile, generate the value of shextract progra...
2013-05-20 Nicholas ClarkDefer running makedepend in x2p/ until it's needed.
2013-05-20 Nicholas ClarkAdd x2p/makefile to the dependencies for targets within...
2013-05-20 Nicholas ClarkRemove vestigial *.SH code which can link the extracted...
2013-05-20 Nicholas ClarkMerge the pack refactoring to blead.
2013-05-20 Nicholas ClarkNotes in perldelta for the tiny XS-visible changes...
2013-05-20 Nicholas ClarkAnnotate the "cold" paths in pp_pack.c with UNLIKELY().
2013-05-20 Nicholas ClarkEliminate the implementations of [hv]to[vh][ls] for...
2013-05-20 Nicholas ClarkEliminate Perl_my_swabn(), as it is now unused.
2013-05-20 Nicholas ClarkWhen endian-swapping in pack, simply copy the bytes...
2013-05-20 Nicholas ClarkPass 'needs_swap' as a parameter to SHIFT_BYTES.
2013-05-20 Nicholas ClarkWhen endian-swapping in unpack, simply copy the bytes...
2013-05-20 Nicholas ClarkFold the implementation of DO_BO_UNPACK into SHIFT_BYTE...
2013-05-20 Nicholas ClarkRe-implement SHIFT16 and SHIFT32 as wrappers to SHIFT_B...
2013-05-20 Nicholas ClarkRefactor the two uses of SHIFT{16,32} not followed...
2013-05-20 Nicholas ClarkRemove the now unused 'type' argument from the macros...
2013-05-20 Nicholas ClarkAs DO_BO_(UN)?PACK are now implemented with my_swabn...
2013-05-20 Nicholas ClarkMerge the identical definitions of DO_BO_UNPACK and...
2013-05-20 Nicholas ClarkSwap byte order in DO_BO_(UN)?PACK based on a variable...
2013-05-20 Nicholas ClarkDO_BO_{UN,}PACK can use my_swabn() directly.
2013-05-20 Nicholas ClarkUse DO_BO_{UN,}PACK in place of DO_BO_UNPACK_{N,PC}
2013-05-20 Nicholas ClarkEliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as...
2013-05-20 Nicholas ClarkIn pp_pack.c, refactor DO_BO_(UN)?PACK to use my_letohn etc
2013-05-20 Nicholas ClarkIn pp_pack.c, refactor DO_BO_(UN)?PACK_PTR to use my_le...
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
next