perl.git
3 hours ago Aaron CraneSwap release managers for 5.25.6 and 5.25.7 blead
17 hours ago Craig A. BerryForce a newline in new attrs.t test.
46 hours ago Yaroslav Kuzminperlio.c: Fix z/OS problem
2 days ago David MitchellRevert "tmp fix for Bleadperl breaks Variable-Magic"
2 days ago James E KeenanAdd additional tests for DirHandle to improve coverage.
2 days ago David Mitchellrename S_delimcpy() to S_delimcpy_intern()
2 days ago David Mitchelladd some code comments for the users of delimcpy()
2 days ago David MitchellPerl_delimcpy(): handle backslash as last char
2 days ago Lukas Maiperlobj: s/Deferencing/Dereferencing/
3 days ago David Mitchellfix errror handling for ':attr(foo' with no ')'
3 days ago Sullivan BeckBump Locale-Codes from 3.39 to 3.40
3 days ago Steve HayUpgrade XSLoader from version 0.22 to 0.24
3 days ago Steve HayUpgrade Sys::Syslog from version 0.34 to 0.35
3 days ago Father Chrysostomos[perl #129106] Check for null PL_curcop in IN_LC()
3 days ago Tony Cookfix a stupid type error
3 days ago Tony Cook(perl #128988) preserve PL_oldoldbufptr is preserved...
4 days ago Tony Cook(perl #128095) check pack_sockaddr_un()'s return value
4 days ago Father ChrysostomosFix up B::Concise tests following op flag change
4 days ago Father Chrysostomos[perl #47047] Fix erroneous AUTOLOAD warning
4 days ago Rick DelaneyTest for perl #47047
4 days ago Father ChrysostomosNo need to skip t/op/dump.t on darwin
4 days ago Father ChrysostomosStop setting OPf_REF on OP_ENTERSUB
4 days ago David Mitchelltoke.c: fix mswin32 builds
4 days ago Craig A. BerryMake the "where install" directories Unix-format on...
4 days ago Craig A. BerryTainted dirs on VMS when not under DCL.
5 days ago David MitchellnewATTRSUB_x(): document what the cv var is for
5 days ago David Mitchellmake S_already_defined() in op.c return void
5 days ago David Mitchellreindent and reformat newMYSUB and newATTRSUB_x
5 days ago David MitchellnewMYSUB/Perl_newATTRSUB_x remove a goto
5 days ago David Mitchellavoid using freed ops on BEGIN :attr {}
5 days ago David Mitchelldo_sv_dump(): handle CvSTART() as slab address
5 days ago David Mitchellassert op not freed in finalize_op() and rpeep()
5 days ago Father Chrysostomosparser.t: Suppress warning
5 days ago Dan CollinsRegression test for RT #129196
5 days ago Father Chrysostomos[perl #129196] Crash/bad read with ‘evalbytes S’
5 days ago Karl Williamsoninline.h: Declare functions to be inline
5 days ago Father Chrysostomosrelease_schedule.pod: Tick off last month
5 days ago Father Chrysostomos[perl #129073] Assert failure: ${p{};sub p}()
6 days ago Father ChrysostomosFix checks for tainted dir in $ENV{PATH}
6 days ago Father Chrysostomostaint.t: Set up @INC before using it
6 days ago Craig A. BerryTry harder to clean up %ENV in 140_proxy.t.
7 days ago Craig A. BerryDon't pollute $ENV{LC_ALL} in pod/perlmodlib.PL.
7 days ago Craig A. BerryDelete localized %ENV entries in t/run/locale.t.
7 days ago Craig A. BerryMore stderr suppression in t/run/locale.t.
7 days ago Dagfinn Ilmari... Remove obsolete Test prereq from PathTools
8 days ago Craig A. BerryMake PERLLIB_SEP dynamic on VMS.
8 days ago Dave CrossCorrect 'map' documentation to reflect operation on...
8 days ago James E KeenanProvide missing link for one instance of 'eval'.
8 days ago Karl WilliamsonFix is_utf8_valid_partial_char()
9 days ago Karl WilliamsonAdd C macros for UTF-8 for BOM and REPLACEMENT CHARACTER
9 days ago Karl WilliamsonMerge branch for improving API UTF-8 handling into...
9 days ago Karl WilliamsonUse new is_utf8_valid_partial_char()
9 days ago Karl WilliamsonAdd is_utf8_valid_partial_char()
9 days ago Karl WilliamsonMake 3 UTF-8 macros API
9 days ago Karl Williamsonutf8.c: Add comments
9 days ago Karl Williamsonis_utf8_string() is now a pure function
9 days ago Karl WilliamsonMove isUTF8_CHAR helper function, and reimplement it
9 days ago Karl WilliamsonAdd #defines for UTF-8 of highest representable code...
9 days ago Karl Williamsonutf8.h: Add some LIKELY() to help branch prediction
9 days ago Karl Williamsonutf8.h, utfebcdic.h: Add comments, align white space
9 days ago Karl WilliamsonInline is_utf8_string() and is_utf8_stringloclen()
9 days ago Karl WilliamsonInline utf8_distance(), utf8_hop()
9 days ago Karl WilliamsonSlightly simplify utf8_to_uvuni_buf()
9 days ago Karl WilliamsonInline is_utf8_invariant_string()
9 days ago Karl Williamsonis_utf8_invariant_string is pure
9 days ago Karl WilliamsonSimplify slightly is_utf8_invariant_string
9 days ago Karl WilliamsonUse new name 'is_utf8_invariant_string' in core
9 days ago Karl WilliamsonAdd new synonym 'is_utf8_invariant_string'
9 days ago Karl Williamsonembed.fnc: Replace blanks by tabs
9 days ago Karl Williamsonutf8.c: Use 'break' instead of 'goto'
9 days ago Karl Williamsonis_utf8_string_loc() param should not be NULL
9 days ago Karl WilliamsonDocument valid_utf8_to_uvchr() and inline it
9 days ago Karl Williamsonutf8.c: Clarify comments for valid_utf8_to_uvchr()
9 days ago Karl Williamsonutf8.c: Join EBCDIC/non-EBCDIC code
9 days ago Karl Williamsonregen/embed.pl: Allow inline funcs to be named Perl_foo
9 days ago Theo BuehlerUpdate outdated man links for strlcpy and strlcat.
9 days ago Karl WilliamsonAdd Theo Buehler to AUTHORS
9 days ago Karl WilliamsonPATCH: [perl #129122] regex sets syntax error
9 days ago Karl Williamsonregcomp.c: Typo, spacing in comment
10 days ago Karl WilliamsonPorting/bisect.pl: /usr/sbin/sysctl exists
11 days ago Karl WilliamsonRevert "perlinterp: Use 'e.g' not 'i.e.' for 'for example'"
11 days ago Karl WilliamsonPATCH: [perl #129038] Crash with s///l
11 days ago Karl Williamsonperlinterp: Use 'e.g' not 'i.e.' for 'for example'
12 days ago Dan Collins[RT #129069] Perl_yylex: Fix two use-after-free bugs
12 days ago Father Chrysostomos[perl #125679] Don’t make lvref ops on error
13 days ago jdheddenUpgrade to Thread::Semaphore 2.13
2016-08-26 Father ChrysostomosIncrease $Filter::Simple::VERSION to 0.93
2016-08-26 Ricardo SIGNES[perl #107726] Filter::Simple: ‘use’ and then ‘no’
2016-08-26 Father Chrysostomos[perl #107726] Test for Filter::Simple and ‘no’
2016-08-26 Father Chrysostomosperlinterp.pod: Expand the op tree section
2016-08-26 Craig A. BerryRemove VMS-specific hacks from showlex.t.
2016-08-25 Karl Williamsonlocale.c: Use my_strlcat()
2016-08-25 Karl Williamsonperlapi: Document returns from my_strlcat, my_strlcpy
2016-08-25 Karl WilliamsonPATCH: [perl #129072]: podspec typo
2016-08-25 David MitchellPerl_deb_stack_all() - handle CXt_SUBST better
2016-08-25 Yves Ortonrestore Internals::hv_clear_placeholders for now
2016-08-24 David Mitchelltmp fix for Bleadperl breaks Variable-Magic
2016-08-24 David Mitchellconcise.t: work with PERL_UNICODE=""
2016-08-24 David Mitchellre_untuit_start() avoid overshoot with utf8
2016-08-24 Daniel Dragantweaks for Win32 VC vs GCC detection makefile code
next