perl.git
7 hours ago James E KeenanProvide alternate email address for jkeenan. blead
7 hours ago James KeenanCorrect known_pod_issues.dat.
8 hours ago David Steinbrunnertypo fix for vms script
9 hours ago David Steinbrunnertypo fixes for regen scripts
9 hours ago David Steinbrunnertypo fixes for root level scripts
13 hours ago Karl Williamsonperldiag: Describe \g syntax error
13 hours ago Karl Williamsonregcomp.c: Actually emit proper warning
16 hours ago Karl WilliamsonMake Unicode::UCD::search_invlist() available
16 hours ago Karl WilliamsonUnicode::UCD Clarifications in pod
16 hours ago Karl WilliamsonUnicode::UCD: Move function in file.
16 hours ago Karl WilliamsonUnicode::UCD: Correct wrong pod info
19 hours ago Ricardo Signesremove a spurious space
20 hours ago Nicholas ClarkSome more comments describing the slab allocator.
24 hours ago Nicholas ClarkAdd comments describing the operation of S_scan_ident().
24 hours ago Nicholas ClarkMore tests for the "Ambiguous use of ... resolved ...
37 hours ago Max MaischeinFix typo in Porting/sync-with-cpan
38 hours ago Max MaischeinEliminate external call to tar executable in favour...
43 hours ago Chris 'BinGOs... Add new Module::CoreList::Utils to MANIFEST
44 hours ago Chris 'BinGOs... Merge branch 'smoke-me/coreutils' into blead
46 hours ago Nicholas ClarkRemove 2 superfluous use lines from ExtUtils::CBuilder.
46 hours ago Nicholas ClarkRefactor 3 tests so that they avoid clearing %:: via...
47 hours ago Nicholas ClarkTest that caller does not SEGV when the current package...
2 days ago Nicholas ClarkRemove fakethr.h and eliminate all references to it...
2 days ago Nicholas ClarkMerge the refactoring of x2p's Makefile to blead.
2 days ago Nicholas ClarkSimplify x2p's Makefile.
2 days ago Nicholas ClarkRemove rules to delete *.loadmap and *.prelmap files...
2 days ago Nicholas ClarkAdd x2p/Makefile.SH to the *.SH files processed by...
2 days ago Nicholas ClarkRemove the now unused 'shlist' Makefile targets.
2 days ago Nicholas ClarkProgrammatically generate dependencies for all *.SH...
2 days ago Nicholas ClarkAdd runtests.SH to the code that generates the targets...
2 days ago Nicholas ClarkEliminate x2p/cflags.SH. x2p's Makefile can use .....
2 days ago Nicholas ClarkPass in to makedepend the name(s) of files that all...
2 days ago Nicholas ClarkIn the Makefile, generate the value of shextract progra...
2 days ago Nicholas ClarkDefer running makedepend in x2p/ until it's needed.
2 days ago Nicholas ClarkAdd x2p/makefile to the dependencies for targets within...
2 days ago Nicholas ClarkRemove vestigial *.SH code which can link the extracted...
2 days ago Nicholas ClarkMerge the pack refactoring to blead.
2 days ago Nicholas ClarkNotes in perldelta for the tiny XS-visible changes...
2 days ago Nicholas ClarkAnnotate the "cold" paths in pp_pack.c with UNLIKELY().
2 days ago Nicholas ClarkEliminate the implementations of [hv]to[vh][ls] for...
2 days ago Nicholas ClarkEliminate Perl_my_swabn(), as it is now unused.
2 days ago Nicholas ClarkWhen endian-swapping in pack, simply copy the bytes...
2 days ago Nicholas ClarkPass 'needs_swap' as a parameter to SHIFT_BYTES.
2 days ago Nicholas ClarkWhen endian-swapping in unpack, simply copy the bytes...
2 days ago Nicholas ClarkFold the implementation of DO_BO_UNPACK into SHIFT_BYTE...
2 days ago Nicholas ClarkRe-implement SHIFT16 and SHIFT32 as wrappers to SHIFT_B...
2 days ago Nicholas ClarkRefactor the two uses of SHIFT{16,32} not followed...
2 days ago Nicholas ClarkRemove the now unused 'type' argument from the macros...
2 days ago Nicholas ClarkAs DO_BO_(UN)?PACK are now implemented with my_swabn...
2 days ago Nicholas ClarkMerge the identical definitions of DO_BO_UNPACK and...
2 days ago Nicholas ClarkSwap byte order in DO_BO_(UN)?PACK based on a variable...
2 days ago Nicholas ClarkDO_BO_{UN,}PACK can use my_swabn() directly.
2 days ago Nicholas ClarkUse DO_BO_{UN,}PACK in place of DO_BO_UNPACK_{N,PC}
2 days ago Nicholas ClarkEliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as...
2 days ago Nicholas ClarkIn pp_pack.c, refactor DO_BO_(UN)?PACK to use my_letohn etc
2 days ago Nicholas ClarkIn pp_pack.c, refactor DO_BO_(UN)?PACK_PTR to use my_le...
2 days ago Nicholas ClarkIn pp_pack.c, refactor DO_BO_(UN)?PACK_N to use sizeof...
2 days ago Nicholas ClarkRefactor macros in pp_pack.c, removing support for...
2 days ago Nicholas ClarkEliminate the conditionally-compiled fallback functions...
2 days ago Nicholas ClarkRemove buggy loop-based byte swapping code.
2 days ago Nicholas ClarkUpdate the Win32 miniperl conditional compilation,...
2 days ago Nicholas ClarkFallbacks for ntohl, ntohs, htonl and htons for little...
2 days ago Nicholas ClarkProvide ntohl, ntohs, htonl and htons no-op macros...
2 days ago Nicholas ClarkProvide vtohl, vtohs, htovl and htovs no-op macros...
2 days ago Nicholas Clarkvtohl, vtohs, htovl and htovs are no-ops on 64 bit...
2 days ago Nicholas ClarkEliminate the definitions for DO_BO_PACK_P and DO_BO_UN...
2 days ago Nicholas ClarkEliminate pre-5.9.x conditional code for PERL_PACK_CAN_...
2 days ago Nicholas ClarkEliminate pre-5.9.x conditional code for PERL_PACK_CAN_...
2 days ago Nicholas ClarkMerge the reworking of how genpacksizetables.pl is...
2 days ago Nicholas ClarkAdd regen/genpacksizetables.pl to t/porting/regen.t
2 days ago Nicholas ClarkMove genpacksizetables.pl to regen/genpacksizetables.pl
2 days ago Nicholas ClarkRefactor genpacksizetables.pl to use regen/regen_lib.pl
2 days ago Nicholas ClarkExtract the generated packprops array into packsizetabl...
2 days ago Nicholas ClarkPropagate a change from commit 1651fc447620d361 into...
2 days ago Karl Williamsongenpacksizetables.pl: Correct comment typo
2 days ago Nicholas ClarkChange LIKELY() and UNLIKELY() to cast their first...
2 days ago Karl Williamsonhandy.h: Change the error return of two macros
2 days ago Karl Williamsonregcomp.c: Add comment
2 days ago Karl Williamsonutf8.c: White space only.
2 days ago Karl Williamsonfold_grind.t: Add tests
2 days ago Karl WilliamsonFix multi-char fold edge case
2 days ago Karl WilliamsonExpand flags parameter from boolean in _to_fold_latin1
2 days ago Karl Williamsonunicode_constants.h: Add some #defines
2 days ago Karl Williamsonutf8.c: Replace two macro calls with equiv single
2 days ago Karl Williamsonlib/charnames.t: Fix wrongly complemented test
2 days ago Karl Williamsont/re/fold_grind.t: White space only
2 days ago Karl Williamsonperlapi: Move 'experimental' warning to front of entries
2 days ago Karl Williamsonregcomp.c: Remove always-true test
2 days ago Karl Williamsonregcomp.c: White-space only
2 days ago Karl Williamsonregcomp.c: Reorder two 'if's so shorter branches are...
2 days ago Karl Williamsonperllocale: Update to mention fc(), \F
2 days ago Karl Williamsonregcomp.c: Clarify comment
2 days ago Karl Williamsonpp.c: Eliminate custom macro and use Copy() instead
2 days ago Dagfinn Ilmari... perl #117865] [PATCH] Eliminate useless variable and...
2 days ago Karl Williamsonop.c: Don't fold constant fc() in locale
2 days ago Karl Williamsonautodoc.pl: Don't list undocumented deprecated fcns...
2 days ago Karl Williamsonautodoc.pl: Add note for deprecated functions
2 days ago Karl Williamsonembed.fnc: Slight clarification in comments
2 days ago Karl WilliamsonAdd tests for case-change macros API
2 days ago Karl WilliamsonUse new case changing macros
next