This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-09-19 Steve Hayperldelta - More copy-editing
2013-09-19 Steve Hayperldelta - Un-TODO 9c7618be
2013-09-19 Steve HayAdd a USING_MSVC6 macro to identify Microsoft Visual...
2013-09-19 Nicholas ClarkRemove Cwd from the "actually architecture dependant...
2013-09-19 Neil BowersAdded is_core(), which returns true if the module was...
2013-09-19 Nicholas ClarkRemove 4 redundant #undefs, missed by commit 79be8fb4ac...
2013-09-19 Craig A. Berryperldelta for 88e3936f.
2013-09-18 Steve HayFix the VC6 build on Windows following commit e25d460c74
2013-09-18 Steve HayUpdate win32/config_H.[gv]c canned configuration files
2013-09-18 Father ChrysostomosAdd Toby Inkster to AUTHORS
2013-09-18 Toby InksterExclude perlfaq1, perlglossary, etc from the list of...
2013-09-18 Steve HayReally fix precedence problem in IO::Socket::connect...
2013-09-18 Steve Hayperldelta - Correction to new slice syntax
2013-09-18 Chris 'BinGOs... Make changes_between() in Module::CoreList API the...
2013-09-18 Steve HayFix precedence problem in IO::Socket::connect() from...
2013-09-18 Brian FraserMerge branch 'hugmeir/disallow_cntrl' into blead
2013-09-18 Brian Frasertoke.c, scan_ident: No need for a while loop when using...
2013-09-18 Brian Frasertoke.c, scan_ident(): use PEEKSPACE() to skip over...
2013-09-18 Brian Frasertoke.c, S_scan_ident(): Don't take a "end of buffer...
2013-09-18 Brian Fraser[perl #119123] disallow literal control character variables
2013-09-18 Brian Frasertoke.c, S_scan_ident: Skip over newlines as well as...
2013-09-18 Brian FraserReworked t/base/lex.t to use less hardcoded test numbers.
2013-09-18 Nicholas ClarkMerge the cast fixes that enable drand48 to work on...
2013-09-18 Nicholas ClarkUpdate the comment in util.h related to HAS_QUAD and...
2013-09-18 Nicholas ClarkUse U64_CONST() for the drand48 constants that are...
2013-09-18 Nicholas ClarkFor PERL_CORE, don't undefine HAS_QUAD when building...
2013-09-18 Tony Cook[perl #119539] clarify that copy() doesn't create the...
2013-09-18 Tony Cookbump File::Copy's $VERSION
2013-09-18 Tony Cookadd Nathan Glenn to AUTHORS
2013-09-18 Nathan GlennAdded note about directories not being created with...
2013-09-18 Father Chrysostomosperldelta for acb340504/#119501
2013-09-18 Father Chrysostomosperldelta for 650b1534
2013-09-18 Father Chrysostomosperldelta: Two to-dos that don’t deserve mention
2013-09-18 Tony Cookdepend on the new win32 sys/errno2.h header
2013-09-17 Steve HaySort the contents of %Modules in Porting/Maintainers.pl
2013-09-17 Steve Hayperldelta for f1deee3312
2013-09-17 Steve Hayperldelta - Three module upgrades which haven't come...
2013-09-17 Steve HayUse non-dev version number in IO::Socket
2013-09-17 Steve HayUpgrade parent from version 0.227 to 0.228
2013-09-17 Matthew Horsfall... RT-119817 - Treat =back as the end of a warning descrip...
2013-09-17 Steve Hayperldelta - Fill in one more item and add currently...
2013-09-17 Father Chrysostomosperlhack: Make MAINTENANCE BRANCHES a link
2013-09-17 Father Chrysostomos[perl #119501] \(1+2) always referencing the same sv
2013-09-17 Father ChrysostomosRewrap one perldiag entry for better splain output
2013-09-17 Steve HayUpgrade CPAN from version 2.00 to 2.03-TRIAL
2013-09-17 Nicholas ClarkMerge fixes needed to build with 32 bit IVs and HAS_QUA...
2013-09-17 Nicholas ClarkEliminate POPq, POPuq, TOPq, TOPuq, dPOPqv, dTOPqv...
2013-09-17 Nicholas ClarkThe choice of 7 or 13 byte extended UTF-8 should be...
2013-09-17 Nicholas ClarkUse IVSIZE not HAS_QUAD to enable 'q' and 'Q' formats...
2013-09-17 Nicholas ClarkUse IVSIZE not HAS_QUAD to enable "long long" formats...
2013-09-17 H.Merijn BrandAtari FreeMiNT: MiNT does not have .exe for _exe
2013-09-17 Steve Hayperldelta - Correction to new Win32 entry in Platform...
2013-09-17 Christian Millourperldelta for #119857
2013-09-17 Christian Millouradd reference to maintenance branches in perlpolicy
2013-09-17 Steve Hayperldelta - Document two new test scripts
2013-09-17 Tony Cookperldelta for d4c027436f
2013-09-17 Tony Cook[perl #85228] stop $!=EINVAL; waitpid(0,0) from looping
2013-09-17 Tony Cook[perl #119097] Test that print() is not returning EINTR
2013-09-17 VictorFixing eintr_print.t intermittent hang
2013-09-17 VictorTest that print() is not returning EINTR.
2013-09-17 Tony Cook[perl #119857] make win32_link and win32_rename raise...
2013-09-17 Tony Cookadd Christian Millour to AUTHORS
2013-09-17 Christian Millourmake win32_link and win32_rename raise ENOSPC and EDQUO...
2013-09-17 Karl Williamsonperldelta for 3f40aba3 Merge branch 'ebcdic' into blead
2013-09-17 Karl Williamsonperlapi: Typos; clarify comment
2013-09-17 Karl Williamsonregexec.c: Reorder cases in switch to eliminate a goto
2013-09-17 Craig A. BerryEarlier safety check for @INC entry in pp_require.
2013-09-17 François Perradskip lib/ExtUtils/t/Embed.t when cross-compiling
2013-09-16 Steve Hayperldelta - A couple more corrections to recent additions
2013-09-16 Steve HayNote that the USE_64_BIT_INT build option is not suppor...
2013-09-16 Steve Hayperldelta - Remove spurious New Errors entries
2013-09-16 Father ChrysostomosTweak B::Concise tests following OPpCONST_FOLDED removal
2013-09-16 Father ChrysostomosFix minor flagging bug in op.c:fold_constants
2013-09-16 Father ChrysostomosAlphabetise perldiag
2013-09-16 Father ChrysostomosRemove OPpCONST_FOLDED
2013-09-16 Father ChrysostomosMake B::OP::slabbed, folded, etc. actually work
2013-09-16 Steve Hayperldelta for ea95436966
2013-09-16 Steve HayMerge branch 'errno' into blead
2013-09-16 Steve HaySilence noise from Errno_pm.PL on Windows
2013-09-16 Steve HayFix the #include of winsock2.h in win32/include/sys...
2013-09-16 Steve HayWe need winsock2.h for WSAECANCELLED in errno2.h
2013-09-16 Steve HayClarify a comment in errno2.h
2013-09-16 Steve HayAdd more errno.h constants to POSIX for exporting if...
2013-09-16 Steve HayFix Windows build for compilers other than VC10+
2013-09-16 Steve HaySimplify errno2.h slightly
2013-09-16 Steve HayFix stringification of $! in VC10+ builds where errno...
2013-09-16 Steve HayIntercept assignment to $! to translate WSAExxx values...
2013-09-16 Steve HayFix IO::Socket::connect() in the light of $! changes
2013-09-16 Steve HayFix a problem with mod_perl on Windows using VS2010+.
2013-09-16 H.Merijn BrandRegenerate Configure and chainsaw voidflags
2013-09-16 Nicholas ClarkMerge changes which eliminate VOIDFLAGS and VOIDUSED...
2013-09-16 Brian FraserEliminate the use of voidflags from Configure's pointer...
2013-09-16 Nicholas ClarkEliminate the only use of VOIDFLAGS, as part of STMT_ST...
2013-09-16 Nicholas ClarkStop using VOIDUSED in the headers.
2013-09-16 Nicholas ClarkRemove the hints for Kubota Pacific's Titan 3000 Series...
2013-09-16 Tony Cookperldelta for b92a42763
2013-09-16 Tony Cook[perl #77680] document list of special subs in perlsub
2013-09-16 Tony Cook[perl #77680] add pointers to a few other perl called...
2013-09-16 Tony Cookbriefly document DB::lsub
2013-09-16 Tony Cooktest and briefly document DB::goto
next