This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-11-28 Karl Williamsonregcomp.c: Typo in comment
2010-11-28 Karl Williamsonregcomp.c: Generate EXACTFU nodes
2010-11-28 Karl Williamsonregcomp.c: remove unnecessary tests
2010-11-28 Karl Williamsonregexec.c: Add handling for EXACTFU nodes
2010-11-28 Karl Williamsonregexec.c: pull array lookup out of loop
2010-11-28 Karl Williamsonutf8.h: Add #define for Greek small MU
2010-11-28 Karl Williamsonregexec.c: clarify comments
2010-11-28 Karl Williamsonregcomp.sym: Add EXACTFU regnode
2010-11-28 Karl Williamsonregexec.c: Latin1 chars can fold match UTF8_ALL
2010-11-28 Karl Williamsonfold_grind.t: Make unicode semantics pattern differently
2010-11-28 Karl WilliamsonAdd Perl_foldEQ_latin1()
2010-11-28 Father Chrysostomosperldelta for 04698ff
2010-11-28 Father Chrysostomosperldelta up to a51ee39b
2010-11-28 Father Chrysostomosperldelta up to abf9167d
2010-11-28 John PeacockBring core Perl in line with CPAN 0.86 release
2010-11-27 Father ChrysostomosAdd Socket version numbers to perldelta
2010-11-27 Father ChrysostomosIncrease Socket.pm’s version
2010-11-27 Father Chrysostomosperldelta up to 2a25d7b6
2010-11-27 Father ChrysostomosSuppress test warning added by 04698ff6
2010-11-27 Father ChrysostomosMake *ISA assignment slightly faster
2010-11-27 Craig A. BerryBump Time::HiRes version after 4edfaa8809ab489b9ce1c793...
2010-11-27 Father ChrysostomosIncrease PerlIO::scalar’s version
2010-11-27 Father Chrysostomosmro.c: Assert that the previous commit is correct
2010-11-27 Father ChrysostomosAvoid a redundant check in mro.c
2010-11-27 Father ChrysostomosIncrease overload.pm’s version
2010-11-27 Michael Fig[perl #79680] overload 1.10 sprintf fails taint checking
2010-11-27 Father ChrysostomosAdd Michael Fig to AUTHORS
2010-11-27 Father Chrysostomos[perl #78716] Bogus read after seek beyond end of string
2010-11-27 Father ChrysostomosAdd Devel:: to the -d:- perldelta entry
2010-11-27 Father Chrysostomosperldelta up to a3179684
2010-11-27 Father Chrysostomos[perl #79178] STORE/FETCH of tie()d hash get stringifie...
2010-11-27 Rafael Garcia... Fix a warning (that spotted a potential mro bug that...
2010-11-27 Craig A. BerrySkip multi-arg piped open in autodie test on VMS.
2010-11-27 Craig A. BerrySkip t/porting/FindExt.t on VMS.
2010-11-27 Craig A. BerryFix Time::HiRes probes on VMS.
2010-11-26 Father Chrysostomos[perl #78908] Reinstate mod for one more stable release
2010-11-26 Chris 'BinGOs... Update MIME-Base64 to CPAN version 3.13
2010-11-26 Father ChrysostomosClarify op_lvalue’s docs
2010-11-26 Father Chrysostomos[perl #78810] PERLDB_NOOPT ignored by adjacent nextstat...
2010-11-26 Rafael Garcia... No need to nest printfs. DIE() takes format strings.
2010-11-26 Father ChrysostomosFix compiler warning
2010-11-26 Father ChrysostomosAvoid redundant hv_delete call in pp_entereval
2010-11-26 Father Chrysostomos[perl #78634] Conflict in defining constant INIT
2010-11-26 David MitchellMake PerlIO marginally reentrant
2010-11-26 David Mitchellperlio: always guard against null function table
2010-11-26 David Mitchelladd PerlIO_init_table() to initialise PL_perio
2010-11-26 David Mitchelladd 'head' field to PerlIOl struct
2010-11-26 David Mitchellmake PL_perlio an array of PerlIOl, not PerlIO *
2010-11-26 Nicholas ClarkIn deparse.t, give a description to every test. Remove...
2010-11-26 Father ChrysostomosStop eval "BEGIN{die}" from leaking
2010-11-26 H.Merijn BrandSpecial compiler settings only change for 64bitall...
2010-11-26 Chris 'BinGOs... Update MIME-Base64 to CPAN version 3.12
2010-11-26 Jan DuboisCan't spawn fresh Perl interpreter with an empty PATH
2010-11-25 Jan DuboisSync win32/Makefile with win32/makefile.mk
2010-11-25 Jan DuboisPass STATIC_EXT to t/porting/FindExt.t
2010-11-25 Jan DuboisInclude ws2tcpip.h to get IPv6 definitions
2010-11-25 Paul Evans[PATCH 5/5] Added Paul Evans to AUTHORS
2010-11-25 Paul Evans[PATCH 4/5] Adjust unit tests to cope with new sockaddr...
2010-11-25 Paul Evans[PATCH 3/3] Provide wrappers for IN6ADDR_ANY and IN6ADD...
2010-11-25 Paul Evans[PATCH 2/3] Implement sockaddr_in6 wrapper
2010-11-25 Paul Evans[PATCH 1/3] Implement Socket::pack_sockaddr_in6() and...
2010-11-25 Father Chrysostomos[perl #78438] Memory leak with 'use v5.42'
2010-11-25 Father ChrysostomosStop eval "use 6" from leaking
2010-11-25 Father ChrysostomosStop eval "no 5" from leaking
2010-11-25 Nicholas ClarkMake BEGIN {require 5.12.0} behave as documented.
2010-11-25 Nicholas ClarkExtend -d:foo=bar to make -d:-foo expand to C<no foo...
2010-11-25 Nicholas ClarkUse newSVpvs_flags() instead of sv_2mortal(newSVpvs())
2010-11-25 Chris 'BinGOs... Update MIME-Base64 to CPAN version 3.11
2010-11-25 Nicholas ClarkRefactor ENAME dumping in Perl_do_sv_dump() to simplify...
2010-11-25 Nicholas ClarkTest dumping stashes, with various combinations of...
2010-11-25 Nicholas ClarkRefactor Peek.t to give more useable diagnostics.
2010-11-25 Florian RagwitzIt's a little late to get changes into 5.12
2010-11-25 Florian RagwitzFix signature of sv_unmagic in perlguts.pod
2010-11-24 Nicholas ClarkExplicitly export Perl_sv_compile_2op_is_broken(),...
2010-11-24 David Goldenminor amendment to documentation of ?PATTERN?
2010-11-24 ZeframDeprecate ?PATTERN? without explicit m operator
2010-11-24 Nicholas ClarkDeprecate sv_compile_2op()
2010-11-24 Nicholas ClarkFix a typo introduced by 15d9236d3878cc50. (The wrong...
2010-11-24 Max MaischeinAdd fold_latin1 to the list of exported variable symbol...
2010-11-24 Rafael Garcia... Don't use "try" as a variable name
2010-11-24 Nicholas ClarkRemove unused variable from S_set_regclass_bit_fold()
2010-11-24 David GoldenClarify m?PATTERN? is ok and only ?PATTERN? is not
2010-11-24 Nicholas ClarkConvert xhv_name in struct xpvhv_aux to be a union...
2010-11-23 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.68
2010-11-23 Father ChrysostomosDocument the refcount of version functions’ retval
2010-11-23 Nicholas ClarkWhen dup'ing CVs, only take the OP_REFCNT_LOCK if it...
2010-11-23 Nicholas ClarkNo need to clone pad name 0, as it's never used.
2010-11-23 Chris 'BinGOs... Update IPC-Cmd to CPAN version 0.66
2010-11-23 Craig A. BerryFix multiple perldelta entries from buildtoc on VMS.
2010-11-23 Karl Williamsonregcomp.h: Restore separate bit for LOC class
2010-11-23 Father ChrysostomosOnly call mro_package_moved on new substashes
2010-11-23 Father ChrysostomosDon’t CLONE nameless hashes
2010-11-23 Father ChrysostomosClarify the hekp assignment in dump.c
2010-11-22 Karl Williamson[bracketed char class] fixes
2010-11-22 Karl Williamsonfold_grind.t: Only test [char classes]
2010-11-22 Karl Williamsonhandy.h: New #define to use new bit
2010-11-22 Karl Williamsonl1_char_class_tab.h: Add new bit to table.
2010-11-22 Karl Williamsonmk_PL_charclass.pl: Find non-latin1 folds
2010-11-22 Karl Williamsonregexec.c: indent code in new block
2010-11-22 Karl Williamsonregexec.c: utf8 could fold to ascii/latin1
next