platform/upstream/perl.git
2013-05-23 Nicholas ClarkRefactor autodoc.pl to read MANIFEST line by line,...
2013-05-23 Nicholas Clarkautodoc.pl now uses regen/embed_lib.pl to parse embed.fnc
2013-05-23 Nicholas ClarkRefactor autodoc.pl to use regen_lib.pl to generate...
2013-05-23 Nicholas ClarkIn regen/regen_lib.pl, add 'Pod' as a third supported...
2013-05-23 Nicholas Clarkt/porting/diag.t now uses regen/embed_lib.pl to parse...
2013-05-23 Nicholas ClarkIn t/porting/diag.t, use TestInit to chdir and set...
2013-05-23 Nicholas ClarkAvoid VMS running autodoc.pl twice for no reason.
2013-05-23 Nicholas ClarkRefactor the "check categories and severity" logic...
2013-05-23 James E KeenanProvide alternate email address for jkeenan.
2013-05-23 James KeenanCorrect known_pod_issues.dat.
2013-05-23 David Steinbrunnertypo fix for vms script
2013-05-22 David Steinbrunnertypo fixes for regen scripts
2013-05-22 David Steinbrunnertypo fixes for root level scripts
2013-05-22 Karl Williamsonperldiag: Describe \g syntax error
2013-05-22 Karl Williamsonregcomp.c: Actually emit proper warning
2013-05-22 Karl WilliamsonMake Unicode::UCD::search_invlist() available
2013-05-22 Karl WilliamsonUnicode::UCD Clarifications in pod
2013-05-22 Karl WilliamsonUnicode::UCD: Move function in file.
2013-05-22 Karl WilliamsonUnicode::UCD: Correct wrong pod info
2013-05-22 Ricardo Signesremove a spurious space
2013-05-22 Nicholas ClarkSome more comments describing the slab allocator.
2013-05-22 Nicholas ClarkAdd comments describing the operation of S_scan_ident().
2013-05-22 Nicholas ClarkMore tests for the "Ambiguous use of ... resolved ...
2013-05-21 Max MaischeinFix typo in Porting/sync-with-cpan
2013-05-21 Max MaischeinEliminate external call to tar executable in favour...
2013-05-21 Chris 'BinGOs... Add new Module::CoreList::Utils to MANIFEST
2013-05-21 Chris 'BinGOs... Merge branch 'smoke-me/coreutils' into blead
2013-05-21 Nicholas ClarkRemove 2 superfluous use lines from ExtUtils::CBuilder.
2013-05-21 Nicholas ClarkRefactor 3 tests so that they avoid clearing %:: via...
2013-05-21 Nicholas ClarkTest that caller does not SEGV when the current package...
2013-05-21 Nicholas ClarkRemove fakethr.h and eliminate all references to it...
2013-05-21 Nicholas ClarkMerge the refactoring of x2p's Makefile to blead.
2013-05-20 Nicholas ClarkSimplify x2p's Makefile.
2013-05-20 Nicholas ClarkRemove rules to delete *.loadmap and *.prelmap files...
2013-05-20 Nicholas ClarkAdd x2p/Makefile.SH to the *.SH files processed by...
2013-05-20 Nicholas ClarkRemove the now unused 'shlist' Makefile targets.
2013-05-20 Nicholas ClarkProgrammatically generate dependencies for all *.SH...
2013-05-20 Nicholas ClarkAdd runtests.SH to the code that generates the targets...
2013-05-20 Nicholas ClarkEliminate x2p/cflags.SH. x2p's Makefile can use .....
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
next