This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-03-20 Jan Dubois#84774: local $_ calls STORE when $_ is aliased to...
2011-03-20 Karl Williamsonregexec.c: Update comment
2011-03-20 Karl Williamsonregcomp.h: Add comment
2011-03-20 Karl Williamsonmktables: Include simple case foldings
2011-03-20 David Goldenperlfunc: clarified 'do FILE' error checking
2011-03-20 Father Chrysostomosperl5123delta: Improve description
2011-03-20 Father Chrysostomosperl5122delta: typo
2011-03-20 Father Chrysostomosperl5122delta: Correct two references
2011-03-20 David GoldenUpdated HTTP::Tiny to CPAN version 0.011
2011-03-20 Karl Williamsonregcomp.c: RT#77414. Initialize flag
2011-03-20 Karl Williamsonregcomp.c: /l uses the \w, etc. classes
2011-03-20 Karl Williamsonregcomp.c: Optimizer could lose some info
2011-03-20 Karl Williamsonregcomp.c: Move statement down.
2011-03-20 Karl Williamsonpat_advanced.t: Bump watchdog timeout
2011-03-20 Karl Williamsonregcomp.h: Add ANYOF_CLASS_SETALL()
2011-03-20 Karl Williamsonutf8.h: A fold buffer needs to hold any utf8 char
2011-03-20 Karl Williamsonregexec.c: execute inappropriately skipped code
2011-03-20 Karl Williamsonregexec.c: Chg var. name for clarity
2011-03-20 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9103
2011-03-20 Father ChrysostomosMore version bumps in view of recent PERL_NO_GE_CONTEXT...
2011-03-20 Michael WittenClean: Move old comment to proper location
2011-03-20 Alastair DouglasDoc patch for perlsyn, clarification in given/when
2011-03-20 Father ChrysostomosAdd Alastair Douglas to AUTHORS
2011-03-19 David MitchellPerl_sighandler: only inc SS_ix for unsafe signals
2011-03-19 David MitchellIn signal handler, don't inc stack pointers
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to NDBM_File
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to GDBM_File
2011-03-19 Father ChrysostomosVersion bumps for the recent PERL_NO_GET_CONTEXT commits
2011-03-19 Father Chrysostomosperl5121delta: #72998 was introduced earlier
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to mro
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to attributes
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to XS::Typemap
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to Sys::Hostname
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to I18N::Langinfo
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to Hash::Util
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to Hash::Util::FieldHash
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to File::Glob
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to dl_dlopen.xs
2011-03-19 Karl WilliamsonStop hang in regex
2011-03-19 David Mitchellreset pos and utf8 cache when de/encoding utf8 str
2011-03-19 Jan DuboisFixup errno definitions for Windows
2011-03-19 Steve HayRedefine errno values for Visual Studio 2010
2011-03-19 Moritz Lenz[PATCH] [pod] improve documentation for (?(cond)yes|no)
2011-03-18 Karl Williamsonregcomp.c: Reorder if to silence valgrind
2011-03-18 Karl Williamsonregex: Fix locale regression
2011-03-17 Karl Williamsoncharset.t: Skip locale tests depending on platform
2011-03-17 Jan DuboisAdd perldelta entry about improved kill(9,$pid) on...
2011-03-17 Jan Dubois#81026: Perl binary no longer relocatable
2011-03-17 Karl Williamsonregcomp.c: Avoid locale in optimizer unless necessary
2011-03-17 Karl WilliamsonRevert "re/pat.t: Remove TODO message on passing tests"
2011-03-17 Karl WilliamsonRevert "regcomp.c: Rmv unused parameter"
2011-03-17 Karl Williamsonregcomp.c: Add flag for /l occurring anywhere
2011-03-17 Karl Williamsonregcomp.c: Move comment
2011-03-17 Father Chrysostomosperldelta for 007f907
2011-03-17 Father Chrysostomos[perl #86328] coredump in cleaning up circular magic
2011-03-17 Karl Williamsonregcomp.c: Omitted hard-coded case mapping
2011-03-17 Karl Williamsonregcomp.c: Restore ptr correctly
2011-03-17 Karl Williamsonregcomp.c: comment and white-space-only change
2011-03-17 Karl WilliamsonRT #85964: bleadperl breaks CGI-FormBuilder
2011-03-17 Karl Williamsonregcomp.c: white space only
2011-03-17 Karl Williamsonregcomp.c: \D and \d should work under locale
2011-03-17 Karl Williamsonregcomp.c: no bitmap means no bitmap
2011-03-17 Karl Williamsonregcomp.c: Add comment
2011-03-17 Jan DuboisRead Perl code on Windows in text mode by default.
2011-03-16 Karl WilliamsonAdd TODO tests for #85964
2011-03-16 Craig A. Berryt/op/eval.t tweak for VMS due to record-oriented pipes.
2011-03-16 Craig A. BerryRestore ada6eeb82df60fbe63c781f1a102393fd56d104b.
2011-03-16 Nicholas ClarkSwitch t/lib/no_load.t to done_testing() from using...
2011-03-16 Nicholas ClarkConvert the remainder of t/op/closure.t to test.pl
2011-03-16 Nicholas ClarkConvert the middle test loops of closure.t to test.pl
2011-03-16 Nicholas ClarkConvert the last third of t/op/closure.t to test.pl
2011-03-16 Jan DuboisHang on to child handle after signalling SIGTERM
2011-03-15 Jan DuboisDon't wait for SIGTERM'ed forked children on Windows
2011-03-15 Chris 'BinGOs... Update Pod-Simple to CPAN version 3.16
2011-03-15 Nicholas ClarkConvert t/op/oct.t's main tests to data structure and...
2011-03-15 Nicholas ClarkConvert t/op/oct.t to using test.pl for comparisons...
2011-03-15 Nicholas ClarkDon't set $ENV{PERL5LIB} in t/op/{anonsub,fork}.t as...
2011-03-14 Nicholas ClarkBring the joy of strict (and warnings) to t/op/method.t
2011-03-14 Father Chrysostomosperldelta up to b38b314
2011-03-14 Nicholas ClarkConvert the remainder of t/op/eval.t to test.pl
2011-03-14 Nicholas ClarkIn t/op/eval.t, move logic from a spawned program into...
2011-03-14 Karl Williamsonutf8_heavy.pl: Use CORE:: case function overridden
2011-03-14 Chris 'BinGOs... Resolved RT #59511 for Module::CoreList
2011-03-14 David Mitchell[perl #82250] fix tainted (s)print format
2011-03-14 Karl Williamsonregcomp.c: utf8 pattern implies uni rules
2011-03-14 Nicholas ClarkConvert t/re/regexp_unicode_prop.t to using test.pl...
2011-03-14 Nicholas ClarkConvert the remainder of t/op/numconvert.t to test...
2011-03-14 Nicholas ClarkConvert t/re/subst_amp.t to test.pl, strict and warnings.
2011-03-14 Nicholas ClarkAdd a test to ensure that test.pl doesn't mention $&
2011-03-14 Father Chrysostomosperlop: Mention the s///le special case
2011-03-14 David GoldenUpdate CPAN.pm to CPAN version 1.9600
2011-03-14 Father Chrysostomosperldelta up to d24f2be2
2011-03-13 Nicholas ClarkRefactor t/op/assignwarn.t to generate all the tested...
2011-03-13 Nicholas ClarkConvert t/op/anonsub.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkIn test.pl, avoid using a closure to capture warnings.
2011-03-13 Nicholas ClarkConvert t/re/reg_mesg.t to test.pl and strict.
2011-03-13 Nicholas ClarkMove t/re/reg_unsafe.t's test to a fresh_perl_is()...
2011-03-13 Nicholas ClarkConvert t/re/reg_email.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkIn overload.t, move require './test.pl' into BEGIN...
2011-03-13 Nicholas ClarkConvert t/op/magic.t to test.pl, strict and warnings.
next