Current branch blead
48 commits. 17 unique authors. 11 unique committers.
65 files changed, 86526 insertions(+), 3492 deletions(-)
Net code removal: Rafael Garcia-Suarez (3461 lines) Steve Hay (2 lines)
Thanks, applied: Rafael Garcia-Suarez (11) H.Merijn Brand (2)
Jesse Vincent (1) Steve Hay (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/789c461534f3eb03.tar.gz
Bump version and regenerate warnings.pm
Rafael Garcia-Suarez 2 files changed, 34 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/789c461534f3eb03
Add tests.
Andrew Rodland 1 file changed, 57 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/68a00014b571d471
Add code and starting perldoc for warnings::fatal_enabled.
Andrew Rodland 1 file changed, 32 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec983580254c32fd
Add missing library to VC++ section of Win32 dmake makefile
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6b1226db4432ba7f
Avoid circularity in $(LINK_FLAGS) definition in Win32 dmake makefile
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5e8632492467a144
cleanup get_arena param-names, mark as May-Change
Jim Cromie 3 files changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e5973ed5ed7077ed
Slight rewording of last patch
Rafael Garcia-Suarez 1 file changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3188b6e39f995cf3
add mention of PERL_MEM_LOG in perlrun.pod
Jim Cromie 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9aa9f4999e15926d
Specify in Makefile what generates pod/perluniprops.pod
Rafael Garcia-Suarez 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/58fa074c95937d22
Fix Win32 makefiles as per f86864acbf97469fd9e5d5233d51ff743f4d8d6e
Steve Hay 2 files changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/36ff7f95732aeec6
Remove generated file pod/perluniprops.pod from the source distribution
Rafael Garcia-Suarez 9 files changed, 9 insertions(+), 2792 deletions
http://perl5.git.perl.org/perl.git/commit/524ce141dcd46f87
mktables not run unless needed
Karl Williamson 5 files changed, 35 insertions(+), 41 deletions(
http://perl5.git.perl.org/perl.git/commit/f86864acbf97469f
record version of Intel C during configure
Tony Cook 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/77b33db630b28c8b
* Remove some end-of-line whitespace from perlebcdic
brian d foy 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0be0346991b9897b
* Convert some pod files to UTF-8 (like all of the other pod files)
brian d foy 5 files changed, 10 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/aadc0e04984c5231
* Reword the sentence about checking unlink failures
brian d foy 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/734c9e01d195af6f
Fix code-before-declaration error on Win32 with recent VC++ compilers
Steve Hay 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/dbb3120a48c14831
Upgrade to threads 1.75
Jerry D. Hedden 6 files changed, 17 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/24855dffdf07c139
Don't suggest Mail::Send isn't availble if we're ignoring it
Abigail 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e90d6148cab189f1
Move change c35076938c7236fb into embed.fnc, from the generated file proto.h
Nicholas Clark 3 files changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ed7608978145cca2
Added a perltodo about enabling/disabling individual warnings
Jesse Vincent 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a9ed9b74fd79d60c
Fix mktables calls in Win32 makefiles
Nicholas Clark 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e9ded33885650047
Make unicode semantics the default
Karl Williamson 5 files changed, 24 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/61fc5122f0d8a509
disable Module::Build bundle_inc.t
David Golden 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7f40cf6b25ea33d8
More info about camel in perlrepository.pod
Dennis Kaarsemaker 1 file changed, 18 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3482f01a8cf92148
fix logic for a workaround in POSIX.xs
Stepan Kasal 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fabb67aac748c1bf
Use hex instead of octal for larger code points
Karl Williamson 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1cfccccd91dcb838
Add also mktables.lst to gitignore, since it's generated
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/02b203e04b3608f9
Add new pod file to various lists and makefiles
Rafael Garcia-Suarez 5 files changed, 15 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/6e38c0548b15080f
Simplify title of perluniprops
Rafael Garcia-Suarez 2 files changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/997e7b23827e884e
Add deprecation of goto to inner scopes to perldelta
Rafael Garcia-Suarez 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/13a4a4863da239fd
Add Karl's text describing his Unicode property changes to perldelta
Rafael Garcia-Suarez 1 file changed, 100 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/8d814567b435a489
Merge branch 'mktables' into blead
Rafael Garcia-Suarez 2 parents
http://perl5.git.perl.org/perl.git/commit/5f2046cdb5cd274c
Remove mktables.lst, since it's generated
Rafael Garcia-Suarez 2 files changed, 0 insertions(+), 830 deletions(
http://perl5.git.perl.org/perl.git/commit/23f0c133b39568de
Add new generated file lib/unicore/Heavy.pl to gitignore
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/329347eef534abb1
Fix plan syntax in TAP output
Rafael Garcia-Suarez 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3aa7f313a30095b1
mktables revamp
Karl Williamson 12 files changed, 89246 insertions(+), 2930 dele
http://perl5.git.perl.org/perl.git/commit/99870f4d255a0df2
Fix unindented code in perlfunc after 5ed4f2ecec5b66feed399b9a24471aeac4242c
Vincent Pit 1 file changed, 154 insertions(+), 154 deletions
http://perl5.git.perl.org/perl.git/commit/a9a5a0dc04939697
Resort MANIFEST - Latest Module::Build MANIFEST update broke sorting.
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3fbd6cf4979f01b9
Add new warning introduced by last patch in perldiag.
Rafael Garcia-Suarez 2 files changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0b98bec9fd8d0513
deprecate "goto" to jump into a construct
Gerard Goossen 4 files changed, 40 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/b500e03bf95eb884
Force OP_REQUIRE to scalar context at the end of ck_require and don't let it
Gerard Goossen 3 files changed, 5 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/021f53de09926928
Add a TODO test for "require" always being in scalar context.
Gerard Goossen 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5255f1f44de85b78
Make -UDEBUGGING the default on VMS for 5.12.0.
Craig A. Berry 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a0e50422a84b53e
Perl_pad_sv and Perl_hv_assert don't exist without -DDEBUGGING.
Craig A. Berry 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c35076938c7236fb
Declaration nit in vms.c's Perl_my_fwrite.
Craig A. Berry 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2e05a54c0c3f7ee3
Update generated Module::Build::ConfigData
David Golden 3 files changed, 225 insertions(+), 206 deletion
http://perl5.git.perl.org/perl.git/commit/0b93a7997e668a67
Avoid logical name conflicts in File::Path::_rmtree on VMS.
Craig A. Berry 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/52bbce6d8fa698c9
Current branch blead
12 commits. 6 unique authors. 4 unique committers.
20 files changed, 158 insertions(+), 71716 deletions(-)
Net code removal: Karl Williamson (71655 lines)
Thanks, applied: Jesse Vincent (5) H.Merijn Brand (2) Steve Hay (2)
Rafael Garcia-Suarez (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/162177c1aed19916.tar.gz
-Dmad minitest failure bisect
Zefram 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/162177c1aed19916
-Dmad minitest failure bisect
Zefram 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9735c8aa020a5899
perlbug reports "Message sent" even when it hasn't
Tim Bunce (via RT) 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e90b02b98382872b
perl-5.11.2 breaks NYTProf savesrc option (Lexer API suspected)
Zefram 4 files changed, 61 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/17cc9359ea8ee1b5
Jerry's last patch to add a TODO test didn't update the test count.
Jesse Vincent 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5f61da697ab4e86d
Moved the original test file from the previous patch into t/op/lex.t,
Jesse Vincent 3 files changed, 27 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/bc795616b74a7242
add interpolation test for [perl #70091]
Gerard Goossen 2 files changed, 16 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/f706d24c20941a64
Also skip spaces after variable if we are within lexical brackets. Fixes #70
Gerard Goossen 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ae28bb2a75e3c503
Add assertions that pp_padav and pp_padhv push scalars of the correct type.
Gerard Goossen 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e190e9b4a60aee60
further windows makefiles fixes
Karl Williamson 3 files changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/860054a89b3735a6
wrap uniprops.t; makefile changes for mktables
Karl Williamson 11 files changed, 40 insertions(+), 71697 deleti
http://perl5.git.perl.org/perl.git/commit/3df51b85ce4a5664
Add TODO test for perl #70748
Jerry D. Hedden 1 file changed, 17 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7c76c2a0d87e7bfa
Current branch blead
18 commits. 11 unique authors. 7 unique committers.
26 files changed, 408 insertions(+), 134 deletions(-)
Thanks, applied: Rafael Garcia-Suarez (5) H.Merijn Brand (2)
Craig A. Berry (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/e7786e66c00374f3.tar.gz
Update to reflect that I release 5.11.2
Leon Brocard 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7786e66c00374f3
-Dmad: double free or corruption
Tony Cook 2 files changed, 50 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/0b3da58dfdc35079
make regen_perly following 5ca68648d92617d8.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/235278186f2c0918
-Dmad broken for c++
Tony Cook 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5ca68648d92617d8
Make the new test work in the core and bump version of Safe to 2.20
Rafael Garcia-Suarez 4 files changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9d5fa2fef2f7498b
[rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with -Dusethrea
Tim Bunce 4 files changed, 62 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/576b33a19ccaf98d
Test modifiability of range elements
Eric Brine 1 file changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2e0a827f13b20656
Document if.pm in perlfunc
Zefram 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c362798e2bfee6dd
Make distclean work again
Rafael Garcia-Suarez 1 file changed, 28 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/71eaafb1e6768e77
Fix -DPERL_NO_UTF16_FILTER
Eric Brine 4 files changed, 36 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/ee6ba15dedda3e88
Make split warn in void context
Rafael Garcia-Suarez 2 files changed, 23 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/75068674a0c83a71
Handle $@ being assigned a read-only value (without error or busting the sta
Nicholas Clark 2 files changed, 32 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/dfd167e94af611f6
Fix RT #70862 by converting ERRSV to GvSVn() to ensure a non-NULL GvSV().
Nicholas Clark 2 files changed, 17 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/f5fa9033b8c1fdcb
Merge branch 'blead' of ssh://ste...@perl5.git.perl.org/gitroot/perl into bl
Steve Peters 2 parents
http://perl5.git.perl.org/perl.git/commit/a917e5da001c2e01
Add error codes for getaddrinfo() and getnameinfo()
Steve Peters 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ff868e665bf85a82
mktables performance improvement
Karl Williamson 1 file changed, 101 insertions(+), 84 deletions(
http://perl5.git.perl.org/perl.git/commit/23e33b604408d78c
Document backreferences to groups that did not match
Moritz Lenz 2 files changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/408633379a1452b4
Allow a closing brace after an "use VERSION"
Vincent Pit 2 files changed, 15 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/17c59fdf7540adaf